This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
glyph/README.md
Nikolaos Karaolidis ec7055d5ff Initial commit
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2025-06-04 22:50:18 +01:00

497 B

glyph

Glyph is an Authelia user file database manager. Because files are light but unweildy, and LDAP is convenient but complex.

Development

sudo sysctl net.ipv4.ip_unprivileged_port_start=0
podman build . -f support/Containerfile -t registry.karaolidis.com/karaolidis/glyph:latest
podman kube play --replace support/manifest.yaml -w

CI/CD

podman build . -t registry.karaolidis.com/karaolidis/glyph/rust
podman push registry.karaolidis.com/karaolidis/glyph/rust