Upgrade Healthchecks (v2.8.1-0 -> v2.9.1-0)
This commit is contained in:
parent
cd90449e8d
commit
f27d720b8b
2 changed files with 2 additions and 6 deletions
|
@ -25,7 +25,7 @@ To enable this service, add the following configuration to your `vars.yml` file
|
|||
healthchecks_enabled: true
|
||||
|
||||
healthchecks_hostname: mash.example.com
|
||||
# Note: hosting under a path prefix is somewhat problematic. See below.
|
||||
|
||||
healthchecks_path_prefix: /healthchecks
|
||||
|
||||
########################################################################
|
||||
|
@ -41,10 +41,6 @@ In the example configuration above, we configure the service to be hosted at `ht
|
|||
|
||||
You can remove the `healthchecks_path_prefix` variable definition, to make it default to `/`, so that the service is served at `https://mash.example.com/`.
|
||||
|
||||
**Note**: there are minor quirks when hosting under a subpath, such as:
|
||||
|
||||
- [Fonts not loading, because it attempts to load them from `/static` instead of `/path-prefix/static`](https://github.com/healthchecks/healthchecks/issues/822)
|
||||
|
||||
### Authentication
|
||||
|
||||
The first superuser account is created after installation. See [Usage](#usage).
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
- src: git+https://gitlab.com/etke.cc/roles/grafana.git
|
||||
version: v9.5.2-0
|
||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-healthchecks.git
|
||||
version: v2.8.1-0
|
||||
version: v2.9.1-0
|
||||
name: healthchecks
|
||||
- src: git+https://github.com/moan0s/hubsite.git
|
||||
version: v1.23.3-2
|
||||
|
|
Loading…
Add table
Reference in a new issue