Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Jan 25, 2025
1 parent dce2ce7 commit 67eee47
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ for optionally customizing compositions via _overrides_.
<th>
<a href='https://uptime.kuma.pet/'>Uptime</a>
<br>
<sub>:2443/uptime, :24433/</sub>
<sub>:24433/</sub>
<hr>
<a href='https://github.com/padhi-homelab/services/actions?query=workflow%3A%22Docker+Compose+Test+%28Uptime%29%22'><img src='https://img.shields.io/github/actions/workflow/status/padhi-homelab/services/compose-test_uptime.yml?branch=master&logo=github&logoWidth=24&style=flat-square&label=tests'></img></a>
</th>
Expand Down
2 changes: 1 addition & 1 deletion netbox/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ messages:
post:
- >-
${_THIS_COMPOSITION_} may now be accessed on
${_LINK_FONT_}https://${SERVER_LAN_FQDN}:${SERVER_LAN_HTTPS_MONITOR_PORT}/${NETBOX_BASE_PATH}/${_RESET_FONT_}
${_LINK_FONT_}https://${SERVER_LAN_FQDN}:${SERVER_LAN_HTTPS_SERVICE_PORT}/${NETBOX_BASE_PATH}/${_RESET_FONT_}
related:
- traefik
7 changes: 0 additions & 7 deletions uptime/compose.labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ services:
labels:
traefik.enable: true
#
traefik.http.middlewares.strip-uptime-prefix.stripPrefix.prefixes: "/${UPTIME_BASE_PATH:?}"
traefik.http.middlewares.add-status-prefix.addPrefix.prefix: "/status"
#
traefik.http.routers.uptime-wan.rule: Host(`${SERVER_WAN_FQDN:?}`) && PathPrefix(`/${UPTIME_BASE_PATH:?}`)
traefik.http.routers.uptime-wan.entryPoints: wan-https-monitor
traefik.http.routers.uptime-wan.middlewares: strip-uptime-prefix, add-status-prefix
#
# FIXME: Serve over a basepath
#
traefik.http.routers.uptime-lan.rule: Host(`${SERVER_LAN_FQDN:?}`)
Expand Down
5 changes: 1 addition & 4 deletions uptime/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ messages:
post:
- >-
${_THIS_COMPOSITION_} dashboard may now be accessed on
${_LINK_FONT_}https://${SERVER_LAN_FQDN}:${SERVER_LAN_HTTPS_MONITOR_PORT_EXCLUSIVE}${_RESET_FONT_}
- >-
${_THIS_COMPOSITION_} public status pages may now be accessed on
${_LINK_FONT_}https://${SERVER_WAN_FQDN}:${SERVER_WAN_HTTPS_MONITOR_PORT}/${UPTIME_BASE_PATH}/${_RESET_FONT_}
${_LINK_FONT_}https://${SERVER_LAN_FQDN}:${SERVER_LAN_HTTPS_MONITOR_PORT_EXCLUSIVE}/${_RESET_FONT_}
related:
- traefik

0 comments on commit 67eee47

Please sign in to comment.