docker-templates-unraid/templates/matomo.xml
2020-12-29 19:41:32 +03:00

33 lines
No EOL
3.7 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>matomo</Name>
<Repository>bitnami/matomo:latest</Repository>
<Registry>https://hub.docker.com/r/bitnami/matomo/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/89502-support-a75g-repo/</Support>
<Project>https://matomo.org/</Project>
<Overview>Matomo is a free and open source web analytics application written by a team of international developers that runs on a PHP/MySQL webserver.</Overview>
<Category>Productivity: Tools: Network:Management</Category>
<WebUI>https://[IP]:[PORT:8080]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/matomo.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/matomo.png</Icon>
<ExtraParams/>
<PostArgs/>
<DonateText/>
<DonateLink/>
<Description>Matomo is a free and open source web analytics application written by a team of international developers that runs on a PHP/MySQL webserver.</Description>
<Config Name="HTTP" Target="8080" Default="8080" Mode="tcp" Description="HTTP" Type="Port" Display="always" Required="true" Mask="false">8080</Config>
<Config Name="Appdata" Target="/bitnami" Default="/mnt/user/appdata/matomo/" Mode="rw" Description="Appdata" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/matomo/</Config>
<Config Name="MATOMO_DATABASE_HOST" Target="MATOMO_DATABASE_HOST" Default="mariadb" Mode="" Description="Hostname or IP for MariaDB server." Type="Variable" Display="always" Required="true" Mask="false">mariadb</Config>
<Config Name="MATOMO_DATABASE_PORT_NUMBER" Target="MATOMO_DATABASE_PORT_NUMBER" Default="3306" Mode="" Description="Port used by MariaDB server. " Type="Variable" Display="always" Required="true" Mask="false">3306</Config>
<Config Name="MATOMO_DATABASE_NAME" Target="MATOMO_DATABASE_NAME" Default="bitnami_matomo" Mode="" Description="Database name that Matomo will use to connect with the database." Type="Variable" Display="always" Required="true" Mask="false">bitnami_matomo</Config>
<Config Name="MATOMO_DATABASE_USER" Target="MATOMO_DATABASE_USER" Default="bn_matomo" Mode="" Description="Database user that Matomo will use to connect with the database. " Type="Variable" Display="always" Required="true" Mask="false">bn_matomo</Config>
<Config Name="MATOMO_DATABASE_PASSWORD" Target="MATOMO_DATABASE_PASSWORD" Default="password" Mode="" Description="Database password that Matomo will use to connect with the database. " Type="Variable" Display="always" Required="true" Mask="false">password</Config>
<Config Name="MATOMO_USERNAME" Target="MATOMO_USERNAME" Default="User" Mode="" Description="Matomo application username." Type="Variable" Display="always" Required="false" Mask="false">User</Config>
<Config Name="MATOMO_HOST" Target="MATOMO_HOST" Default="192.168.0.100" Mode="" Description="Matomo application host. Change it to your IP" Type="Variable" Display="always" Required="true" Mask="false">192.168.0.100</Config>
<Config Name="MATOMO_PASSWORD" Target="MATOMO_PASSWORD" Default="bitnami" Mode="" Description="Matomo application password" Type="Variable" Display="always" Required="false" Mask="false">bitnami</Config>
<Config Name="ALLOW_EMPTY_PASSWORD" Target="ALLOW_EMPTY_PASSWORD" Default="no|yes" Mode="" Description="It can be used to allow blank passwords." Type="Variable" Display="advanced" Required="true" Mask="false">no</Config>
<Config Name="PHP_MEMORY_LIMIT" Target="PHP_MEMORY_LIMIT" Default="128M" Mode="" Description="Memory limit for PHP." Type="Variable" Display="advanced" Required="true" Mask="false">128M</Config>
</Container>