mirror of
https://github.com/mblanke/Dashboard.git
synced 2026-03-01 12:10:20 -05:00
Initial commit: ATLAS Dashboard (Next.js)
This commit is contained in:
21
.env.example
Normal file
21
.env.example
Normal file
@@ -0,0 +1,21 @@
|
||||
# Docker API
|
||||
DOCKER_HOST=http://100.104.196.38:2375
|
||||
|
||||
# UniFi Controller
|
||||
UNIFI_HOST=100.104.196.38
|
||||
UNIFI_PORT=8443
|
||||
UNIFI_USERNAME=admin
|
||||
UNIFI_PASSWORD=your_password
|
||||
|
||||
# Synology NAS
|
||||
SYNOLOGY_HOST=100.104.196.38
|
||||
SYNOLOGY_PORT=5001
|
||||
SYNOLOGY_USERNAME=admin
|
||||
SYNOLOGY_PASSWORD=your_password
|
||||
|
||||
# Grafana
|
||||
NEXT_PUBLIC_GRAFANA_HOST=http://100.104.196.38:3000
|
||||
GRAFANA_API_KEY=your_api_key
|
||||
|
||||
# API Configuration
|
||||
NEXT_PUBLIC_API_BASE_URL=http://100.104.196.38:3001
|
||||
Reference in New Issue
Block a user