Set Portainer (HTTP) service status to offline

This commit is contained in:
MayaChat
2025-11-24 00:00:45 -05:00
parent c7ca3995e8
commit f14955e534

View File

@@ -12,7 +12,7 @@
-->
<services>
<service id="portainer" name="Portainer" proto="https" port="9443" logo="portainer.svg" status="online" />
<service id="portainer-http" name="Portainer (HTTP)" proto="http" port="8000" logo="portainer.svg" />
<service id="portainer-http" name="Portainer (HTTP)" proto="http" port="8000" logo="portainer.svg" status="offline" />
<service id="homeassistant" name="Home Assistant" proto="http" port="8123" logo="homeassistant.svg" status="online" />
<service id="jellyfin" name="Jellyfin" proto="http" port="8096" logo="jellyfin.svg" host="jellyfin.spatulaa.com" status="online" />
<service id="nextcloud" name="Nextcloud" proto="http" port="8080" logo="nextcloud.svg" host="cloud.spatulaa.com" status="online" />