diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cdd7c19 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +config.sh diff --git a/config.sh.example b/config.sh.example new file mode 100644 index 0000000..d948151 --- /dev/null +++ b/config.sh.example @@ -0,0 +1,22 @@ +# Local sync +piwiThumbRoot="/var/www/piwigo/_data/i/network/network/" +piwiPhotoRoot="/home/network/Qbilder/photos/" + +# Remote sync +piwiThumbRootRemote="${piwiThumbRoot}" +piwiPhotoRootRemote="/home/network/Bilder/photos/" +piwiLocalTemp="/tmp/piwiTemp/" +piwiLocalThumbRoot="/tmp/piwiMnt/" +piwiRemoteUser="user" +piwiRemoteHost="host" +piwiRemotePass="changeme" + +# Piwigo Refresh +piwiRefreshUrl="https://change.me/gallery" +piwiRefreshUser="user" +piwiRefreshPass="pass" +piwiRefreshSite="/var/www/piwigo/network" +piwiRefreshCatId=0 +piwiRefreshSubCatId=1 +piwiRefreshPrivacy=4 +piwiMountedCheckFile="/home/network/Qbilder/photos/.mounted"