diff --git a/services/homepage/.env b/services/homepage/.env index 6afa138..425f150 100644 --- a/services/homepage/.env +++ b/services/homepage/.env @@ -1,3 +1,3 @@ # Dot Env for service homepage created at Sat May 10 09:14:42 PM EEST 2025 HOMEPAGE_CONFIG='./config' -ALLOWED_HOSTS='192.168.100.16:${SVC_PORT_1},home.davydovcloud.com' \ No newline at end of file +ALLOWED_HOSTS='192.168.100.16:${SVC_PORT_1},home.local.davydovcloud.com' \ No newline at end of file diff --git a/services/homepage/config/services.yaml b/services/homepage/config/services.yaml index 9861c44..0b225a5 100755 --- a/services/homepage/config/services.yaml +++ b/services/homepage/config/services.yaml @@ -121,4 +121,9 @@ description: Main Portainer icon: truenas.png ping: https://nas.davydovcloud.com - siteMonitor: https://nas.davydovcloud.com \ No newline at end of file + - MKVToolNix: + href: https://mkv.local.davydovcloud.com + description: MKVToolNix + icon: mkvtoolnix.png + siteMonitor: https://mkv.local.davydovcloud.com + ping: https://mkv.local.davydovcloud.com \ No newline at end of file