Lukas M
Lukas M
I am not sure how exactly wireguard-tools package works, but seems that it will allow to interact with with wg, so there is no need to run some inotify script...
Would be nice to have prometheus metrics endpoint for connected users for example. Stats from wg can be obtained via https://github.com/MindFlavor/prometheus_wireguard_exporter
Would be nice to have support for database ( mysql, postgresql, sqlite ) for running multiple instances with same configuration.
Would be great to have support for Font Awesome as alternative application icon.
It would be usefull to add support for some opensource uptime/statuspage tools. For example: https://cachethq.io/ (https://github.com/CachetHQ/Cachet, API -> https://docs.cachethq.io/reference), which is most advanced in this category afaik. There are also:...
Any idea how to handle sensitive values in output ? Its easy to determine sensitive values based on Kind type for Kubernetes for example, but wondering what can be used...
hey 👋 have few problems with glauth, see my docker-compose.yaml and problems below: ``` version: '3' services: glauth-config: image: hairyhenderson/gomplate:v3.10.0-alpine container_name: glauth-config entrypoint: ["/bin/sh","-c"] environment: POSTGRES_PASSWORD: glauth CONFIG: | debug...
Hello, Thanks for a great project. It would be supper usefull to implement: - oidc ( major clouds, generic oidc, keycloak -> https://github.com/dexidp/dex can be used) - ldap - u2f...
It would be super usefull to implement API for further automation and integration with tools like Ansible, Terraform, etc .. For example: major competitors ( +- same feature set for...
Hello, why did You disabled https://github.com/cablespaghetti/k3s-monitoring/blob/master/kube-prometheus-stack-values.yaml#L1-L6 ? You can use: ``` kubeEtcd: enabled: false kubeControllerManager: endpoints: - 88.XX.XX.XX kubeScheduler: endpoints: - 88.XX.XX.XX kubeProxy: endpoints: - 88.XX.XX.XX ``` , it will...