19 lines
497 B
Markdown
19 lines
497 B
Markdown
# glyph
|
|
|
|
*Glyph* is an Authelia user file database manager. Because files are light but unwieldy, 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
|
|
```
|