Add service status attribute description to configuration guide

This commit is contained in:
MayaChat
2025-11-23 23:57:48 -05:00
parent b1b8cf01b6
commit 69deb4ebc7

View File

@@ -68,6 +68,7 @@ docker-compose restart
| `port` | No | Port number | `"8080"` |
| `host` | No | Custom hostname or full URL | `"nextcloud.example.com"` |
| `logo` | No | Icon filename in `/logos/` | `"nextcloud.svg"` |
| `status` | No | Service status indicator | `"online"`, `"offline"`, or `"maintenance"` |
### URL Resolution Logic