We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e1617 commit 418c6c6Copy full SHA for 418c6c6
2 files changed
README.md
@@ -60,6 +60,9 @@ The application can be accessed at:
60
61
* https://yourhost:3001/
62
63
+>[!WARNING]
64
+>This container does not encrypt Signal's config.json using a secret manager like gnome-keyring or kwallet, the file is stored in plaintext.
65
+
66
### Strict reverse proxies
67
68
This image uses a self-signed certificate by default. This naturally means the scheme is `https`.
readme-vars.yml
@@ -35,6 +35,9 @@ app_setup_block: |
35
36
37
38
+ >[!WARNING]
39
+ >This container does not encrypt Signal's config.json using a secret manager like gnome-keyring or kwallet, the file is stored in plaintext.
40
41
# changelog
42
changelogs:
43
- {date: "02.12.25:", desc: "Initial Version."}
0 commit comments