Commit Graph

7 Commits

Author SHA1 Message Date
Johannes Lötzsch 857120f799 deployment: serve warhelp.broenradio.org 2022-03-17 12:57:54 +01:00
Johannes Lötzsch c99020e497 deployment: fixed AAAA record of search.warhelp.eu 2022-03-17 12:57:54 +01:00
Johannes Lötzsch 330046b55f deployment: serve search.warhelp.eu 2022-03-16 20:46:15 +01:00
Johannes Lötzsch 7e763ee267 deployment: sops + basicAuth
created with htpasswd from pkgs.apache2-utils

+ ensured the database is not seeded with test logins
2022-03-10 22:27:18 +01:00
Johannes Lötzsch 1c330ebaef deployment: added nginx+acme
Services are till now started via:

backend/src/beherbergung/webserver/handler.clj

(wrap-cors :access-control-allow-origin [#"http://localhost:3000" #".*.broenradio.org"]

> lein run

frontend/search/public/config.json

{"base_url": "https://search.beherbergung.broenradio.org",
 "backend_base_url": "https://backend.beherbergung.broenradio.org"}

> yarn && yarn build && yarn start
2022-03-10 13:17:53 +01:00
Johannes Lötzsch f19516a7a4 deployment: added dns 2022-03-10 10:17:51 +01:00
root 4402cebab6 deployment: added server config 2022-03-10 01:31:06 +01:00