Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define requirements for templates #35

Open
7 tasks
bannert1337 opened this issue Jan 23, 2024 · 0 comments
Open
7 tasks

Define requirements for templates #35

bannert1337 opened this issue Jan 23, 2024 · 0 comments

Comments

@bannert1337
Copy link

bannert1337 commented Jan 23, 2024

The app templates often do not follow a basic structure.
Therefore, a basic structure should be defined that templates must fulfil to be included.

Potential requirements:

  • Templates should be deployable without configuration (configuration should be optional)
  • Templates should follow a guideline to handle Docker volumes and paths (use Docker volumes by name or map paths to the container)
  • Templates should be automatically testable by CI/CD
  • Templates should only be added if they pass CI/CD tests
  • Templates should be unique (no multiple entries for the same service)
  • Templates should have a unique logo
  • (additional requirements)

Please mention requirements in this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant