Initial commit

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-06-04 22:50:18 +01:00
commit ec7055d5ff
22 changed files with 5558 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# glyph
*Glyph* is an Authelia user file database manager. Because files are light but unweildy, and LDAP is convenient but complex.
## Development
```sh
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
```sh
podman build . -t registry.karaolidis.com/karaolidis/glyph/rust
podman push registry.karaolidis.com/karaolidis/glyph/rust
```