forked from monkey-wrench/apps
No description
- Rust 100%
|
rftx7mw
a6e52f7b5c
Add AGPLv3 license ( #5 )
Add AGPLv3 license https://www.gnu.org/licenses/agpl-3.0.md Reviewed-on: monkey-wrench/apps#5 Reviewed-by: Marcus <mraerino@noreply.codeberg.org> Co-authored-by: rftx7mw <rftx7mw@noreply.codeberg.org> Co-committed-by: rftx7mw <rftx7mw@noreply.codeberg.org> |
||
|---|---|---|
| foundation | Fix zitadel bringup | |
| test-config | Extend install timeout | |
| zitadel-setup | Create instance in setup tool | |
| LICENSE.md | Add AGPLv3 license ( #5 ) | |
| .gitignore | Start zitadel-setup tooling | |
| Cargo.lock | Create instance in setup tool | |
| Cargo.toml | Start zitadel-setup tooling | |
| README.md | Remove outdated readme steps | |
| renovate.json | Add renovate.json | |
Apps for Monkey Wrench
WIP: This is at a very early stage and likely contains bugs. Do not use without caution.
Local testing
- Create a KinD cluster for local testing (requires docker)
kind create cluster --config kind.yaml
- Switch your context to the new cluster
kubectl config use-context kind-monkey-wrench