Initial commit
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
18
README.md
Normal file
18
README.md
Normal 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
|
||||
```
|
Reference in New Issue
Block a user