0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-20 18:56:09 +02:00
Commit graph

9 commits

Author SHA1 Message Date
Patrick Hobusch
16244a8056 Improve handling of secret variables and files in autoconfig
In the recent state, the autoconfig feature required either all database
secrets to be passed as environment variables, or all to be passed as
secret files, but didn't allow to use a mix of these variants, e.g.
passing the database user and name as environment variables, and only
the password as a file.

This is now fixed and allows working with database values the same way,
as the Postgres and MySQL/MariaDB images do; with mixed variants also.

Signed-off-by: Patrick Hobusch <patrick@hobusch.net>
2024-01-08 21:25:58 +07:00
Simon Tushev
2857b4b3f1
Added fetching autoconfig data from Docker secrets (#1516)
* Added fetching autoconfig data from Docker secrets

Signed-off-by: Simon Tushev <tushev@users.noreply.github.com>

* Docker secrets now have priority over ENV variables; improved README.md

Signed-off-by: Simon Tushev <tushev@users.noreply.github.com>
2021-11-29 22:30:57 +00:00
Pierre Ozoux
fa4a8a857b
Change quotes for consistency. (#1214) 2021-01-14 16:51:15 +00:00
J0WI
3ac6fde8d6
Remove db prefix option (#1131)
* Remove db prefix option

Signed-off-by: J0WI <J0WI@users.noreply.github.com>

* Upgrade to 18.0.6

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-06-09 13:26:33 +00:00
J0WI
a87f914de3 Avoid empty table prefix
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-06-22 18:22:15 +02:00
Marc Brückner
45bf61d190 remove admin password and user name from autoconfig 2018-09-14 08:27:21 +02:00
Tilo Spannagel
d87b840646
Add data directory default 2017-08-29 11:54:54 +02:00
Tilo Spannagel
ea347ffbca
Add NEXTCLOUD_ADMIN_USER and NEXTCLOUD_ADMIN_PASSWORD 2017-08-29 10:58:20 +02:00
Tilo Spannagel
8a61625cd3
Add autoconfig.php 2017-08-29 01:07:09 +02:00