template.yaml 982 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. ---
  2. kind: compose
  3. metadata:
  4. icon:
  5. provider: selfh
  6. id: mariadb
  7. name: MariaDB
  8. description: |-
  9. MariaDB is a community-developed, commercially supported fork of the MySQL relational database management system.
  10. It's designed to remain free and open-source software under the GNU General Public License.
  11. ## References
  12. * **Project:** https://mariadb.org/
  13. * **Documentation:** https://mariadb.com/kb/en/documentation/
  14. * **GitHub:** https://github.com/MariaDB/server
  15. next_steps: |-
  16. Log in with your initial admin user:
  17. ```bash
  18. Username: `root` or `{{ database_user }}`
  19. Password: {{ database_password }}
  20. ```
  21. version: 12.0.2
  22. author: Christian Lempa
  23. date: '2025-09-28'
  24. tags: []
  25. draft: true
  26. schema: "1.2"
  27. spec:
  28. general:
  29. vars:
  30. service_name:
  31. default: mariadb
  32. ports:
  33. vars:
  34. ports_mariadb:
  35. description: "Host port for MariaDB"
  36. type: int
  37. default: 3306
  38. required: true