Skip to content

Commit

Permalink
Merge pull request #713
Browse files Browse the repository at this point in the history
Fix Piwigo startup and docs for #614
  • Loading branch information
davestephens authored Oct 23, 2024
2 parents 8178085 + a2cc254 commit 1aec019
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions roles/piwigo/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ piwigo_data_directory: "{{ docker_home }}/piwigo/data"
piwigo_photos: "{{ photos_root }}/piwigo"

# uid / gid
piwigo_user_id: "0"
piwigo_group_id: "0"
piwigo_user_id: "1000"
piwigo_group_id: "1000"
piwigo_mysql_user: "piwigo"
piwigo_mysql_password: "piwigo"
piwigo_mysql_root_password: "piwigo"
Expand Down
6 changes: 3 additions & 3 deletions website/docs/applications/other/piwigo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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".

- On first run you'll need to enter database details:
- Host: `db:3306`
- Username: the value of piwigo_mysql_user, defaults to "piwigo"
- Password: the value of piwigo_password, defaults to "piwigo"
- Host: `piwigo-db`
- Username: the value of piwigo_mysql_user, defaults to `piwigo`
- Password: the value of piwigo_password, defaults to `piwigo`
- Database Name: `piwigo`
- Database tables prefix: should be prefilled with `piwigo_`

0 comments on commit 1aec019

Please sign in to comment.