Update services.xml documentation to clarify field descriptions

This commit is contained in:
MayaChat
2025-11-23 23:58:38 -05:00
parent 874535103a
commit 3cc18bcd9e

View File

@@ -1,7 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
services.xml - simple list of services for the homepage
Fields: id, name, proto, port, logo (filename in /logos/), note (optional)
Fields:
- id: unique identifier (optional)
- name: display name (required)
- proto: protocol - http or https (optional, default: http)
- port: port number (optional, shows info button if present with host)
- host: custom hostname or full URL (optional)
- logo: filename in /logos/ (optional, default: default.svg)
- status: online, offline, or maintenance (optional, shows colored dot indicator)
-->
<services>
<service id="portainer" name="Portainer" proto="https" port="9443" logo="portainer.svg" />