You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep my configs public and with gobs of services I've used, this is the first that seems to only allow hardcoded values in its file. Either allowing to be read from a file, an environment variable (could be used with systemd), or UNIX command would help clear this up.
The text was updated successfully, but these errors were encountered:
Here's a tip, since prosody-filer is in maintenance mode.
You could consider the following:
create a config with a bogus token (say "secretsquirrel")
make that public as you wish
using an ExecStartPre in your systemd .service file you can then patch in your actual token from your beloved environment variable using sed (or use something better, eg an actual templating language) and output it to the config file that's actually sourced (and which you won't check in) by prosody-filer.
I keep my configs public and with gobs of services I've used, this is the first that seems to only allow hardcoded values in its file. Either allowing to be read from a file, an environment variable (could be used with
systemd
), or UNIX command would help clear this up.The text was updated successfully, but these errors were encountered: