-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
116 lines (93 loc) · 2.83 KB
/
Copy path.env.example
File metadata and controls
116 lines (93 loc) · 2.83 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# =============================================================================
# NOC Dashboard — Environment Variables
# Copy this file to .env and fill in your credentials.
# NEVER commit your .env file. It is listed in .gitignore.
# =============================================================================
# Proxmox
PROXMOX_HOST=192.0.2.251
PROXMOX_TOKEN_ID=root@pam!noc-api
PROXMOX_TOKEN_SECRET=<your-token-secret>
# Proxmox Backup Server
PBS_URL=https://192.0.2.77:8007
PBS_USERNAME=root@pam
PBS_PASSWORD=<your-pbs-password>
# Portainer (Docker)
PORTAINER_URL=http://192.0.2.237:9005
PORTAINER_USERNAME=admin
PORTAINER_PASSWORD=<your-portainer-password>
# Wazuh
WAZUH_API_URL=https://192.0.2.233:55000
WAZUH_API_USER=changeme
WAZUH_API_PASSWORD=<your-wazuh-password>
WAZUH_INDEXER_HOST=https://192.0.2.233:9200
WAZUH_INDEXER_USER=admin
WAZUH_INDEXER_PASS=<your-indexer-password>
# CrowdSec
CROWDSEC_API_URL=http://192.0.2.237:18080
CROWDSEC_API_KEY=<your-crowdsec-api-key>
CROWDSEC_MACHINE_USER=<machine-user>
CROWDSEC_MACHINE_PASS=<machine-pass>
# UniFi
UNIFI_URL=https://192.0.2.1
UNIFI_USERNAME=admin
UNIFI_PASSWORD=<your-unifi-password>
# AdGuard Home
ADGUARD_URL=http://192.0.2.21
ADGUARD_USERNAME=admin
ADGUARD_PASSWORD=<your-adguard-password>
# Second AdGuard instance (optional)
ADGUARD2_URL=
ADGUARD2_USERNAME=
ADGUARD2_PASSWORD=
# Uptime Kuma
UPTIME_KUMA_URL=http://192.0.2.237:3661
UPTIME_KUMA_API_KEY=<your-uptime-kuma-api-key>
# URBackup
URBACKUP_URL=http://192.0.2.76:55414
URBACKUP_USERNAME=admin
URBACKUP_PASSWORD=<your-urbackup-password>
# Cloudflare
CLOUDFLARE_TOKEN=<your-cloudflare-api-token>
CLOUDFLARE_ZONE_ID=<your-zone-id>
# Nginx Proxy Manager
NPM_URL=http://192.0.2.237:81
NPM_EMAIL=admin@example.com
NPM_PASSWORD=<your-npm-password>
# Tailscale
TAILSCALE_API_KEY=<your-tailscale-api-key>
# Plex
PLEX_URL=http://192.0.2.101:32400
PLEX_TOKEN=<your-plex-token>
# Tautulli
TAUTULLI_URL=http://192.0.2.101:8181
TAUTULLI_API_KEY=<your-tautulli-api-key>
# Sonarr
SONARR_URL=http://192.0.2.101:8989
SONARR_API_KEY=<your-sonarr-api-key>
# Radarr
RADARR_URL=http://192.0.2.101:7878
RADARR_API_KEY=<your-radarr-api-key>
# Prowlarr
PROWLARR_URL=http://192.0.2.101:9696
PROWLARR_API_KEY=<your-prowlarr-api-key>
# SABnzbd
SABNZBD_URL=http://192.0.2.101:8080
SABNZBD_API_KEY=<your-sabnzbd-api-key>
# Overseerr
OVERSEERR_URL=http://192.0.2.101:5055
OVERSEERR_PUBLIC_URL=https://overseerr.example.com
OVERSEERR_API_KEY=<your-overseerr-api-key>
# Home Assistant
HASS_URL=http://192.0.2.105:8123
HASS_TOKEN=<your-long-lived-access-token>
# QNAP NAS units
QNAP1_HOST=<qnap1-ip>
QNAP2_HOST=<qnap2-ip>
QNAP3_HOST=<qnap3-ip>
QNAP_USERNAME=admin
QNAP_PASSWORD=<your-qnap-password>
# LimaCharlie (optional)
LIMACHARLIE_API_KEY=<your-limacharlie-api-key>
LIMACHARLIE_OID=<your-org-id>
# Optional local status JSON directory
SCRIPTS_DIR=/opt/noc-dashboard/scripts