You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

103 lines
2.9 KiB

6 years ago
6 years ago
  1. mydomain.org:
  2. charm: odoo-tecnativa
  3. # docker-compose:
  4. # ## Important to keep as a list: otherwise it'll overwrite charm's arguments.
  5. # command:
  6. # - "--log-level=debug"
  7. # environment:
  8. # TOTO: TATA
  9. # image: mynewimage
  10. # options:
  11. # workers: 4
  12. # relations:
  13. # web-proxy:
  14. # frontend:
  15. # #domain: mydomain.org
  16. # #server-aliases:
  17. # # - mydomain2.org
  18. # # apache-custom-rules:
  19. # # - |
  20. # # ## Apache special rules ?
  21. # # #
  22. # # ssl:
  23. # # letsencrypt:
  24. # # challenge-type: http ## if 'dns', be sure to prepare 'env' correctly
  25. # # env:
  26. # # ovh:
  27. # # ## see: https://api.ovh.com/g934.first_step_with_api
  28. # # entrypoint: ovh-eu
  29. # # application:
  30. # # key: XXX
  31. # # secret: YYY
  32. # # consumer_key: ZZZ
  33. # # ssl: true ## simple auto-signed SSL certificates
  34. # # ssl:
  35. # # ca-cert:
  36. # # -----BEGIN CERTIFICATE-----
  37. # # MIIF6TCCA9GgAwIBAgIQBeTcO5Q4qzuFl8umoZhQ4zANBgkqhkiG9w0BAQwFADCB
  38. # # ...
  39. # # BT02Vf6Dsuimrdfp5gJ0iHRc2jTbkNJtUQoj1iM=
  40. # # -----END CERTIFICATE-----
  41. # # -----BEGIN CERTIFICATE-----
  42. # # MIIFdzCCBF+gAwIBAgIQE+oocFv07O0MNmMJgGFDNjANBgkqhkiG9w0BAQwFADBv
  43. # # ...
  44. # # 0fKtirOMxyHNwu8=
  45. # # -----END CERTIFICATE-----
  46. # # cert: |
  47. # # -----BEGIN CERTIFICATE-----
  48. # # MIIF/TCCBOWgAwIBAgIRALUydpTpCApfYMuJchDJv5AwDQYJKoZIhvcNAQELBQAw
  49. # # ...
  50. # # Xs5S6mr0T6Dqx6MQkPATSsEEJlLH5wq3DxXQcrMqnM/WHMRYUCkoTl37sXplflHe
  51. # # jw==
  52. # # -----END CERTIFICATE-----
  53. # # key: |
  54. # # -----BEGIN PRIVATE KEY-----
  55. # # MIIJRQIBADANBgkqhkiG9w0BAQEFAASCCS8wggkrAgEAAoICAQDONqqTCS4CiSi/
  56. # # ...
  57. # # vRt4kR4KG6ULXrmsRA4WQjBDJ9vZw2aK+w==
  58. # # -----END PRIVATE KEY-----
  59. frontend:
  60. charm: apache
  61. letsencrypt:
  62. options:
  63. email: admin@0k.io
  64. ## General configuration for this service will be applied to all linked
  65. ## services.
  66. # env:
  67. # ovh:
  68. # ## see: https://api.ovh.com/g934.first_step_with_api
  69. # entrypoint: ovh-eu
  70. # application:
  71. # key: XXX
  72. # secret: YYY
  73. # consumer_key: ZZZ
  74. logrotate:
  75. # mattermost.mydomain.org:
  76. # charm: mattermost
  77. # bitwarden.mydomain.org:
  78. # charm: bitwarden
  79. # ftp.mydomain.org:
  80. # charm: vsftp
  81. # options:
  82. # #domain: ftp.mydomain.org ## set domain if service name is not already a domain
  83. # #ssl: false ## deactivate ssl (activated if letsencrypt available)
  84. # #pasv: false ## deactivate pasv (activated if domain found)
  85. # users:
  86. # foo:
  87. # password: bar
  88. # groups:
  89. # - my_group
  90. # wiz:
  91. # uid: 3000