template.yaml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ---
  2. kind: compose
  3. metadata:
  4. icon:
  5. provider: selfh
  6. id: influxdb
  7. name: Influxdb
  8. description: |-
  9. InfluxDB is a powerful, open-source time series database designed for high-performance handling of time-stamped data.
  10. It is commonly used for monitoring, analytics, and IoT applications.
  11. ## References
  12. * **Project:** https://www.influxdata.com/
  13. * **Documentation:** https://docs.influxdata.com/influxdb/
  14. * **GitHub:** https://github.com/influxdata/influxdb
  15. version: 2.8.0-alpine
  16. author: Christian Lempa
  17. date: '2025-12-11'
  18. tags:
  19. - traefik
  20. draft: true
  21. spec:
  22. ports:
  23. vars:
  24. ports_http:
  25. description: "Host port for HTTP API (8086)"
  26. type: int
  27. default: 8086
  28. influxdb:
  29. description: "InfluxDB initialization settings"
  30. required: true
  31. vars:
  32. influxdb_init_username:
  33. description: "Initial admin username"
  34. type: str
  35. default: "admin"
  36. required: true
  37. influxdb_init_password:
  38. description: "Initial admin password"
  39. type: secret
  40. config:
  41. autogenerated: true
  42. required: true
  43. general:
  44. vars:
  45. influxdb_version:
  46. type: str
  47. description: Influxdb version
  48. default: latest