FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
uncompressed/.env.example at main · Lackoftactics/uncompressed · GitHub
Lackoftactics
/
uncompressed
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
212
Code
Issues
2
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
uncompressed
/
.env.example
Copy path
More file actions
More file actions
Latest commit
History
History
History
38 lines (29 loc) · 954 Bytes
Breadcrumbs
uncompressed
/
.env.example
Copy path
File metadata and controls
38 lines (29 loc) · 954 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#
Timezone
TZ
=
Europe/Warsaw
#
Container user/group IDs
PUID
=
1000
PGID
=
1000
#
Domain for Traefik routing (*.example.com)
DOMAIN_NAME
=
example.com
#
Tailscale IP (bind Traefik here, not 0.0.0.0)
TAILSCALE_IP
=
100.x.x.x
#
Cloudflare (ACME DNS challenge for Let's Encrypt)
CF_DNS_API_TOKEN
=
your_cloudflare_dns_api_token
CF_API_EMAIL
=
your@email.com
ACME_EMAIL
=
your@email.com
#
ProtonVPN WireGuard — main tunnel (NL/CH, P2P)
WG_PRIVATE_KEY
=
your_wireguard_private_key
WG_PUBLIC_KEY
=
your_wireguard_public_key
WIREGUARD_ADDRESSES
=
10.2.0.2/32
#
ProtonVPN credentials (OpenVPN fallback)
PROTONVPN_USERNAME
=
your_protonvpn_username
PROTONVPN_PASSWORD
=
your_protonvpn_password
#
Volume paths (adjust for your system — defaults are Unraid)
DATA_DIR
=
/mnt/user/appdata
DOWNLOADS_DIR
=
/mnt/user/media/downloads/qbittorrent
MEDIA_TV_DIR
=
/mnt/user/media/tv
MEDIA_MOVIES_DIR
=
/mnt/user/media/movies
#
qBittorrent
QB_USERNAME
=
admin
QB_PASSWORD
=
change_me
BT_PORT
=
51413
Back
|
FazBrowse Home
|
New Git URL