refactor: simplify project structure
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# System
|
||||
TIMEZONE="Australia/Brisbane"
|
||||
DATA_DIR="/mnt/appdata"
|
||||
PUID="1000"
|
||||
PGID="1000"
|
||||
|
||||
# Cloudflare
|
||||
CLOUDFLARE_API_TOKEN="your-cloudflare-api-token"
|
||||
CLOUDFLARE_ACCOUNT_ID="your-cloudflare-account-id"
|
||||
CLOUDFLARE_ZONE_ID="your-cloudflare-zone-id"
|
||||
DOMAIN="yourdomain.com"
|
||||
Reference in New Issue
Block a user