1
0
Fork
You've already forked apps
0
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>
2026年02月22日 14:19:49 +01:00
foundation Fix zitadel bringup 2026年02月22日 14:06:55 +01:00
test-config Extend install timeout 2025年10月19日 20:06:59 +02:00
zitadel-setup Create instance in setup tool 2026年02月22日 14:07:17 +01:00
LICENSE.md Add AGPLv3 license ( #5 ) 2026年02月22日 14:19:49 +01:00
.gitignore Start zitadel-setup tooling 2026年02月21日 23:28:51 +01:00
Cargo.lock Create instance in setup tool 2026年02月22日 14:07:17 +01:00
Cargo.toml Start zitadel-setup tooling 2026年02月21日 23:28:51 +01:00
README.md Remove outdated readme steps 2026年02月21日 23:30:18 +01:00
renovate.json Add renovate.json 2026年02月21日 21:32:00 +00:00

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