Piwigo
Homepage: 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>/group_vars/nas.yml file.
If you want to access Piwigo externally, set piwigo_available_externally: true in your inventories/<your_inventory>/group_vars/nas.yml file.
The Piwigo web interface can be found at http://ansible_nas_host_or_ip:16923.
Specific Configuration
Optional configurations:
-
Set
piwigo_mysql_userininventories/<your_inventory>/group_vars/nas.ymlbefore installing Piwigo, this defaults to "piwigo". -
Set
piwigo_mysql_passwordininventories/<your_inventory>/group_vars/nas.ymlbefore installing Piwigo, this defaults to "piwigo". -
Set
piwigo_mysql_root_passwordininventories/<your_inventory>/group_vars/nas.ymlbefore installing Piwigo, this defaults to "piwigo". -
On first run you'll need to enter database details:
- 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_
- Host: