forked from immich-app/devtools
Various tooling used by the Immich maintainer team
- HCL 95.6%
- TypeScript 2.3%
- Dockerfile 1.2%
- JavaScript 0.9%
| .github | ||
| .mise | ||
| actions | ||
| containers | ||
| kubernetes | ||
| scripts | ||
| templates/kubernetes/volsync | ||
| tf | ||
| .editorconfig | ||
| .gitignore | ||
| .release-please-manifest.json | ||
| CODE_OF_CONDUCT.md | ||
| CODEOWNERS | ||
| LICENSE | ||
| README.md | ||
| release-please-config.json | ||
| renovate.json | ||
| SECURITY.md | ||
Devtools
This repository holds various tooling used by the Immich maintainer team. That includes tofu modules, as well as kubernetes manifests for a Hetzner-hosted dedicated machine used for builds and testing environments.
Mise
This repository uses mise for managing the development environment. After installing and activating mise, most things should Just Work™.
You can list the available tasks with mise task ls.
Secrets are managed through the 1password cli. You can activate it with op account add and then eval $(op signin).
After that is set up, any terraform commands can be run through mise run tf <command>.
Kubectl is set up to get secrets from onepassword and should work out of the box while you're in this folder.