mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-14 07:49:52 +02:00
* merge enhancements from the master branch (user auto creation, etc.)
This commit is contained in:
parent
a9c27a9d02
commit
5a41bb1850
4 changed files with 61 additions and 5 deletions
|
@ -42,6 +42,18 @@ ENV OWNER_GID=1000
|
|||
ENV PHP_WORKER_MAX_CHILDREN=5
|
||||
ENV PHP_WORKER_MEMORY_LIMIT=256M
|
||||
|
||||
# these are applied on every startup, if set
|
||||
ENV ADMIN_USER_PASS=""
|
||||
# see classes/UserHelper.php ACCESS_LEVEL_*
|
||||
# setting this to -2 would effectively disable built-in admin user
|
||||
# unless single user mode is enabled
|
||||
ENV ADMIN_USER_ACCESS_LEVEL=""
|
||||
|
||||
# these are applied unless user already exists
|
||||
ENV AUTO_CREATE_USER=""
|
||||
ENV AUTO_CREATE_USER_PASS=""
|
||||
ENV AUTO_CREATE_USER_ACCESS_LEVEL="0"
|
||||
|
||||
# TODO: remove prefix from container variables not used by tt-rss itself:
|
||||
#
|
||||
# - TTRSS_NO_STARTUP_PLUGIN_UPDATES -> NO_STARTUP_PLUGIN_UPDATES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue