Initial commit — docker stack carloselugo.com
Services: Caddy, frontend, Uptime Kuma, Netdata, ntfy, Dozzle, Gitea
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -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==
|
||||
Reference in New Issue
Block a user