Skip to content

Commit

Permalink
Create .env
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanbekker authored Nov 28, 2021
1 parent d75f35a commit c1b5c73
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions htpc-media-server/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
TZ=Africa/Johannesburg
PUID=1000
PGID=1000
# persistence
# root is usually one specific disk
ROOT=./data/root
# megerfs is the mergerfs volume like /data
MERGERFS_ROOT=./data/htpc
# usually the local ssd volume
SSD_ROOT=./data/.local
# transmission-vpn
PIA_USERNAME=
PIA_PASSWORD=
TRANSMISSION_RPC_USERNAME=
TRANSMISSION_RPC_PASSWORD=

0 comments on commit c1b5c73

Please sign in to comment.