owltide/server
Hornwitser 4444daaca9
All checks were successful
/ build (push) Successful in 1m8s
/ deploy (push) Successful in 16s
Load secrets from files
Putting secrets into environment variables is problematic due to them
being inherited by sub-processes, the ease as which these can be
leaked in logs, and the lack of support for loading secrets into
environment variables by systems such as systemd and docker.

Change the loading of secrets to be done by loading the content of a
file specified by an environment variable.
2025-05-20 00:43:29 +02:00
..
api Read vapid details from runtime config 2025-05-20 00:22:28 +02:00
utils Load secrets from files 2025-05-20 00:43:29 +02:00
database.ts Add create account functionality 2025-03-07 23:53:57 +01:00
generate-demo-schedule.ts Assign crew randomly in demo schedule 2025-03-15 20:26:43 +01:00
streams.ts Filter crew events to only be visible for crew 2025-03-10 16:26:52 +01:00
tsconfig.json Convert indents to tabs 2025-03-01 17:06:41 +01:00
web-push.ts Load secrets from files 2025-05-20 00:43:29 +02:00