[add] wsdd

This commit is contained in:
Andy Bunce 2021-12-19 22:40:24 +00:00
parent 24e104f75a
commit 8778b2719c
11 changed files with 60 additions and 10 deletions

View file

@ -1,6 +1,7 @@
# piwigo notes
##Setup
1. Ensure empty folders `config` and `gallery`.
1. run `docker-compose up`
1. Activate plugins:
@ -17,6 +18,11 @@
1. `mount --bind /mnt/media/pictures/ /home/odroid/thedocks/piwigo/gallery/galleries/picassa`
1. run `Presync AutoRename`
1. Sync
###Source
```
root@n2-plus:/mnt/media#
rsync -av root@odroid-n2.local:/mnt/drive/backups/velvet/PicasaStarter/pictures/Pictures/ pictures/ --delete
```
## Based on
https://github.com/jkirk/docker-piwigo/blob/main/docker-compose.yml