16 lines
622 B
Markdown
16 lines
622 B
Markdown
- @README.md
|
|
- @ADDING-APPS.md
|
|
|
|
## IMPORTANT
|
|
|
|
- When adding a new app to the directory, check to make sure you are adding the latest app version.
|
|
- Use traefik for ingress.
|
|
- Use postgres for database if supported.
|
|
- Keep config key naming (including nesting) consistent with other apps.
|
|
- Don't use helm
|
|
- If the app requires a specific platform (amd64, arm64, etc.), make sure it is called out in the manifest and the k8s tags are set
|
|
- when developing a new app:
|
|
- test with:
|
|
- reset to a fresh state between tests:
|
|
- secrets.yaml is not checked in and any values unrelated to your current task should be preserved
|