thedocks/piwigo
Andy Bunce 5fd946c04d [add] code-server 2021-11-10 21:46:03 +00:00
..
config [add] piwigo 2021-10-24 22:40:22 +01:00
gallery [add] piwigo 2021-10-24 22:40:22 +01:00
README.md [add] code-server 2021-11-10 21:46:03 +00:00
docker-compose.yml [add] code-server 2021-11-10 21:46:03 +00:00
piwigo-db.env [add] env 2021-10-24 23:17:55 +01:00

README.md

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