https://20125.home/ is the URL the Status Android application loads in its main WebView. This site is powered by a server that generates a custom page showing the status of our self-hosted applications, based on alerts retrieved from the AlertManager API. Android WebView does not allow cleartext HTTP connections. It does, however, allow connecting an HTTPS server and ignoring the certificate it presents, which is effectively the same thing. Thus, we generate a self-signed certificate for the Ingress for this site. |
||
---|---|---|
.. | ||
config.yml | ||
ingress.yaml | ||
kustomization.yaml | ||
namespace.yaml | ||
secrets.yaml | ||
status-server-ca.yaml | ||
status-server.yaml |