From 7314a496a11301a20a0ed0ea8e13b3ae766d645b Mon Sep 17 00:00:00 2001 From: default Date: Wed, 28 Oct 2020 14:49:51 +0000 Subject: [PATCH] [matomo] New charm --- matomo/metadata.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 matomo/metadata.yml diff --git a/matomo/metadata.yml b/matomo/metadata.yml new file mode 100644 index 00000000..a7e2fc89 --- /dev/null +++ b/matomo/metadata.yml @@ -0,0 +1,20 @@ +description: Matomo server +docker-image: matomo +uses: + mysql-database: + #constraint: required | recommended | optional + #auto: pair | summon | none ## default: pair + constraint: required + auto: summon + solves: + database: "matomo" + + web-proxy: + contraint: recommended + auto: pair + solves: + proxy: "Public access" + default-options: + target: !var-expand ${MASTER_BASE_SERVICE_NAME}:80 + +