2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2025-12-07 22:07:09 +01:00

Update the doc for automatic installation

Update the doc about the complete automatic installation process (headless)
This commit is contained in:
M33 2025-01-29 16:59:50 +01:00 committed by GitHub
commit c7d12c85d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -105,7 +105,7 @@ Note that you may have to change other limits depending on your client, webserve
## Administrator account
Because Friendica links the administrator account to a specific mail address, you **have** to set a valid address for `MAILNAME`.
Because Friendica links the administrator account to a specific mail address, you **have** to set a valid address for `FRIENDICA_ADMIN_MAIL`.
## Mail settings
@ -180,6 +180,9 @@ To enable the automatic installation, you have to the following environment vari
- `MYSQL_DATABASE` Name of the database using mysql / mariadb.
- `MYSQL_HOST` Hostname of the database server using mysql / mariadb.
**During the first run, you will be given the `FRIENDICA_ADMIN_MAIL` administrator's account first random password.**
**It is important to note it down and change it after first login.**
# Docker Secrets
As an alternative to passing sensitive information via environment variables, _FILE may be appended to the previously listed environment variables, causing the initialization script to load the values for those variables from files present in the container.
In particular, this can be used to load passwords from Docker secrets stored in /run/secrets/<secret_name> files.