thedocks/piwigo/README.md

833 B

piwigo notes

##Setup

  1. Ensure empty folders config and gallery.
  2. run docker-compose up
  3. Activate plugins:
  • Presync AutoRename
  • LocalFiles Editor
  • SmartAlbums
  1. Edit local config

    meta
    
  2. Create folder pisacca in /home/odroid/thedocks/piwigo/gallery/galleries

  3. mount --bind /mnt/media/pictures/ /home/odroid/thedocks/piwigo/gallery/galleries/picassa

  4. run Presync AutoRename

  5. 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```