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
Copy file name to clipboardExpand all lines: docs/images/docker-manyfold.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ Containers are configured using parameters passed at runtime (such as those abov
114
114
|`TZ=Etc/UTC`| specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
115
115
|`DATABASE_URL=`| Database connection URL. For sqlite use `sqlite3:/config/manyfold.sqlite3`. For postgres or mariadb use `<scheme>://<username>:<password>@<hostname>:<port>/<db name>` where `<scheme>` is `postgresql` or `mysql2`. Special characters in username/password must be [URL encoded](https://en.wikipedia.org/wiki/Percent-encoding). |
116
116
|`REDIS_URL=`| Redis/Valkey database URL in `redis://<hostname>:<port>/<db number>` format. |
117
-
|`SECRET_KEY_BASE=`| Browser session secret. Changing it will terminate all active browser sessions. |
117
+
|`SECRET_KEY_BASE=`| Browser session and database encryption key. If unset a random one will be generated on init, the database is locked to this key. |
118
118
119
119
### Volume Mappings (`-v`)
120
120
@@ -337,6 +337,7 @@ To help with development, we generate this dependency graph.
337
337
338
338
## Versions
339
339
340
+
***08.10.25:** - Change key init to auto generate and persist.
0 commit comments