Commit Graph

5 Commits

Author SHA1 Message Date
root 67bc963efc deployment: beherbergung-warhelp/configuration.nix 2022-03-17 09:30:13 +00: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