diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-08-25 01:02:16 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-08-25 01:02:16 +0200 |
commit | e37c1f9057ed986ac50b86463a4dbe6bf5d77f02 (patch) | |
tree | 5f5757bde3cf8a694a70bd11afdcdf9b87806db8 /cluster/prod/app/matrix/secrets/chat/fb2mx | |
parent | 3be2659aa19abfb7e676d33e9e7e1357c790a383 (diff) | |
download | nixcfg-e37c1f9057ed986ac50b86463a4dbe6bf5d77f02.tar.gz nixcfg-e37c1f9057ed986ac50b86463a4dbe6bf5d77f02.zip |
Deploy Matrix
Diffstat (limited to 'cluster/prod/app/matrix/secrets/chat/fb2mx')
-rw-r--r-- | cluster/prod/app/matrix/secrets/chat/fb2mx/as_token | 1 | ||||
-rw-r--r-- | cluster/prod/app/matrix/secrets/chat/fb2mx/db_url | 1 | ||||
-rw-r--r-- | cluster/prod/app/matrix/secrets/chat/fb2mx/hs_token | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/cluster/prod/app/matrix/secrets/chat/fb2mx/as_token b/cluster/prod/app/matrix/secrets/chat/fb2mx/as_token new file mode 100644 index 0000000..5fa4e3c --- /dev/null +++ b/cluster/prod/app/matrix/secrets/chat/fb2mx/as_token @@ -0,0 +1 @@ +CMD openssl rand -hex 32 diff --git a/cluster/prod/app/matrix/secrets/chat/fb2mx/db_url b/cluster/prod/app/matrix/secrets/chat/fb2mx/db_url new file mode 100644 index 0000000..f06e265 --- /dev/null +++ b/cluster/prod/app/matrix/secrets/chat/fb2mx/db_url @@ -0,0 +1 @@ +USER fb2mx database URL, format: postgres://username:password@hostname/dbname diff --git a/cluster/prod/app/matrix/secrets/chat/fb2mx/hs_token b/cluster/prod/app/matrix/secrets/chat/fb2mx/hs_token new file mode 100644 index 0000000..5fa4e3c --- /dev/null +++ b/cluster/prod/app/matrix/secrets/chat/fb2mx/hs_token @@ -0,0 +1 @@ +CMD openssl rand -hex 32 |