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
103 lines
2.9 KiB
mydomain.org:
|
|
charm: odoo-tecnativa
|
|
# docker-compose:
|
|
# ## Important to keep as a list: otherwise it'll overwrite charm's arguments.
|
|
# command:
|
|
# - "--log-level=debug"
|
|
# environment:
|
|
# TOTO: TATA
|
|
# image: mynewimage
|
|
# options:
|
|
# workers: 4
|
|
# relations:
|
|
# web-proxy:
|
|
# frontend:
|
|
# #domain: mydomain.org
|
|
# #server-aliases:
|
|
# # - mydomain2.org
|
|
# # apache-custom-rules:
|
|
# # - |
|
|
# # ## Apache special rules ?
|
|
# # #
|
|
# # ssl:
|
|
# # letsencrypt:
|
|
# # challenge-type: http ## if 'dns', be sure to prepare 'env' correctly
|
|
# # env:
|
|
# # ovh:
|
|
# # ## see: https://api.ovh.com/g934.first_step_with_api
|
|
# # entrypoint: ovh-eu
|
|
# # application:
|
|
# # key: XXX
|
|
# # secret: YYY
|
|
# # consumer_key: ZZZ
|
|
# # ssl: true ## simple auto-signed SSL certificates
|
|
# # ssl:
|
|
# # ca-cert:
|
|
# # -----BEGIN CERTIFICATE-----
|
|
# # MIIF6TCCA9GgAwIBAgIQBeTcO5Q4qzuFl8umoZhQ4zANBgkqhkiG9w0BAQwFADCB
|
|
# # ...
|
|
# # BT02Vf6Dsuimrdfp5gJ0iHRc2jTbkNJtUQoj1iM=
|
|
# # -----END CERTIFICATE-----
|
|
# # -----BEGIN CERTIFICATE-----
|
|
# # MIIFdzCCBF+gAwIBAgIQE+oocFv07O0MNmMJgGFDNjANBgkqhkiG9w0BAQwFADBv
|
|
# # ...
|
|
# # 0fKtirOMxyHNwu8=
|
|
# # -----END CERTIFICATE-----
|
|
# # cert: |
|
|
# # -----BEGIN CERTIFICATE-----
|
|
# # MIIF/TCCBOWgAwIBAgIRALUydpTpCApfYMuJchDJv5AwDQYJKoZIhvcNAQELBQAw
|
|
# # ...
|
|
# # Xs5S6mr0T6Dqx6MQkPATSsEEJlLH5wq3DxXQcrMqnM/WHMRYUCkoTl37sXplflHe
|
|
# # jw==
|
|
# # -----END CERTIFICATE-----
|
|
# # key: |
|
|
# # -----BEGIN PRIVATE KEY-----
|
|
# # MIIJRQIBADANBgkqhkiG9w0BAQEFAASCCS8wggkrAgEAAoICAQDONqqTCS4CiSi/
|
|
# # ...
|
|
# # vRt4kR4KG6ULXrmsRA4WQjBDJ9vZw2aK+w==
|
|
# # -----END PRIVATE KEY-----
|
|
|
|
|
|
frontend:
|
|
charm: apache
|
|
|
|
|
|
letsencrypt:
|
|
options:
|
|
email: admin@0k.io
|
|
## General configuration for this service will be applied to all linked
|
|
## services.
|
|
# env:
|
|
# ovh:
|
|
# ## see: https://api.ovh.com/g934.first_step_with_api
|
|
# entrypoint: ovh-eu
|
|
# application:
|
|
# key: XXX
|
|
# secret: YYY
|
|
# consumer_key: ZZZ
|
|
|
|
|
|
logrotate:
|
|
|
|
|
|
# mattermost.mydomain.org:
|
|
# charm: mattermost
|
|
|
|
|
|
# bitwarden.mydomain.org:
|
|
# charm: bitwarden
|
|
|
|
|
|
# ftp.mydomain.org:
|
|
# charm: vsftp
|
|
# options:
|
|
# #domain: ftp.mydomain.org ## set domain if service name is not already a domain
|
|
# #ssl: false ## deactivate ssl (activated if letsencrypt available)
|
|
# #pasv: false ## deactivate pasv (activated if domain found)
|
|
# users:
|
|
# foo:
|
|
# password: bar
|
|
# groups:
|
|
# - my_group
|
|
# wiz:
|
|
# uid: 3000
|