diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..37688c7 --- /dev/null +++ b/.env.example @@ -0,0 +1,14 @@ +APPDATA=/mnt/appdata + +MEDIADIR=/mnt/media +DOWNLOADS=/mnt/media/downloads +RECYCLEBIN=/mnt/media/recyclebin + +FB_DIR=/mnt +SYNCTHINGDATA=/mnt/syncthing_data + +HOST_IP="192.168.1.100" + +PUID=1000 +PGID=1000 +TZ="Europe/Zurich" \ No newline at end of file