Files
bsd-apps/piwigo
2024-09-23 19:10:11 -06:00
..
2024-09-22 18:58:19 -06:00
2024-09-23 19:10:11 -06:00
2024-09-23 11:10:40 -06:00

Piwigo Photo Gallery

https://piwigo.org

Command to fetch script

fetch https://raw.githubusercontent.com/tschettervictor/bsd-apps/main/piwigo/piwigo-install.sh

Don't forget to

chmod +x piwigo-install.sh

Install Notes

  • initial setup from the WebUI requires you to change the database address to 127.0.0.1 instead of localhost, or it will fail

Variables

PHP_VERSION

  • php version to use (currently defaults to 83)

MARIADB_VERSION

  • mariadb version to use (currently defaults to 106)

Mount points (should be mounted outside the jail)

  • /usr/local/www/piwigo/local/config - config file directory (needed for database connection)
  • /usr/local/www/piwigo/galleries - galleries directory
  • /usr/local/www/piwigo/uploads - uploads directory
  • /var/db/mysql - database directory

Jail Properties

  • none