Fix Piwigo startup and docs for #614

This commit is contained in:
Darshit Patel 2024-06-09 16:38:26 +05:30
parent e60c38b168
commit 5ee81095e7
2 changed files with 5 additions and 5 deletions

View file

@ -8,8 +8,8 @@ piwigo_data_directory: "{{ docker_home }}/piwigo/data"
piwigo_photos: "{{ photos_root }}/piwigo" piwigo_photos: "{{ photos_root }}/piwigo"
# uid / gid # uid / gid
piwigo_user_id: "0" piwigo_user_id: "1"
piwigo_group_id: "0" piwigo_group_id: "1"
piwigo_mysql_user: "piwigo" piwigo_mysql_user: "piwigo"
piwigo_mysql_password: "piwigo" piwigo_mysql_password: "piwigo"
piwigo_mysql_root_password: "piwigo" piwigo_mysql_root_password: "piwigo"

View file

@ -23,8 +23,8 @@ Optional configurations:
- Set `piwigo_mysql_root_password` in `inventories/<your_inventory>/group_vars/nas.yml` before installing Piwigo, this defaults to "piwigo". - Set `piwigo_mysql_root_password` in `inventories/<your_inventory>/group_vars/nas.yml` before installing Piwigo, this defaults to "piwigo".
- On first run you'll need to enter database details: - On first run you'll need to enter database details:
- Host: `db:3306` - Host: `piwigo-db`
- Username: the value of piwigo_mysql_user, defaults to "piwigo" - Username: the value of piwigo_mysql_user, defaults to `piwigo`
- Password: the value of piwigo_password, defaults to "piwigo" - Password: the value of piwigo_password, defaults to `piwigo`
- Database Name: `piwigo` - Database Name: `piwigo`
- Database tables prefix: should be prefilled with `piwigo_` - Database tables prefix: should be prefilled with `piwigo_`