.. | ||
config | ||
gallery | ||
docker-compose.yml | ||
piwigo-db.env | ||
README.md |
piwigo notes
##Setup
- Ensure empty folders
config
andgallery
. - run
docker-compose up
- Activate plugins:
- Presync AutoRename
- LocalFiles Editor
- SmartAlbums
-
Edit local config
meta
-
Create folder pisacca in
/home/odroid/thedocks/piwigo/gallery/galleries
-
mount --bind /mnt/media/pictures/ /home/odroid/thedocks/piwigo/gallery/galleries/picassa
-
run
Presync AutoRename
-
Sync
Based on
https://github.com/jkirk/docker-piwigo/blob/main/docker-compose.yml
#bind
mount --bind /mnt/media/pictures/ /home/odroid/thedocks/piwigo/gallery/galleries/picassa
# undo
umount /home/odroid/thedocks/piwigo/gallery/galleries/picassa
fstab
/mnt/drive/backups/velvet/PicasaStarter/pictures/Pictures/ /mnt/drive/docker/projects/piwigo/piwigo/pics none bind
umount```