summaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-10-21 15:43:02 -0300
committerRoger Gonzalez <roger@rogs.me>2023-10-21 15:43:02 -0300
commit48b9205da6686d0e2a8697f4deaa7cf04d808258 (patch)
tree461da830b1013dcf3e3516859bb2cea53ee7adaa /.env.example
parent36f45d690f5d187fb51cc99970893d44be9218ba (diff)
Testing the new docker-compose file
Diffstat (limited to '.env.example')
-rw-r--r--.env.example11
1 files changed, 11 insertions, 0 deletions
diff --git a/.env.example b/.env.example
new file mode 100644
index 0000000..217fb1e
--- /dev/null
+++ b/.env.example
@@ -0,0 +1,11 @@
+# Base configuration
+PUID=<your_PUID>
+PGID=<your_PGID>
+MEDIA_FOLDER=<media_folder>
+INSTALL_LOCATION=<install_location>
+MEDIA_SERVICE=<media_service>
+
+# VPN configuration
+VPN_SERVICE=<vpn_service>
+VPN_USER=<vpn_user>
+VPN_PASSWORD=<vpn_password>