ansible-nas/website/docs/applications/other/piwigo.md

31 lines
1.2 KiB
Markdown
Raw Normal View History

2022-09-20 22:00:57 +00:00
---
title: "Piwigo"
---
2021-08-17 23:13:25 +00:00
Homepage: [Piwigo.org](https://piwigo.org)
Piwigo is open source photo gallery software for the web. Designed for organisations, teams and individuals.
## Usage
Set `piwigo_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
If you want to access Piwigo externally, set `piwigo_available_externally: true` in your `inventories/<your_inventory>/nas.yml` file.
2021-08-17 23:13:25 +00:00
2022-07-25 20:18:57 +00:00
The Piwigo web interface can be found at <http://ansible_nas_host_or_ip:16923>.
2021-08-17 23:13:25 +00:00
## Specific Configuration
Optional configurations:
2022-07-25 20:18:57 +00:00
- Set `piwigo_mysql_user` in `inventories/<your_inventory>/group_vars/nas.yml` before installing Piwigo, this defaults to "piwigo".
- Set `piwigo_mysql_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".
2021-08-17 23:13:25 +00:00
2022-07-25 20:18:57 +00:00
- 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"
- Database Name: `piwigo`
- Database tables prefix: should be prefilled with `piwigo_`