+
This commit is contained in:
@ -16,7 +16,7 @@ ssh igor@192.168.200.84 -p 22
|
||||
sudo mkdir -p /opt/dashy &&
|
||||
sudo mkdir -p /opt/dashy/data &&
|
||||
sudo chmod -R 777 /opt/dashy &&
|
||||
sudo chown -R $USER:$USER /opt/dashy &&
|
||||
sudo chown -R $USER:$USER /opt/dashy
|
||||
```
|
||||
|
||||
Создаём файл конфигурации
|
||||
@ -56,8 +56,13 @@ sections: # An array of sections
|
||||
url: https://192.168.200.84:9443
|
||||
- title: Prometheus
|
||||
icon: https://static-00.iconduck.com/assets.00/prometheus-icon-511x512-1vmxbcxr.png
|
||||
url: http://192.168.200.84:9090
|
||||
|
||||
url: http://192.168.200.84:9090
|
||||
- name: PowerDNS
|
||||
items:
|
||||
- title: PowerDNS-Admin
|
||||
icon: https://avatars.githubusercontent.com/u/1282630?s=200&v=4
|
||||
url: http://192.168.200.85:9191
|
||||
|
||||
EOF
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user