mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-28 09:40:47 +08:00
add documentation not to use @ or : in passwords
This commit is contained in:
parent
cceb1a8a6c
commit
0d572bce06
2 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,9 @@ You can run the containers that are build for AIO with Kubernetes using this Hel
|
|||
|
||||
First download this file: https://raw.githubusercontent.com/nextcloud/all-in-one/main/nextcloud-aio-helm-chart/values.yaml and adjust at least all values marked with `# TODO!`
|
||||
|
||||
Do not use the symbols `@` and `:` in your passwords. These symbols are used to build database
|
||||
connection strings. You will experience issues when using these symbols!
|
||||
|
||||
Then run:
|
||||
|
||||
```
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# Warning: Do not use symbols "@" and ":" in your passwords (see readme.md)
|
||||
DATABASE_PASSWORD: # TODO! This needs to be a unique and good password!
|
||||
FULLTEXTSEARCH_PASSWORD: # TODO! This needs to be a unique and good password!
|
||||
IMAGINARY_SECRET: # TODO! This needs to be a unique and good password!
|
||||
|
|
Loading…
Reference in a new issue