ansible-nas/roles/piwigo/defaults/main.yml
Toben Archer 7002b4378a Everything built.
Now I need to add all the administrative bits for ansible-nas. I
would also like to set it up to pre-populate the configuration
information for the database like gitea does. I'll have to read a
few more docs for that. But the important part is this is up now.
2021-08-17 13:49:47 -05:00

24 lines
458 B
YAML

---
piwigo_enabled: false
piwigo_available_externally: "false"
# directories
piwigo_config_directory: "{{ docker_home }}/piwigo/config"
piwigo_data_directory: "{{ docker_home }}/piwigo/data"
piwigo_photos: "{{ photos_root }}"
# uid / gid
piwigo_user_id: "1000"
piwigo_group_id: "1000"
piwigo_photos_permission: "rw"
# network
piwigo_hostname: "piwigo"
piwigo_port: "16923"
# specs
piwigo_memory: "1g"
piwigo_mysql_memory: "1g"
piwigo_version: "docker"