mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2026-01-06 04:35:05 +01:00
Create README.md
This commit is contained in:
32
piwigo/README.md
Normal file
32
piwigo/README.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# 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
|
||||
- none
|
||||
|
||||
## 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
|
||||
Reference in New Issue
Block a user