Initial commit — docker stack carloselugo.com

Services: Caddy, frontend, Uptime Kuma, Netdata, ntfy, Dozzle, Gitea
This commit is contained in:
2026-04-23 18:57:20 +00:00
commit f510bec447
19 changed files with 1238 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"settings": {
"search": true,
"menuWidth": 15,
"smallerScrollbars": false,
"showTimestamp": true,
"showStd": false,
"showAllContainers": false,
"softWrap": true,
"collapseNav": true,
"automaticRedirect": "delayed",
"size": "medium",
"compact": true,
"lightTheme": "auto",
"hourStyle": "auto",
"dateLocale": "auto",
"locale": "",
"groupContainers": "at-least-2"
},
"pinned": [],
"collapsedGroups": null
}
+26
View File
@@ -0,0 +1,26 @@
subscriptions:
- id: 1
name: Enshrouded Login
enabled: true
dispatcherId: 1
logExpression: message contains "logged in with Permissions"
containerExpression: name == "enshrouded"
- id: 2
name: Enshrouded Logout
enabled: true
dispatcherId: 1
logExpression: message contains "Remove Player"
containerExpression: name == "enshrouded"
dispatchers:
- id: 1
name: Local NTFY
type: webhook
url: https://ntfy.carloselugo.com
template: |-
{
"topic": "homelab",
"title": "{{ .Container.Name }}",
"message": "{{ .Detail }}"
}
headers:
Authorization: Basic Y2FybG9zOkZObVVzVHJHSHUjSk44dQ==