├── .drone.yml ├── .gitignore ├── README.md ├── infra-templates ├── alidns │ ├── 0 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 1 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 2 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-alidns.png │ └── config.yml ├── autospotting │ ├── 0 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-auttospotting.svg │ └── config.yml ├── aws-spot-instance-helper │ ├── 0 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 1 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-rahc.svg │ └── config.yml ├── bind9 │ ├── 0 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-bind9.svg │ └── config.yml ├── cloudflare │ ├── 0 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 1 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 2 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 3 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 4 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-cloudflare.svg │ └── config.yml ├── digitalocean-dns │ ├── 0 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 1 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 2 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 3 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-digitalocean-dns.svg │ └── config.yml ├── dnsimple │ ├── 0 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 1 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 2 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 3 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 4 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-dnsimple.svg │ └── config.yml ├── dnsupdate-rfc2136 │ ├── 0 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 1 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 2 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 3 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 4 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 5 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-dnsupdate-rfc2136.svg │ └── config.yml ├── gandi-dns │ ├── 0 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 1 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 2 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-gandidns.jpg │ └── config.yml ├── imagepuller │ ├── 0 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 1 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── catalogIcon-imagepuller.svg │ └── config.yml ├── imagesyncer │ ├── 0 │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── catalogIcon-imagesyncer.svg │ └── config.yml ├── infoblox │ ├── 0 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 1 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 2 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── catalogIcon-infoblox.png │ └── config.yml ├── mesos │ ├── 0 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 1 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-mesos.svg │ └── config.yml ├── ovh-dns │ ├── 0 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-ovh-dns.svg │ └── config.yml ├── pipeline │ ├── 0 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── 1 │ │ ├── README.md │ │ ├── docker-compose.yml.tpl │ │ └── rancher-compose.yml │ ├── catalogIcon-CICD.svg │ └── config.yml ├── pipework │ ├── 0 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-pipework.png │ └── config.yml ├── pointhq │ ├── 0 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 1 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-pointhq.svg │ └── config.yml ├── portainer │ ├── 0 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon.png │ └── config.yml ├── powerdns-external-dns │ ├── 0 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 1 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-powerdns.svg │ └── config.yml └── swarm │ ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml │ ├── 1 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml │ ├── 2 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml │ ├── 3 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml │ ├── catalogIcon-swarm.svg │ └── config.yml ├── integration ├── core │ └── test_catalog.py ├── requirements.txt ├── setup.py └── tox.ini ├── kubernetes-templates ├── MongoDB │ ├── 0 │ │ ├── README.md │ │ ├── mongo-controller.yaml │ │ ├── mongo-master.yaml │ │ ├── mongo-sec-service.yaml │ │ └── rancher-compose.yml │ ├── catalogIcon-mongodb.svg │ └── config.yml ├── Prometheus │ ├── 0 │ │ ├── README.md │ │ ├── grafana-rc.yml │ │ ├── grafana-srv.yml │ │ ├── influxdb-rc.yml │ │ ├── influxdb-srv.yml │ │ ├── node-exporter-rc.yml │ │ ├── node-exporter-srv.yml │ │ ├── prometheus-rancher-exporter-rc.yml │ │ ├── prometheus-rancher-exporter-srv.yml │ │ ├── prometheus-rc.yml │ │ ├── prometheus-srv.yml │ │ ├── ranch-eye-rc.yml │ │ ├── ranch-eye-srv.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-prometheus.svg │ └── config.yml ├── cassandra │ ├── 0 │ │ ├── cassandra-controller.yaml │ │ ├── cassandra-service.yaml │ │ └── rancher-compose.yml │ ├── catalogIcon-cassandra.svg │ └── config.yml ├── cloud9 │ ├── 0 │ │ ├── README.md │ │ ├── cloud9-sdk-ingress.yml │ │ ├── cloud9-sdk-rc.yml │ │ ├── cloud9-sdk-service.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-cloud9-sdk.svg │ └── config.yml ├── ghost │ ├── 0 │ │ ├── README.md │ │ ├── ghost-service.yaml │ │ ├── ghost.yaml │ │ ├── mysql-service.yaml │ │ ├── mysql.yaml │ │ └── rancher-compose.yml │ ├── catalogIcon-ghost.svg │ └── config.yml ├── guestbook │ ├── 0 │ │ ├── frontend-controller.yaml │ │ ├── frontend-service.yaml │ │ ├── rancher-compose.yml │ │ ├── redis-master-controller.yaml │ │ ├── redis-master-service.yaml │ │ ├── redis-slave-controller.yaml │ │ └── redis-slave-service.yaml │ ├── catalogIcon-guestbook.png │ └── config.yml ├── heapster │ ├── 0 │ │ ├── README.md │ │ ├── grafana-service.yml │ │ ├── heapster-rc.yml │ │ ├── heapster-service.yml │ │ ├── influx-grafana-rc.yml │ │ ├── influxdb-service.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-heapster.svg │ └── config.yml ├── kafka │ ├── 0 │ │ ├── README.md │ │ ├── kafka-rc.yml │ │ ├── kafka-service.yml │ │ └── rancher-compose.yml │ ├── 1 │ │ ├── README.md │ │ ├── kafka-rc.yml │ │ ├── kafka-service.yml │ │ └── rancher-compose.yml │ ├── 2 │ │ ├── README.md │ │ ├── kafka-rc.yml │ │ ├── kafka-service.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-kafka.svg │ └── config.yml ├── minecraft │ ├── 0 │ │ ├── minecraft-svc.yaml │ │ ├── minecraft.yaml │ │ └── rancher-compose.yml │ ├── README.md │ ├── catalogIcon-minecraft.svg │ └── config.yml ├── rabbitmq │ ├── 0 │ │ ├── README.md │ │ ├── rabbitmq-rc.yaml │ │ ├── rabbitmq-svc.yaml │ │ └── rancher-compose.yml │ ├── catalogIcon-rabbitmq.svg │ └── config.yml ├── redis │ ├── 0 │ │ ├── README.md │ │ ├── rancher-compose.yml │ │ ├── redis-master.yaml │ │ ├── redis-rc.yaml │ │ ├── redis-sentinel-rc.yaml │ │ └── redis-sentinel-service.yaml │ ├── catalogIcon-redis.svg │ └── config.yml ├── spark │ ├── 0 │ │ ├── README.md │ │ ├── rancher-compose.yml │ │ ├── spark-master-controller.yaml │ │ ├── spark-master-service.yaml │ │ ├── spark-webui.yaml │ │ ├── spark-worker-controller.yaml │ │ ├── zeppelin-controller.yaml │ │ └── zeppelin-service.yaml │ ├── catalogIcon-spark.svg │ └── config.yml ├── sysdig-cloud │ ├── 0 │ │ ├── README.md │ │ ├── rancher-compose.yml │ │ └── sysdig-daemonset.yaml │ ├── catalogIcon-sysdig.svg │ └── config.yml ├── traefik │ ├── 0 │ │ ├── README.md │ │ ├── rancher-compose.yml │ │ └── traefik-rc.yml │ ├── catalogIcon.svg │ └── config.yml ├── weave-cloud │ ├── 0 │ │ ├── rancher-compose.yml │ │ └── weave-cloud-installer-job.yaml │ ├── README.md │ ├── catalogIcon-weave-cloud.svg │ └── config.yml ├── wordpress │ ├── 0 │ │ ├── README.md │ │ ├── mysql.yaml │ │ ├── rancher-compose.yml │ │ └── wordpress.yaml │ ├── catalogIcon-wordpress.svg │ └── config.yml └── zookeeper │ ├── 0 │ ├── README.md │ ├── rancher-compose.yml │ ├── zk-rc.yml │ └── zk-service.yml │ ├── 1 │ ├── README.md │ ├── rancher-compose.yml │ ├── zk-rc.yml │ └── zk-service.yml │ ├── catalogIcon-zookeeper.png │ └── config.yml ├── machine-templates ├── aliyunecs │ ├── 0 │ │ ├── rancher-compose.yml │ │ └── url │ ├── catalogIcon-aliyunecs.png │ └── config.yml ├── cloudca │ ├── 0 │ │ ├── checksum │ │ ├── rancher-compose.yml │ │ ├── uiUrl │ │ └── url │ ├── 1 │ │ ├── checksum │ │ ├── rancher-compose.yml │ │ ├── uiUrl │ │ └── url │ ├── 2 │ │ ├── checksum │ │ ├── rancher-compose.yml │ │ ├── uiUrl │ │ └── url │ ├── catalogIcon-cloudca.svg │ └── config.yml ├── ecl │ ├── 0 │ │ ├── checksum │ │ ├── rancher-compose.yml │ │ ├── uiUrl │ │ └── url │ ├── catalogIcon-ecl.svg │ └── config.yml ├── hetzner │ ├── 0 │ │ ├── checksum │ │ ├── rancher-compose.yml │ │ ├── uiUrl │ │ └── url │ ├── 1 │ │ ├── checksum │ │ ├── rancher-compose.yml │ │ ├── uiUrl │ │ └── url │ ├── catalogIcon-hetzner.svg │ └── config.yml ├── interoutevdc │ ├── 0 │ │ ├── checksum │ │ ├── rancher-compose.yml │ │ ├── uiUrl │ │ └── url │ ├── 1 │ │ ├── rancher-compose.yml │ │ ├── uiUrl │ │ └── url │ ├── catalogIcon-interoutevdc.svg │ └── config.yml ├── oneandone │ ├── 0 │ │ ├── rancher-compose.yml │ │ ├── uiUrl │ │ └── url │ ├── catalogIcon-oneandone.png │ └── config.yml ├── opennebula │ ├── 0 │ │ ├── rancher-compose.yml │ │ ├── uiUrl │ │ └── url │ ├── catalogIcon-opennebula.png │ └── config.yml ├── p2pub │ ├── 0 │ │ ├── checksum │ │ ├── rancher-compose.yml │ │ ├── uiUrl │ │ └── url │ ├── catalogIcon-p2pub.svg │ └── config.yml ├── profitbricks │ ├── 0 │ │ ├── rancher-compose.yml │ │ ├── uiUrl │ │ └── url │ ├── 1 │ │ ├── rancher-compose.yml │ │ ├── uiUrl │ │ └── url │ ├── catalogIcon-profitbricks.png │ └── config.yml ├── qingcloud │ ├── 0 │ │ ├── checksum │ │ ├── rancher-compose.yml │ │ ├── uiUrl │ │ └── url │ ├── catalogIcon-qingcloud.png │ └── config.yml └── vultr │ ├── 0 │ ├── rancher-compose.yml │ └── url │ ├── 1 │ ├── checksum │ ├── rancher-compose.yml │ └── url │ ├── 2 │ ├── checksum │ ├── rancher-compose.yml │ └── url │ ├── 3 │ ├── checksum │ ├── rancher-compose.yml │ └── url │ ├── 4 │ ├── checksum │ ├── rancher-compose.yml │ └── url │ ├── 5 │ ├── checksum │ ├── rancher-compose.yml │ └── url │ ├── catalogIcon-vultr.svg │ └── config.yml ├── mesos-templates ├── chronos │ ├── 0 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 1 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-chronos.svg │ └── config.yml ├── elasticsearch │ ├── 0 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 1 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-elasticsearch.svg │ └── config.yml ├── kafka │ ├── 0 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 1 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── README.md │ ├── catalogIcon-kafka.svg │ └── config.yml ├── marathon │ ├── 0 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 1 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── 2 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-marathon.svg │ └── config.yml ├── mesos-dns │ ├── 0 │ │ ├── README.md │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-mesos-dns.svg │ └── config.yml ├── mesos │ ├── 0 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-mesos.svg │ └── config.yml └── zookeeper │ ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml │ ├── catalogIcon-zookeeper.png │ └── config.yml ├── scripts ├── bootstrap ├── ci ├── repo.json └── test ├── swarm-templates ├── cassandra │ ├── 0 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-cassandra.svg │ └── config.yml ├── ghost │ ├── 0 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-ghost.svg │ └── config.yml ├── scylla │ ├── 0 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-scylla.svg │ └── config.yml ├── wordpress │ ├── 0 │ │ ├── docker-compose.yml │ │ └── rancher-compose.yml │ ├── catalogIcon-wordpress.svg │ └── config.yml └── zookeeper │ ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml │ ├── catalogIcon-zookeeper.png │ └── config.yml └── templates ├── Concrete5 ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-concrete5.png └── config.yml ├── MongoDB ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 3 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-mongodb.svg └── config.yml ├── Prometheus ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 3 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 4 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 5 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 6 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-prometheus.svg └── config.yml ├── adminer ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── README.md ├── catalogIcon-registry.svg └── config.yml ├── alfresco ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-alfresco.svg └── config.yml ├── apache-guacamole ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-apache-guacamole.png └── config.yml ├── aqua ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-aqua.svg └── config.yml ├── artifactory-oss ├── 0 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── README.md ├── catalogIcon-artifactory.svg └── config.yml ├── asciinema-org ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── README.md ├── catalogIcon-asciinema-org.svg └── config.yml ├── avi ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 3 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-avi.png └── config.yml ├── aws-elbv1 ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-aws-elbv1.svg └── config.yml ├── awx ├── 0 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-entry.svg └── config.yml ├── bind9 ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-bind9.svg └── config.yml ├── bitbucket ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── README.md ├── catalogIcon-bitbucket.svg └── config.yml ├── cloud9 ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-cloud9-sdk.svg └── config.yml ├── cloudflare ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 3 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-cloudflare.svg └── config.yml ├── confluence ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-confluence.svg └── config.yml ├── consul-registrator ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-consul.png └── config.yml ├── consul ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 2 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-consul.png └── config.yml ├── convoy-efs ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-convoy.svg └── config.yml ├── coredns ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-coredns.svg └── config.yml ├── cowcheck ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-cowcheck.svg └── config.yml ├── datadog ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 3 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 4 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 5 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 6 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── README.md ├── catalogIcon-datadog.svg └── config.yml ├── dnsimple ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-dnsimple.svg └── config.yml ├── dnsupdate-rfc2136 ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-dnsupdate-rfc2136.svg └── config.yml ├── dokuwiki ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-dokuwiki.svg └── config.yml ├── drone ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 3 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 4 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 5 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 6 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 7 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-droneio.svg └── config.yml ├── droneworkers ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-droneio.svg └── config.yml ├── drupal ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-drupal.svg └── config.yml ├── ecr ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── README.md ├── catalogIcon-ecr.svg └── config.yml ├── elasticsearch-2 ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-elasticsearch.svg └── config.yml ├── elasticsearch ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-elasticsearch.svg └── config.yml ├── es-cluster ├── 0 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 2 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 3 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 4 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 5 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 6 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 7 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-elasticsearch.svg └── config.yml ├── etcd-ha ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 3 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 4 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 5 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 6 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 7 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-etcd.svg └── config.yml ├── eventstore ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-eventstore.png └── config.yml ├── f5 ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-f5.svg └── config.yml ├── fbctf ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── README.md ├── catalogIcon-fbctf.svg └── config.yml ├── filebeat ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── README.md ├── catalogIcon-filebeat.svg └── config.yml ├── galera ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-galera.svg └── config.yml ├── ghost ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-ghost.svg └── config.yml ├── gitea ├── 0 │ ├── Readme.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-gitea.svg └── config.yml ├── gitlab-multi-runner ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 2 │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 3 │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 4 │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-gitlab-multi-runner.png └── config.yml ├── gitlab ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 3 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 4 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-gitlab.svg └── config.yml ├── gocd-agent ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-gocd-agent.png └── config.yml ├── gocd-server ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-gocd-server.png └── config.yml ├── gocd ├── 0 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-gocd.png └── config.yml ├── gogs ├── 0 │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-gogs.png └── config.yml ├── grafana ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-grafana.svg └── config.yml ├── hadoop ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-hadoop.svg └── config.yml ├── huginn ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-huginn.svg └── config.yml ├── influxdb ├── 0 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-influxdb.svg └── config.yml ├── iron-functions ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-iron-functions.svg └── config.yml ├── janitor ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 3 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 4 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── README.md ├── catalogIcon-janitor.svg └── config.yml ├── jenkins-ci ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 3 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 4 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-jenkins-ci.svg └── config.yml ├── jenkins-ssh-slave ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-jenkins-ssh-slave.svg └── config.yml ├── jenkins-swarm ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-jenkins-ci.svg └── config.yml ├── kafka ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 3 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 4 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 5 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 6 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-kafka.svg └── config.yml ├── keepalived ├── 0 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-keepalived.svg └── config.yml ├── kibana ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 3 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 4 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-kibana.svg └── config.yml ├── letsencrypt ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 3 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 4 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-letsencrypt0.svg └── config.yml ├── liferay ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-liferay.svg └── config.yml ├── logentries ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── README.md ├── catalogIcon-logentries.svg └── config.yml ├── logmatic ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── README.md ├── catalogIcon-logmatic.svg └── config.yml ├── logspout ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-gliderlabs.png └── config.yml ├── logstash ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 3 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 4 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-logstash.svg └── config.yml ├── mailhog ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-mailhog.png └── config.yml ├── meanshop ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── README.md ├── catalogIcon-meanshop.png └── config.yml ├── minecraft ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── README.md ├── catalogIcon-minecraft.svg └── config.yml ├── minio ├── 0 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 2 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 3 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 4 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-minio.svg └── config.yml ├── mssqlserver ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-Mssqlserver.jpg └── config.yml ├── mumble ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-mumble.svg └── config.yml ├── mysql ├── 0 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── README.md ├── catalogIcon-mysql.svg └── config.yml ├── netdata ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-netdata.svg └── config.yml ├── neuvector ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-neuvector.png └── config.yml ├── nextcloud ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── README.md ├── catalogIcon-nextcloud.svg └── config.yml ├── nsq ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-nsq.png └── config.yml ├── nuxeo ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── README.md ├── catalogIcon-nuxeo.svg └── config.yml ├── odoo ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-odoo.svg └── config.yml ├── openfaas ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-openfaas.png └── config.yml ├── openhab ├── 0 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 2 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 3 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 4 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 5 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-openhab.svg └── config.yml ├── openproject ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── README.md ├── catalogIcon-openproject.png └── config.yml ├── openvpn-httpbasic ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-openvpn-httpbasic.png └── config.yml ├── openvpn-httpdigest ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-openvpn-httpdigest.png └── config.yml ├── openvpn-ldap ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-openvpn-ldap.png └── config.yml ├── openvpn-rancherlocal ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-openvpn-rancherlocal.png └── config.yml ├── owncloud ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-owncloud.svg └── config.yml ├── plone ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── README.md ├── catalogIcon-plone.svg └── config.yml ├── pointhq ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-pointhq.svg └── config.yml ├── portworx ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-portworx.svg └── config.yml ├── postgres ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── README.md ├── catalogIcon-postgres.png └── config.yml ├── powerdns-external-dns ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-powerdns.svg └── config.yml ├── project-harbor ├── 0 │ ├── README.md │ ├── docker-compose.yml │ ├── rancher-compose.yml │ └── singlehost.png ├── 1 │ ├── README.md │ ├── distributed.png │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── README.md │ ├── docker-compose.yml │ ├── rancher-compose.yml │ └── singlehost.png ├── 3 │ ├── README.md │ ├── distributed.png │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 4 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-vmwareharbor.svg └── config.yml ├── puppet-standalone ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-puppet.svg └── config.yml ├── pxc ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-pxc.png └── config.yml ├── quasardb-community ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-quasardb-community.png └── config.yml ├── rabbitmq-3 ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-rabbitmq.png └── config.yml ├── rabbitmq-examples ├── 0 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-rabbitmq.png └── config.yml ├── rancher-backup ├── 0 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-rancher-backup.svg └── config.yml ├── rancher-bench-security ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon.png └── config.yml ├── reactioncommerce ├── 0 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── README.md ├── catalogIcon-reactioncommerce.png └── config.yml ├── redmine ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── README.md ├── catalogIcon-redmine.png └── config.yml ├── registry-convoy ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── README.md ├── catalogIcon-registry.svg └── config.yml ├── registry ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 3 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── README.md ├── catalogIcon-registry.svg └── config.yml ├── rethinkdb ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-rethinkdb.svg └── config.yml ├── rexray ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-rexray.jpg └── config.yml ├── rocket-chat ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-rocket.chat.svg └── config.yml ├── scaleio ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-scaleio.png └── config.yml ├── secrets-bridge-agents ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-secrets-bridge.svg └── config.yml ├── secrets-bridge-server ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-secrets-bridge.svg └── config.yml ├── selenium ├── 0 │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-selenium.svg └── config.yml ├── sematext ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── README.md ├── catalogIcon-sematext.svg └── config.yml ├── sentry ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 3 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 4 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 5 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-sentry.png └── config.yml ├── sonarqube ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 2 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-sonarqube.png └── config.yml ├── sysdig-cloud ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-sysdig-cloud.svg └── config.yml ├── sysdig ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-sysdig.svg └── config.yml ├── taiga ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-taiga.svg └── config.yml ├── teamcity ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── README.md ├── catalogIcon-teamcity.png └── config.yml ├── thingsboard ├── 0 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-thingsboard.png └── config.yml ├── traefik ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 2 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 3 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 4 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 5 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 6 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 7 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 8 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 9 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 10 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 11 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 12 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 13 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 14 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 15 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 16 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 17 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 18 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 19 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 20 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 21 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 22 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 23 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 24 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 25 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 26 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 27 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 28 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 29 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 30 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 31 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 32 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── 33 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-Traefik.svg └── config.yml ├── turtl ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-turtl.png └── config.yml ├── vault ├── 0 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-entry.svg └── config.yml ├── weavescope ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── catalogIcon-weavescope.svg └── config.yml ├── wekan ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-wekan.svg ├── config.yml └── wekan-logo.png ├── wordpress ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── README.md ├── catalogIcon-wordpress.svg └── config.yml ├── xpilot ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── README.md ├── catalogIcon-xpilot.png └── config.yml ├── zammad ├── 0 │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── README.md ├── catalogIcon-zammad.png └── config.yml ├── zinst ├── 0 │ ├── README.md │ ├── docker-compose.yml │ └── rancher-compose.yml ├── 1 │ ├── README.md │ ├── docker-compose.yml.tpl │ └── rancher-compose.yml ├── catalogIcon-zinst.png └── config.yml └── zookeeper ├── 0 ├── README.md ├── docker-compose.yml └── rancher-compose.yml ├── 1 ├── README.md ├── docker-compose.yml └── rancher-compose.yml ├── 2 ├── README.md ├── docker-compose.yml └── rancher-compose.yml ├── 3 ├── README.md ├── docker-compose.yml.tpl └── rancher-compose.yml ├── 4 ├── README.md ├── docker-compose.yml.tpl └── rancher-compose.yml ├── catalogIcon-zookeeper.png └── config.yml /.drone.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/.drone.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .*.swp 2 | *~ 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/README.md -------------------------------------------------------------------------------- /infra-templates/alidns/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/alidns/0/README.md -------------------------------------------------------------------------------- /infra-templates/alidns/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/alidns/1/README.md -------------------------------------------------------------------------------- /infra-templates/alidns/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/alidns/2/README.md -------------------------------------------------------------------------------- /infra-templates/alidns/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/alidns/config.yml -------------------------------------------------------------------------------- /infra-templates/autospotting/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/autospotting/0/README.md -------------------------------------------------------------------------------- /infra-templates/autospotting/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/autospotting/config.yml -------------------------------------------------------------------------------- /infra-templates/bind9/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/bind9/config.yml -------------------------------------------------------------------------------- /infra-templates/cloudflare/3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/cloudflare/3/README.md -------------------------------------------------------------------------------- /infra-templates/cloudflare/4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/cloudflare/4/README.md -------------------------------------------------------------------------------- /infra-templates/cloudflare/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/cloudflare/config.yml -------------------------------------------------------------------------------- /infra-templates/dnsimple/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/dnsimple/2/README.md -------------------------------------------------------------------------------- /infra-templates/dnsimple/3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/dnsimple/3/README.md -------------------------------------------------------------------------------- /infra-templates/dnsimple/4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/dnsimple/4/README.md -------------------------------------------------------------------------------- /infra-templates/dnsimple/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/dnsimple/config.yml -------------------------------------------------------------------------------- /infra-templates/gandi-dns/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/gandi-dns/config.yml -------------------------------------------------------------------------------- /infra-templates/imagepuller/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/imagepuller/0/README.md -------------------------------------------------------------------------------- /infra-templates/imagepuller/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/imagepuller/1/README.md -------------------------------------------------------------------------------- /infra-templates/imagepuller/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/imagepuller/config.yml -------------------------------------------------------------------------------- /infra-templates/imagesyncer/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/imagesyncer/config.yml -------------------------------------------------------------------------------- /infra-templates/infoblox/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/infoblox/0/README.md -------------------------------------------------------------------------------- /infra-templates/infoblox/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/infoblox/1/README.md -------------------------------------------------------------------------------- /infra-templates/infoblox/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/infoblox/2/README.md -------------------------------------------------------------------------------- /infra-templates/infoblox/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/infoblox/config.yml -------------------------------------------------------------------------------- /infra-templates/mesos/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/mesos/config.yml -------------------------------------------------------------------------------- /infra-templates/ovh-dns/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/ovh-dns/0/README.md -------------------------------------------------------------------------------- /infra-templates/ovh-dns/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/ovh-dns/config.yml -------------------------------------------------------------------------------- /infra-templates/pipeline/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/pipeline/0/README.md -------------------------------------------------------------------------------- /infra-templates/pipeline/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/pipeline/1/README.md -------------------------------------------------------------------------------- /infra-templates/pipeline/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/pipeline/config.yml -------------------------------------------------------------------------------- /infra-templates/pipework/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/pipework/0/README.md -------------------------------------------------------------------------------- /infra-templates/pipework/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/pipework/config.yml -------------------------------------------------------------------------------- /infra-templates/pointhq/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/pointhq/config.yml -------------------------------------------------------------------------------- /infra-templates/portainer/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/portainer/0/README.md -------------------------------------------------------------------------------- /infra-templates/portainer/catalogIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/portainer/catalogIcon.png -------------------------------------------------------------------------------- /infra-templates/portainer/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/portainer/config.yml -------------------------------------------------------------------------------- /infra-templates/swarm/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/swarm/0/README.md -------------------------------------------------------------------------------- /infra-templates/swarm/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/swarm/1/README.md -------------------------------------------------------------------------------- /infra-templates/swarm/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/swarm/2/README.md -------------------------------------------------------------------------------- /infra-templates/swarm/3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/swarm/3/README.md -------------------------------------------------------------------------------- /infra-templates/swarm/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/infra-templates/swarm/config.yml -------------------------------------------------------------------------------- /integration/core/test_catalog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/integration/core/test_catalog.py -------------------------------------------------------------------------------- /integration/requirements.txt: -------------------------------------------------------------------------------- 1 | cattle==0.5.3 2 | pyyaml==3.11 3 | 4 | flake8 5 | pytest==2.8.7 6 | -------------------------------------------------------------------------------- /integration/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/integration/setup.py -------------------------------------------------------------------------------- /integration/tox.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/integration/tox.ini -------------------------------------------------------------------------------- /kubernetes-templates/MongoDB/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/MongoDB/0/README.md -------------------------------------------------------------------------------- /kubernetes-templates/MongoDB/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/MongoDB/config.yml -------------------------------------------------------------------------------- /kubernetes-templates/cassandra/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/cassandra/config.yml -------------------------------------------------------------------------------- /kubernetes-templates/cloud9/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/cloud9/0/README.md -------------------------------------------------------------------------------- /kubernetes-templates/cloud9/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/cloud9/config.yml -------------------------------------------------------------------------------- /kubernetes-templates/ghost/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/ghost/0/README.md -------------------------------------------------------------------------------- /kubernetes-templates/ghost/0/ghost.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/ghost/0/ghost.yaml -------------------------------------------------------------------------------- /kubernetes-templates/ghost/0/mysql.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/ghost/0/mysql.yaml -------------------------------------------------------------------------------- /kubernetes-templates/ghost/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/ghost/config.yml -------------------------------------------------------------------------------- /kubernetes-templates/guestbook/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/guestbook/config.yml -------------------------------------------------------------------------------- /kubernetes-templates/heapster/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/heapster/0/README.md -------------------------------------------------------------------------------- /kubernetes-templates/heapster/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/heapster/config.yml -------------------------------------------------------------------------------- /kubernetes-templates/kafka/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/kafka/0/README.md -------------------------------------------------------------------------------- /kubernetes-templates/kafka/0/kafka-rc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/kafka/0/kafka-rc.yml -------------------------------------------------------------------------------- /kubernetes-templates/kafka/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/kafka/1/README.md -------------------------------------------------------------------------------- /kubernetes-templates/kafka/1/kafka-rc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/kafka/1/kafka-rc.yml -------------------------------------------------------------------------------- /kubernetes-templates/kafka/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/kafka/2/README.md -------------------------------------------------------------------------------- /kubernetes-templates/kafka/2/kafka-rc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/kafka/2/kafka-rc.yml -------------------------------------------------------------------------------- /kubernetes-templates/kafka/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/kafka/config.yml -------------------------------------------------------------------------------- /kubernetes-templates/minecraft/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/minecraft/README.md -------------------------------------------------------------------------------- /kubernetes-templates/minecraft/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/minecraft/config.yml -------------------------------------------------------------------------------- /kubernetes-templates/rabbitmq/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/rabbitmq/0/README.md -------------------------------------------------------------------------------- /kubernetes-templates/rabbitmq/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/rabbitmq/config.yml -------------------------------------------------------------------------------- /kubernetes-templates/redis/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/redis/0/README.md -------------------------------------------------------------------------------- /kubernetes-templates/redis/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/redis/config.yml -------------------------------------------------------------------------------- /kubernetes-templates/spark/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/spark/0/README.md -------------------------------------------------------------------------------- /kubernetes-templates/spark/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/spark/config.yml -------------------------------------------------------------------------------- /kubernetes-templates/traefik/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/traefik/0/README.md -------------------------------------------------------------------------------- /kubernetes-templates/traefik/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/traefik/config.yml -------------------------------------------------------------------------------- /kubernetes-templates/wordpress/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/wordpress/config.yml -------------------------------------------------------------------------------- /kubernetes-templates/zookeeper/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/kubernetes-templates/zookeeper/config.yml -------------------------------------------------------------------------------- /machine-templates/aliyunecs/0/url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/aliyunecs/0/url -------------------------------------------------------------------------------- /machine-templates/aliyunecs/config.yml: -------------------------------------------------------------------------------- 1 | name: aliyunecs 2 | version: "0.6.0" 3 | -------------------------------------------------------------------------------- /machine-templates/cloudca/0/checksum: -------------------------------------------------------------------------------- 1 | bea9144384d543353b75ed0bea872fbe 2 | -------------------------------------------------------------------------------- /machine-templates/cloudca/0/rancher-compose.yml: -------------------------------------------------------------------------------- 1 | .catalog: 2 | name: cloudca 3 | version: "v1.0.1" 4 | -------------------------------------------------------------------------------- /machine-templates/cloudca/0/uiUrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/cloudca/0/uiUrl -------------------------------------------------------------------------------- /machine-templates/cloudca/0/url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/cloudca/0/url -------------------------------------------------------------------------------- /machine-templates/cloudca/1/checksum: -------------------------------------------------------------------------------- 1 | 100bf1dc97f5016602457ba397433561 2 | -------------------------------------------------------------------------------- /machine-templates/cloudca/1/rancher-compose.yml: -------------------------------------------------------------------------------- 1 | .catalog: 2 | name: cloudca 3 | version: "v1.0.2" 4 | -------------------------------------------------------------------------------- /machine-templates/cloudca/1/uiUrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/cloudca/1/uiUrl -------------------------------------------------------------------------------- /machine-templates/cloudca/1/url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/cloudca/1/url -------------------------------------------------------------------------------- /machine-templates/cloudca/2/checksum: -------------------------------------------------------------------------------- 1 | ba3341235f2e2212372a4026d022e8d1 2 | -------------------------------------------------------------------------------- /machine-templates/cloudca/2/rancher-compose.yml: -------------------------------------------------------------------------------- 1 | .catalog: 2 | name: cloudca 3 | version: "v1.0.3" 4 | -------------------------------------------------------------------------------- /machine-templates/cloudca/2/uiUrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/cloudca/2/uiUrl -------------------------------------------------------------------------------- /machine-templates/cloudca/2/url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/cloudca/2/url -------------------------------------------------------------------------------- /machine-templates/cloudca/config.yml: -------------------------------------------------------------------------------- 1 | name: cloudca 2 | version: "v1.0.3" 3 | -------------------------------------------------------------------------------- /machine-templates/ecl/0/checksum: -------------------------------------------------------------------------------- 1 | ff59f432259784194a296837069154b7 2 | -------------------------------------------------------------------------------- /machine-templates/ecl/0/rancher-compose.yml: -------------------------------------------------------------------------------- 1 | .catalog: 2 | name: ecl 3 | version: "v1.0.0" 4 | -------------------------------------------------------------------------------- /machine-templates/ecl/0/uiUrl: -------------------------------------------------------------------------------- 1 | https://mittz.github.io/rancher/uidbinary/v1.0.0/component.js 2 | -------------------------------------------------------------------------------- /machine-templates/ecl/0/url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/ecl/0/url -------------------------------------------------------------------------------- /machine-templates/ecl/catalogIcon-ecl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/ecl/catalogIcon-ecl.svg -------------------------------------------------------------------------------- /machine-templates/ecl/config.yml: -------------------------------------------------------------------------------- 1 | name: ecl 2 | version: "v1.0.0" 3 | -------------------------------------------------------------------------------- /machine-templates/hetzner/0/checksum: -------------------------------------------------------------------------------- 1 | 5acf919d3c4d7e0be072717a3139990c -------------------------------------------------------------------------------- /machine-templates/hetzner/0/rancher-compose.yml: -------------------------------------------------------------------------------- 1 | .catalog: 2 | name: hetzner 3 | version: "1.0.0" 4 | -------------------------------------------------------------------------------- /machine-templates/hetzner/0/uiUrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/hetzner/0/uiUrl -------------------------------------------------------------------------------- /machine-templates/hetzner/0/url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/hetzner/0/url -------------------------------------------------------------------------------- /machine-templates/hetzner/1/checksum: -------------------------------------------------------------------------------- 1 | 1b1c6e0ce8669ae76e7ea9fd7c8de32d -------------------------------------------------------------------------------- /machine-templates/hetzner/1/rancher-compose.yml: -------------------------------------------------------------------------------- 1 | .catalog: 2 | name: hetzner 3 | version: "1.0.1" 4 | -------------------------------------------------------------------------------- /machine-templates/hetzner/1/uiUrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/hetzner/1/uiUrl -------------------------------------------------------------------------------- /machine-templates/hetzner/1/url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/hetzner/1/url -------------------------------------------------------------------------------- /machine-templates/hetzner/config.yml: -------------------------------------------------------------------------------- 1 | name: hetzner 2 | version: "1.0.1" 3 | -------------------------------------------------------------------------------- /machine-templates/interoutevdc/0/checksum: -------------------------------------------------------------------------------- 1 | 152fd64fb4936454c8eb95fa57450753 2 | -------------------------------------------------------------------------------- /machine-templates/interoutevdc/0/uiUrl: -------------------------------------------------------------------------------- 1 | https://myservices.interoute.com/rancher/component.js 2 | -------------------------------------------------------------------------------- /machine-templates/interoutevdc/0/url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/interoutevdc/0/url -------------------------------------------------------------------------------- /machine-templates/interoutevdc/1/uiUrl: -------------------------------------------------------------------------------- 1 | https://myservices.interoute.com/rancher/component.js 2 | -------------------------------------------------------------------------------- /machine-templates/interoutevdc/1/url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/interoutevdc/1/url -------------------------------------------------------------------------------- /machine-templates/interoutevdc/config.yml: -------------------------------------------------------------------------------- 1 | name: interoutevdc 2 | version: "0.2.0" 3 | -------------------------------------------------------------------------------- /machine-templates/oneandone/0/uiUrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/oneandone/0/uiUrl -------------------------------------------------------------------------------- /machine-templates/oneandone/0/url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/oneandone/0/url -------------------------------------------------------------------------------- /machine-templates/oneandone/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/oneandone/config.yml -------------------------------------------------------------------------------- /machine-templates/opennebula/0/uiUrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/opennebula/0/uiUrl -------------------------------------------------------------------------------- /machine-templates/opennebula/0/url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/opennebula/0/url -------------------------------------------------------------------------------- /machine-templates/opennebula/config.yml: -------------------------------------------------------------------------------- 1 | name: opennebula 2 | version: "0.2.0" 3 | -------------------------------------------------------------------------------- /machine-templates/p2pub/0/checksum: -------------------------------------------------------------------------------- 1 | 18a2399ee76db477053129a5928b51f8 2 | -------------------------------------------------------------------------------- /machine-templates/p2pub/0/rancher-compose.yml: -------------------------------------------------------------------------------- 1 | .catalog: 2 | name: p2pub 3 | version: "v1.0.0" 4 | -------------------------------------------------------------------------------- /machine-templates/p2pub/0/uiUrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/p2pub/0/uiUrl -------------------------------------------------------------------------------- /machine-templates/p2pub/0/url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/p2pub/0/url -------------------------------------------------------------------------------- /machine-templates/p2pub/config.yml: -------------------------------------------------------------------------------- 1 | name: p2pub 2 | version: "v1.0.0" 3 | -------------------------------------------------------------------------------- /machine-templates/profitbricks/0/uiUrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/profitbricks/0/uiUrl -------------------------------------------------------------------------------- /machine-templates/profitbricks/0/url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/profitbricks/0/url -------------------------------------------------------------------------------- /machine-templates/profitbricks/1/uiUrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/profitbricks/1/uiUrl -------------------------------------------------------------------------------- /machine-templates/profitbricks/1/url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/profitbricks/1/url -------------------------------------------------------------------------------- /machine-templates/profitbricks/config.yml: -------------------------------------------------------------------------------- 1 | name: profitbricks 2 | version: "v1.2.3" -------------------------------------------------------------------------------- /machine-templates/qingcloud/0/checksum: -------------------------------------------------------------------------------- 1 | 6891ca3791f23264ac3ca6576e856349 2 | -------------------------------------------------------------------------------- /machine-templates/qingcloud/0/rancher-compose.yml: -------------------------------------------------------------------------------- 1 | .catalog: 2 | name: qingcloud 3 | version: "v1.0.1" 4 | -------------------------------------------------------------------------------- /machine-templates/qingcloud/0/uiUrl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/qingcloud/0/uiUrl -------------------------------------------------------------------------------- /machine-templates/qingcloud/0/url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/qingcloud/0/url -------------------------------------------------------------------------------- /machine-templates/qingcloud/config.yml: -------------------------------------------------------------------------------- 1 | name: qingcloud 2 | version: "v1.0.1" 3 | -------------------------------------------------------------------------------- /machine-templates/vultr/0/url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/vultr/0/url -------------------------------------------------------------------------------- /machine-templates/vultr/1/checksum: -------------------------------------------------------------------------------- 1 | ece3d622b2d95f2f2d18074c6a5ced16 2 | -------------------------------------------------------------------------------- /machine-templates/vultr/1/url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/vultr/1/url -------------------------------------------------------------------------------- /machine-templates/vultr/2/checksum: -------------------------------------------------------------------------------- 1 | c2af5cfcb35d8afd06c422e08b696e33 2 | -------------------------------------------------------------------------------- /machine-templates/vultr/2/url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/vultr/2/url -------------------------------------------------------------------------------- /machine-templates/vultr/3/checksum: -------------------------------------------------------------------------------- 1 | 6cd83b5b1d175a01d7da42a018a80940 2 | -------------------------------------------------------------------------------- /machine-templates/vultr/3/url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/vultr/3/url -------------------------------------------------------------------------------- /machine-templates/vultr/4/checksum: -------------------------------------------------------------------------------- 1 | 02a19bae2930a506f2632e661536fa5b 2 | -------------------------------------------------------------------------------- /machine-templates/vultr/4/url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/vultr/4/url -------------------------------------------------------------------------------- /machine-templates/vultr/5/checksum: -------------------------------------------------------------------------------- 1 | 1b1efcfe48edb7ab71d6c1bee46f8a99 2 | -------------------------------------------------------------------------------- /machine-templates/vultr/5/url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/machine-templates/vultr/5/url -------------------------------------------------------------------------------- /machine-templates/vultr/config.yml: -------------------------------------------------------------------------------- 1 | name: vultr 2 | version: "1.2.0" 3 | -------------------------------------------------------------------------------- /mesos-templates/chronos/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/mesos-templates/chronos/config.yml -------------------------------------------------------------------------------- /mesos-templates/elasticsearch/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/mesos-templates/elasticsearch/config.yml -------------------------------------------------------------------------------- /mesos-templates/kafka/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/mesos-templates/kafka/README.md -------------------------------------------------------------------------------- /mesos-templates/kafka/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/mesos-templates/kafka/config.yml -------------------------------------------------------------------------------- /mesos-templates/marathon/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/mesos-templates/marathon/config.yml -------------------------------------------------------------------------------- /mesos-templates/mesos-dns/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/mesos-templates/mesos-dns/0/README.md -------------------------------------------------------------------------------- /mesos-templates/mesos-dns/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/mesos-templates/mesos-dns/config.yml -------------------------------------------------------------------------------- /mesos-templates/mesos/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/mesos-templates/mesos/config.yml -------------------------------------------------------------------------------- /mesos-templates/zookeeper/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/mesos-templates/zookeeper/0/README.md -------------------------------------------------------------------------------- /mesos-templates/zookeeper/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/mesos-templates/zookeeper/config.yml -------------------------------------------------------------------------------- /scripts/bootstrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/scripts/bootstrap -------------------------------------------------------------------------------- /scripts/ci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/scripts/ci -------------------------------------------------------------------------------- /scripts/repo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/scripts/repo.json -------------------------------------------------------------------------------- /scripts/test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/scripts/test -------------------------------------------------------------------------------- /swarm-templates/cassandra/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/swarm-templates/cassandra/config.yml -------------------------------------------------------------------------------- /swarm-templates/ghost/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/swarm-templates/ghost/config.yml -------------------------------------------------------------------------------- /swarm-templates/scylla/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/swarm-templates/scylla/config.yml -------------------------------------------------------------------------------- /swarm-templates/wordpress/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/swarm-templates/wordpress/config.yml -------------------------------------------------------------------------------- /swarm-templates/zookeeper/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/swarm-templates/zookeeper/0/README.md -------------------------------------------------------------------------------- /swarm-templates/zookeeper/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/swarm-templates/zookeeper/config.yml -------------------------------------------------------------------------------- /templates/Concrete5/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/Concrete5/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/Concrete5/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/Concrete5/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/Concrete5/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/Concrete5/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/Concrete5/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/Concrete5/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/Concrete5/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/Concrete5/config.yml -------------------------------------------------------------------------------- /templates/MongoDB/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/MongoDB/0/README.md -------------------------------------------------------------------------------- /templates/MongoDB/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/MongoDB/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/MongoDB/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/MongoDB/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/MongoDB/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/MongoDB/1/README.md -------------------------------------------------------------------------------- /templates/MongoDB/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/MongoDB/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/MongoDB/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/MongoDB/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/MongoDB/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/MongoDB/2/README.md -------------------------------------------------------------------------------- /templates/MongoDB/2/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/MongoDB/2/docker-compose.yml -------------------------------------------------------------------------------- /templates/MongoDB/2/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/MongoDB/2/rancher-compose.yml -------------------------------------------------------------------------------- /templates/MongoDB/3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/MongoDB/3/README.md -------------------------------------------------------------------------------- /templates/MongoDB/3/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/MongoDB/3/docker-compose.yml -------------------------------------------------------------------------------- /templates/MongoDB/3/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/MongoDB/3/rancher-compose.yml -------------------------------------------------------------------------------- /templates/MongoDB/catalogIcon-mongodb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/MongoDB/catalogIcon-mongodb.svg -------------------------------------------------------------------------------- /templates/MongoDB/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/MongoDB/config.yml -------------------------------------------------------------------------------- /templates/Prometheus/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/Prometheus/0/README.md -------------------------------------------------------------------------------- /templates/Prometheus/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/Prometheus/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/Prometheus/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/Prometheus/1/README.md -------------------------------------------------------------------------------- /templates/Prometheus/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/Prometheus/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/Prometheus/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/Prometheus/2/README.md -------------------------------------------------------------------------------- /templates/Prometheus/2/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/Prometheus/2/docker-compose.yml -------------------------------------------------------------------------------- /templates/Prometheus/3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/Prometheus/3/README.md -------------------------------------------------------------------------------- /templates/Prometheus/3/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/Prometheus/3/docker-compose.yml -------------------------------------------------------------------------------- /templates/Prometheus/4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/Prometheus/4/README.md -------------------------------------------------------------------------------- /templates/Prometheus/4/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/Prometheus/4/docker-compose.yml -------------------------------------------------------------------------------- /templates/Prometheus/5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/Prometheus/5/README.md -------------------------------------------------------------------------------- /templates/Prometheus/5/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/Prometheus/5/docker-compose.yml -------------------------------------------------------------------------------- /templates/Prometheus/6/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/Prometheus/6/README.md -------------------------------------------------------------------------------- /templates/Prometheus/6/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/Prometheus/6/docker-compose.yml -------------------------------------------------------------------------------- /templates/Prometheus/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/Prometheus/config.yml -------------------------------------------------------------------------------- /templates/adminer/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/adminer/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/adminer/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/adminer/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/adminer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/adminer/README.md -------------------------------------------------------------------------------- /templates/adminer/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/adminer/config.yml -------------------------------------------------------------------------------- /templates/alfresco/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/alfresco/0/README.md -------------------------------------------------------------------------------- /templates/alfresco/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/alfresco/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/alfresco/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/alfresco/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/alfresco/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/alfresco/config.yml -------------------------------------------------------------------------------- /templates/apache-guacamole/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/apache-guacamole/0/README.md -------------------------------------------------------------------------------- /templates/apache-guacamole/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/apache-guacamole/config.yml -------------------------------------------------------------------------------- /templates/aqua/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/aqua/0/README.md -------------------------------------------------------------------------------- /templates/aqua/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/aqua/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/aqua/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/aqua/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/aqua/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/aqua/1/README.md -------------------------------------------------------------------------------- /templates/aqua/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/aqua/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/aqua/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/aqua/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/aqua/catalogIcon-aqua.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/aqua/catalogIcon-aqua.svg -------------------------------------------------------------------------------- /templates/aqua/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/aqua/config.yml -------------------------------------------------------------------------------- /templates/artifactory-oss/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/artifactory-oss/0/README.md -------------------------------------------------------------------------------- /templates/artifactory-oss/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/artifactory-oss/README.md -------------------------------------------------------------------------------- /templates/artifactory-oss/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/artifactory-oss/config.yml -------------------------------------------------------------------------------- /templates/asciinema-org/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/asciinema-org/README.md -------------------------------------------------------------------------------- /templates/asciinema-org/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/asciinema-org/config.yml -------------------------------------------------------------------------------- /templates/avi/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/avi/0/README.md -------------------------------------------------------------------------------- /templates/avi/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/avi/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/avi/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/avi/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/avi/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/avi/1/README.md -------------------------------------------------------------------------------- /templates/avi/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/avi/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/avi/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/avi/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/avi/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/avi/2/README.md -------------------------------------------------------------------------------- /templates/avi/2/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/avi/2/docker-compose.yml -------------------------------------------------------------------------------- /templates/avi/2/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/avi/2/rancher-compose.yml -------------------------------------------------------------------------------- /templates/avi/3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/avi/3/README.md -------------------------------------------------------------------------------- /templates/avi/3/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/avi/3/docker-compose.yml -------------------------------------------------------------------------------- /templates/avi/3/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/avi/3/rancher-compose.yml -------------------------------------------------------------------------------- /templates/avi/catalogIcon-avi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/avi/catalogIcon-avi.png -------------------------------------------------------------------------------- /templates/avi/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/avi/config.yml -------------------------------------------------------------------------------- /templates/aws-elbv1/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/aws-elbv1/0/README.md -------------------------------------------------------------------------------- /templates/aws-elbv1/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/aws-elbv1/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/aws-elbv1/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/aws-elbv1/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/aws-elbv1/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/aws-elbv1/1/README.md -------------------------------------------------------------------------------- /templates/aws-elbv1/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/aws-elbv1/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/aws-elbv1/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/aws-elbv1/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/aws-elbv1/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/aws-elbv1/2/README.md -------------------------------------------------------------------------------- /templates/aws-elbv1/2/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/aws-elbv1/2/docker-compose.yml -------------------------------------------------------------------------------- /templates/aws-elbv1/2/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/aws-elbv1/2/rancher-compose.yml -------------------------------------------------------------------------------- /templates/aws-elbv1/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/aws-elbv1/config.yml -------------------------------------------------------------------------------- /templates/awx/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/awx/0/README.md -------------------------------------------------------------------------------- /templates/awx/0/docker-compose.yml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/awx/0/docker-compose.yml.tpl -------------------------------------------------------------------------------- /templates/awx/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/awx/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/awx/catalogIcon-entry.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/awx/catalogIcon-entry.svg -------------------------------------------------------------------------------- /templates/awx/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/awx/config.yml -------------------------------------------------------------------------------- /templates/bind9/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/bind9/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/bind9/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/bind9/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/bind9/catalogIcon-bind9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/bind9/catalogIcon-bind9.svg -------------------------------------------------------------------------------- /templates/bind9/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/bind9/config.yml -------------------------------------------------------------------------------- /templates/bitbucket/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/bitbucket/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/bitbucket/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/bitbucket/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/bitbucket/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/bitbucket/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/bitbucket/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/bitbucket/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/bitbucket/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/bitbucket/README.md -------------------------------------------------------------------------------- /templates/bitbucket/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/bitbucket/config.yml -------------------------------------------------------------------------------- /templates/cloud9/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/cloud9/0/README.md -------------------------------------------------------------------------------- /templates/cloud9/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/cloud9/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/cloud9/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/cloud9/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/cloud9/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/cloud9/config.yml -------------------------------------------------------------------------------- /templates/cloudflare/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/cloudflare/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/cloudflare/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/cloudflare/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/cloudflare/2/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/cloudflare/2/docker-compose.yml -------------------------------------------------------------------------------- /templates/cloudflare/3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/cloudflare/3/README.md -------------------------------------------------------------------------------- /templates/cloudflare/3/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/cloudflare/3/docker-compose.yml -------------------------------------------------------------------------------- /templates/cloudflare/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/cloudflare/config.yml -------------------------------------------------------------------------------- /templates/confluence/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/confluence/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/confluence/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/confluence/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/confluence/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/confluence/config.yml -------------------------------------------------------------------------------- /templates/consul-registrator/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/consul-registrator/0/README.md -------------------------------------------------------------------------------- /templates/consul-registrator/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/consul-registrator/1/README.md -------------------------------------------------------------------------------- /templates/consul-registrator/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/consul-registrator/config.yml -------------------------------------------------------------------------------- /templates/consul/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/consul/0/README.md -------------------------------------------------------------------------------- /templates/consul/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/consul/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/consul/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/consul/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/consul/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/consul/1/README.md -------------------------------------------------------------------------------- /templates/consul/1/docker-compose.yml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/consul/1/docker-compose.yml.tpl -------------------------------------------------------------------------------- /templates/consul/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/consul/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/consul/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/consul/2/README.md -------------------------------------------------------------------------------- /templates/consul/2/docker-compose.yml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/consul/2/docker-compose.yml.tpl -------------------------------------------------------------------------------- /templates/consul/2/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/consul/2/rancher-compose.yml -------------------------------------------------------------------------------- /templates/consul/catalogIcon-consul.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/consul/catalogIcon-consul.png -------------------------------------------------------------------------------- /templates/consul/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/consul/config.yml -------------------------------------------------------------------------------- /templates/convoy-efs/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/convoy-efs/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/convoy-efs/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/convoy-efs/config.yml -------------------------------------------------------------------------------- /templates/coredns/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/coredns/0/README.md -------------------------------------------------------------------------------- /templates/coredns/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/coredns/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/coredns/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/coredns/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/coredns/catalogIcon-coredns.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/coredns/catalogIcon-coredns.svg -------------------------------------------------------------------------------- /templates/coredns/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/coredns/config.yml -------------------------------------------------------------------------------- /templates/cowcheck/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/cowcheck/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/cowcheck/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/cowcheck/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/cowcheck/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/cowcheck/config.yml -------------------------------------------------------------------------------- /templates/datadog/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/datadog/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/datadog/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/datadog/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/datadog/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/datadog/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/datadog/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/datadog/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/datadog/2/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/datadog/2/docker-compose.yml -------------------------------------------------------------------------------- /templates/datadog/2/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/datadog/2/rancher-compose.yml -------------------------------------------------------------------------------- /templates/datadog/3/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/datadog/3/docker-compose.yml -------------------------------------------------------------------------------- /templates/datadog/3/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/datadog/3/rancher-compose.yml -------------------------------------------------------------------------------- /templates/datadog/4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/datadog/4/README.md -------------------------------------------------------------------------------- /templates/datadog/4/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/datadog/4/docker-compose.yml -------------------------------------------------------------------------------- /templates/datadog/4/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/datadog/4/rancher-compose.yml -------------------------------------------------------------------------------- /templates/datadog/5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/datadog/5/README.md -------------------------------------------------------------------------------- /templates/datadog/5/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/datadog/5/docker-compose.yml -------------------------------------------------------------------------------- /templates/datadog/5/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/datadog/5/rancher-compose.yml -------------------------------------------------------------------------------- /templates/datadog/6/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/datadog/6/README.md -------------------------------------------------------------------------------- /templates/datadog/6/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/datadog/6/docker-compose.yml -------------------------------------------------------------------------------- /templates/datadog/6/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/datadog/6/rancher-compose.yml -------------------------------------------------------------------------------- /templates/datadog/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/datadog/README.md -------------------------------------------------------------------------------- /templates/datadog/catalogIcon-datadog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/datadog/catalogIcon-datadog.svg -------------------------------------------------------------------------------- /templates/datadog/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/datadog/config.yml -------------------------------------------------------------------------------- /templates/dnsimple/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/dnsimple/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/dnsimple/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/dnsimple/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/dnsimple/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/dnsimple/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/dnsimple/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/dnsimple/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/dnsimple/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/dnsimple/2/README.md -------------------------------------------------------------------------------- /templates/dnsimple/2/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/dnsimple/2/docker-compose.yml -------------------------------------------------------------------------------- /templates/dnsimple/2/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/dnsimple/2/rancher-compose.yml -------------------------------------------------------------------------------- /templates/dnsimple/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/dnsimple/config.yml -------------------------------------------------------------------------------- /templates/dnsupdate-rfc2136/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/dnsupdate-rfc2136/1/README.md -------------------------------------------------------------------------------- /templates/dnsupdate-rfc2136/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/dnsupdate-rfc2136/config.yml -------------------------------------------------------------------------------- /templates/dokuwiki/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/dokuwiki/0/README.md -------------------------------------------------------------------------------- /templates/dokuwiki/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/dokuwiki/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/dokuwiki/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/dokuwiki/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/dokuwiki/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/dokuwiki/config.yml -------------------------------------------------------------------------------- /templates/drone/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/0/README.md -------------------------------------------------------------------------------- /templates/drone/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/drone/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/drone/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/1/README.md -------------------------------------------------------------------------------- /templates/drone/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/drone/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/drone/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/2/README.md -------------------------------------------------------------------------------- /templates/drone/2/docker-compose.yml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/2/docker-compose.yml.tpl -------------------------------------------------------------------------------- /templates/drone/2/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/2/rancher-compose.yml -------------------------------------------------------------------------------- /templates/drone/3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/3/README.md -------------------------------------------------------------------------------- /templates/drone/3/docker-compose.yml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/3/docker-compose.yml.tpl -------------------------------------------------------------------------------- /templates/drone/3/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/3/rancher-compose.yml -------------------------------------------------------------------------------- /templates/drone/4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/4/README.md -------------------------------------------------------------------------------- /templates/drone/4/docker-compose.yml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/4/docker-compose.yml.tpl -------------------------------------------------------------------------------- /templates/drone/4/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/4/rancher-compose.yml -------------------------------------------------------------------------------- /templates/drone/5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/5/README.md -------------------------------------------------------------------------------- /templates/drone/5/docker-compose.yml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/5/docker-compose.yml.tpl -------------------------------------------------------------------------------- /templates/drone/5/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/5/rancher-compose.yml -------------------------------------------------------------------------------- /templates/drone/6/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/6/README.md -------------------------------------------------------------------------------- /templates/drone/6/docker-compose.yml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/6/docker-compose.yml.tpl -------------------------------------------------------------------------------- /templates/drone/6/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/6/rancher-compose.yml -------------------------------------------------------------------------------- /templates/drone/7/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/7/README.md -------------------------------------------------------------------------------- /templates/drone/7/docker-compose.yml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/7/docker-compose.yml.tpl -------------------------------------------------------------------------------- /templates/drone/7/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/7/rancher-compose.yml -------------------------------------------------------------------------------- /templates/drone/catalogIcon-droneio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/catalogIcon-droneio.svg -------------------------------------------------------------------------------- /templates/drone/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drone/config.yml -------------------------------------------------------------------------------- /templates/droneworkers/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/droneworkers/0/README.md -------------------------------------------------------------------------------- /templates/droneworkers/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/droneworkers/config.yml -------------------------------------------------------------------------------- /templates/drupal/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drupal/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/drupal/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drupal/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/drupal/1/docker-compose.yml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drupal/1/docker-compose.yml.tpl -------------------------------------------------------------------------------- /templates/drupal/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drupal/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/drupal/catalogIcon-drupal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drupal/catalogIcon-drupal.svg -------------------------------------------------------------------------------- /templates/drupal/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/drupal/config.yml -------------------------------------------------------------------------------- /templates/ecr/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/ecr/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/ecr/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/ecr/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/ecr/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/ecr/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/ecr/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/ecr/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/ecr/2/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/ecr/2/docker-compose.yml -------------------------------------------------------------------------------- /templates/ecr/2/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/ecr/2/rancher-compose.yml -------------------------------------------------------------------------------- /templates/ecr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/ecr/README.md -------------------------------------------------------------------------------- /templates/ecr/catalogIcon-ecr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/ecr/catalogIcon-ecr.svg -------------------------------------------------------------------------------- /templates/ecr/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/ecr/config.yml -------------------------------------------------------------------------------- /templates/elasticsearch-2/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/elasticsearch-2/config.yml -------------------------------------------------------------------------------- /templates/elasticsearch/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/elasticsearch/config.yml -------------------------------------------------------------------------------- /templates/es-cluster/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/es-cluster/0/README.md -------------------------------------------------------------------------------- /templates/es-cluster/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/es-cluster/1/README.md -------------------------------------------------------------------------------- /templates/es-cluster/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/es-cluster/2/README.md -------------------------------------------------------------------------------- /templates/es-cluster/3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/es-cluster/3/README.md -------------------------------------------------------------------------------- /templates/es-cluster/4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/es-cluster/4/README.md -------------------------------------------------------------------------------- /templates/es-cluster/5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/es-cluster/5/README.md -------------------------------------------------------------------------------- /templates/es-cluster/6/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/es-cluster/6/README.md -------------------------------------------------------------------------------- /templates/es-cluster/7/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/es-cluster/7/README.md -------------------------------------------------------------------------------- /templates/es-cluster/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/es-cluster/config.yml -------------------------------------------------------------------------------- /templates/etcd-ha/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/0/README.md -------------------------------------------------------------------------------- /templates/etcd-ha/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/etcd-ha/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/etcd-ha/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/1/README.md -------------------------------------------------------------------------------- /templates/etcd-ha/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/etcd-ha/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/etcd-ha/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/2/README.md -------------------------------------------------------------------------------- /templates/etcd-ha/2/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/2/docker-compose.yml -------------------------------------------------------------------------------- /templates/etcd-ha/2/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/2/rancher-compose.yml -------------------------------------------------------------------------------- /templates/etcd-ha/3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/3/README.md -------------------------------------------------------------------------------- /templates/etcd-ha/3/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/3/docker-compose.yml -------------------------------------------------------------------------------- /templates/etcd-ha/3/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/3/rancher-compose.yml -------------------------------------------------------------------------------- /templates/etcd-ha/4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/4/README.md -------------------------------------------------------------------------------- /templates/etcd-ha/4/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/4/docker-compose.yml -------------------------------------------------------------------------------- /templates/etcd-ha/4/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/4/rancher-compose.yml -------------------------------------------------------------------------------- /templates/etcd-ha/5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/5/README.md -------------------------------------------------------------------------------- /templates/etcd-ha/5/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/5/docker-compose.yml -------------------------------------------------------------------------------- /templates/etcd-ha/5/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/5/rancher-compose.yml -------------------------------------------------------------------------------- /templates/etcd-ha/6/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/6/README.md -------------------------------------------------------------------------------- /templates/etcd-ha/6/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/6/docker-compose.yml -------------------------------------------------------------------------------- /templates/etcd-ha/6/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/6/rancher-compose.yml -------------------------------------------------------------------------------- /templates/etcd-ha/7/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/7/README.md -------------------------------------------------------------------------------- /templates/etcd-ha/7/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/7/docker-compose.yml -------------------------------------------------------------------------------- /templates/etcd-ha/7/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/7/rancher-compose.yml -------------------------------------------------------------------------------- /templates/etcd-ha/catalogIcon-etcd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/catalogIcon-etcd.svg -------------------------------------------------------------------------------- /templates/etcd-ha/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/etcd-ha/config.yml -------------------------------------------------------------------------------- /templates/eventstore/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/eventstore/0/README.md -------------------------------------------------------------------------------- /templates/eventstore/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/eventstore/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/eventstore/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/eventstore/config.yml -------------------------------------------------------------------------------- /templates/f5/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/f5/0/README.md -------------------------------------------------------------------------------- /templates/f5/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/f5/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/f5/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/f5/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/f5/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/f5/1/README.md -------------------------------------------------------------------------------- /templates/f5/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/f5/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/f5/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/f5/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/f5/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/f5/2/README.md -------------------------------------------------------------------------------- /templates/f5/2/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/f5/2/docker-compose.yml -------------------------------------------------------------------------------- /templates/f5/2/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/f5/2/rancher-compose.yml -------------------------------------------------------------------------------- /templates/f5/catalogIcon-f5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/f5/catalogIcon-f5.svg -------------------------------------------------------------------------------- /templates/f5/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/f5/config.yml -------------------------------------------------------------------------------- /templates/fbctf/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/fbctf/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/fbctf/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/fbctf/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/fbctf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/fbctf/README.md -------------------------------------------------------------------------------- /templates/fbctf/catalogIcon-fbctf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/fbctf/catalogIcon-fbctf.svg -------------------------------------------------------------------------------- /templates/fbctf/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/fbctf/config.yml -------------------------------------------------------------------------------- /templates/filebeat/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/filebeat/0/README.md -------------------------------------------------------------------------------- /templates/filebeat/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/filebeat/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/filebeat/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/filebeat/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/filebeat/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/filebeat/1/README.md -------------------------------------------------------------------------------- /templates/filebeat/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/filebeat/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/filebeat/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/filebeat/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/filebeat/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/filebeat/2/README.md -------------------------------------------------------------------------------- /templates/filebeat/2/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/filebeat/2/docker-compose.yml -------------------------------------------------------------------------------- /templates/filebeat/2/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/filebeat/2/rancher-compose.yml -------------------------------------------------------------------------------- /templates/filebeat/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/filebeat/README.md -------------------------------------------------------------------------------- /templates/filebeat/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/filebeat/config.yml -------------------------------------------------------------------------------- /templates/galera/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/galera/0/README.md -------------------------------------------------------------------------------- /templates/galera/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/galera/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/galera/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/galera/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/galera/catalogIcon-galera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/galera/catalogIcon-galera.svg -------------------------------------------------------------------------------- /templates/galera/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/galera/config.yml -------------------------------------------------------------------------------- /templates/ghost/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/ghost/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/ghost/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/ghost/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/ghost/catalogIcon-ghost.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/ghost/catalogIcon-ghost.svg -------------------------------------------------------------------------------- /templates/ghost/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/ghost/config.yml -------------------------------------------------------------------------------- /templates/gitea/0/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gitea/0/Readme.md -------------------------------------------------------------------------------- /templates/gitea/0/docker-compose.yml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gitea/0/docker-compose.yml.tpl -------------------------------------------------------------------------------- /templates/gitea/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gitea/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/gitea/catalogIcon-gitea.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gitea/catalogIcon-gitea.svg -------------------------------------------------------------------------------- /templates/gitea/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gitea/config.yml -------------------------------------------------------------------------------- /templates/gitlab-multi-runner/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gitlab-multi-runner/config.yml -------------------------------------------------------------------------------- /templates/gitlab/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gitlab/0/README.md -------------------------------------------------------------------------------- /templates/gitlab/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gitlab/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/gitlab/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gitlab/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/gitlab/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gitlab/1/README.md -------------------------------------------------------------------------------- /templates/gitlab/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gitlab/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/gitlab/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gitlab/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/gitlab/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gitlab/2/README.md -------------------------------------------------------------------------------- /templates/gitlab/2/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gitlab/2/docker-compose.yml -------------------------------------------------------------------------------- /templates/gitlab/2/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gitlab/2/rancher-compose.yml -------------------------------------------------------------------------------- /templates/gitlab/3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gitlab/3/README.md -------------------------------------------------------------------------------- /templates/gitlab/3/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gitlab/3/docker-compose.yml -------------------------------------------------------------------------------- /templates/gitlab/3/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gitlab/3/rancher-compose.yml -------------------------------------------------------------------------------- /templates/gitlab/4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gitlab/4/README.md -------------------------------------------------------------------------------- /templates/gitlab/4/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gitlab/4/docker-compose.yml -------------------------------------------------------------------------------- /templates/gitlab/4/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gitlab/4/rancher-compose.yml -------------------------------------------------------------------------------- /templates/gitlab/catalogIcon-gitlab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gitlab/catalogIcon-gitlab.svg -------------------------------------------------------------------------------- /templates/gitlab/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gitlab/config.yml -------------------------------------------------------------------------------- /templates/gocd-agent/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gocd-agent/0/README.md -------------------------------------------------------------------------------- /templates/gocd-agent/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gocd-agent/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/gocd-agent/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gocd-agent/config.yml -------------------------------------------------------------------------------- /templates/gocd-server/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gocd-server/0/README.md -------------------------------------------------------------------------------- /templates/gocd-server/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gocd-server/config.yml -------------------------------------------------------------------------------- /templates/gocd/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gocd/0/README.md -------------------------------------------------------------------------------- /templates/gocd/0/docker-compose.yml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gocd/0/docker-compose.yml.tpl -------------------------------------------------------------------------------- /templates/gocd/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gocd/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/gocd/catalogIcon-gocd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gocd/catalogIcon-gocd.png -------------------------------------------------------------------------------- /templates/gocd/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gocd/config.yml -------------------------------------------------------------------------------- /templates/gogs/0/docker-compose.yml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gogs/0/docker-compose.yml.tpl -------------------------------------------------------------------------------- /templates/gogs/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gogs/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/gogs/1/docker-compose.yml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gogs/1/docker-compose.yml.tpl -------------------------------------------------------------------------------- /templates/gogs/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gogs/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/gogs/catalogIcon-gogs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gogs/catalogIcon-gogs.png -------------------------------------------------------------------------------- /templates/gogs/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/gogs/config.yml -------------------------------------------------------------------------------- /templates/grafana/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/grafana/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/grafana/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/grafana/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/grafana/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/grafana/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/grafana/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/grafana/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/grafana/2/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/grafana/2/docker-compose.yml -------------------------------------------------------------------------------- /templates/grafana/2/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/grafana/2/rancher-compose.yml -------------------------------------------------------------------------------- /templates/grafana/catalogIcon-grafana.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/grafana/catalogIcon-grafana.svg -------------------------------------------------------------------------------- /templates/grafana/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/grafana/config.yml -------------------------------------------------------------------------------- /templates/hadoop/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/hadoop/0/README.md -------------------------------------------------------------------------------- /templates/hadoop/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/hadoop/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/hadoop/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/hadoop/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/hadoop/catalogIcon-hadoop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/hadoop/catalogIcon-hadoop.svg -------------------------------------------------------------------------------- /templates/hadoop/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/hadoop/config.yml -------------------------------------------------------------------------------- /templates/huginn/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/huginn/0/README.md -------------------------------------------------------------------------------- /templates/huginn/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/huginn/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/huginn/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/huginn/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/huginn/catalogIcon-huginn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/huginn/catalogIcon-huginn.svg -------------------------------------------------------------------------------- /templates/huginn/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/huginn/config.yml -------------------------------------------------------------------------------- /templates/influxdb/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/influxdb/0/README.md -------------------------------------------------------------------------------- /templates/influxdb/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/influxdb/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/influxdb/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/influxdb/config.yml -------------------------------------------------------------------------------- /templates/iron-functions/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/iron-functions/config.yml -------------------------------------------------------------------------------- /templates/janitor/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/janitor/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/janitor/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/janitor/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/janitor/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/janitor/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/janitor/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/janitor/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/janitor/2/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/janitor/2/docker-compose.yml -------------------------------------------------------------------------------- /templates/janitor/2/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/janitor/2/rancher-compose.yml -------------------------------------------------------------------------------- /templates/janitor/3/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/janitor/3/docker-compose.yml -------------------------------------------------------------------------------- /templates/janitor/3/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/janitor/3/rancher-compose.yml -------------------------------------------------------------------------------- /templates/janitor/4/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/janitor/4/docker-compose.yml -------------------------------------------------------------------------------- /templates/janitor/4/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/janitor/4/rancher-compose.yml -------------------------------------------------------------------------------- /templates/janitor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/janitor/README.md -------------------------------------------------------------------------------- /templates/janitor/catalogIcon-janitor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/janitor/catalogIcon-janitor.svg -------------------------------------------------------------------------------- /templates/janitor/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/janitor/config.yml -------------------------------------------------------------------------------- /templates/jenkins-ci/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/jenkins-ci/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/jenkins-ci/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/jenkins-ci/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/jenkins-ci/2/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/jenkins-ci/2/docker-compose.yml -------------------------------------------------------------------------------- /templates/jenkins-ci/3/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/jenkins-ci/3/docker-compose.yml -------------------------------------------------------------------------------- /templates/jenkins-ci/4/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/jenkins-ci/4/docker-compose.yml -------------------------------------------------------------------------------- /templates/jenkins-ci/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/jenkins-ci/config.yml -------------------------------------------------------------------------------- /templates/jenkins-ssh-slave/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/jenkins-ssh-slave/config.yml -------------------------------------------------------------------------------- /templates/jenkins-swarm/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/jenkins-swarm/1/README.md -------------------------------------------------------------------------------- /templates/jenkins-swarm/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/jenkins-swarm/config.yml -------------------------------------------------------------------------------- /templates/kafka/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kafka/0/README.md -------------------------------------------------------------------------------- /templates/kafka/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kafka/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/kafka/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kafka/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/kafka/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kafka/1/README.md -------------------------------------------------------------------------------- /templates/kafka/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kafka/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/kafka/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kafka/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/kafka/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kafka/2/README.md -------------------------------------------------------------------------------- /templates/kafka/2/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kafka/2/docker-compose.yml -------------------------------------------------------------------------------- /templates/kafka/2/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kafka/2/rancher-compose.yml -------------------------------------------------------------------------------- /templates/kafka/3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kafka/3/README.md -------------------------------------------------------------------------------- /templates/kafka/3/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kafka/3/docker-compose.yml -------------------------------------------------------------------------------- /templates/kafka/3/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kafka/3/rancher-compose.yml -------------------------------------------------------------------------------- /templates/kafka/4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kafka/4/README.md -------------------------------------------------------------------------------- /templates/kafka/4/docker-compose.yml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kafka/4/docker-compose.yml.tpl -------------------------------------------------------------------------------- /templates/kafka/4/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kafka/4/rancher-compose.yml -------------------------------------------------------------------------------- /templates/kafka/5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kafka/5/README.md -------------------------------------------------------------------------------- /templates/kafka/5/docker-compose.yml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kafka/5/docker-compose.yml.tpl -------------------------------------------------------------------------------- /templates/kafka/5/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kafka/5/rancher-compose.yml -------------------------------------------------------------------------------- /templates/kafka/6/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kafka/6/README.md -------------------------------------------------------------------------------- /templates/kafka/6/docker-compose.yml.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kafka/6/docker-compose.yml.tpl -------------------------------------------------------------------------------- /templates/kafka/6/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kafka/6/rancher-compose.yml -------------------------------------------------------------------------------- /templates/kafka/catalogIcon-kafka.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kafka/catalogIcon-kafka.svg -------------------------------------------------------------------------------- /templates/kafka/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kafka/config.yml -------------------------------------------------------------------------------- /templates/keepalived/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/keepalived/0/README.md -------------------------------------------------------------------------------- /templates/keepalived/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/keepalived/config.yml -------------------------------------------------------------------------------- /templates/kibana/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kibana/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/kibana/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kibana/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/kibana/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kibana/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/kibana/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kibana/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/kibana/2/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kibana/2/docker-compose.yml -------------------------------------------------------------------------------- /templates/kibana/2/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kibana/2/rancher-compose.yml -------------------------------------------------------------------------------- /templates/kibana/3/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kibana/3/docker-compose.yml -------------------------------------------------------------------------------- /templates/kibana/3/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kibana/3/rancher-compose.yml -------------------------------------------------------------------------------- /templates/kibana/4/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kibana/4/docker-compose.yml -------------------------------------------------------------------------------- /templates/kibana/4/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kibana/4/rancher-compose.yml -------------------------------------------------------------------------------- /templates/kibana/catalogIcon-kibana.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kibana/catalogIcon-kibana.svg -------------------------------------------------------------------------------- /templates/kibana/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/kibana/config.yml -------------------------------------------------------------------------------- /templates/letsencrypt/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/letsencrypt/0/README.md -------------------------------------------------------------------------------- /templates/letsencrypt/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/letsencrypt/1/README.md -------------------------------------------------------------------------------- /templates/letsencrypt/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/letsencrypt/2/README.md -------------------------------------------------------------------------------- /templates/letsencrypt/3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/letsencrypt/3/README.md -------------------------------------------------------------------------------- /templates/letsencrypt/4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/letsencrypt/4/README.md -------------------------------------------------------------------------------- /templates/letsencrypt/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/letsencrypt/config.yml -------------------------------------------------------------------------------- /templates/liferay/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/liferay/0/README.md -------------------------------------------------------------------------------- /templates/liferay/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/liferay/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/liferay/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/liferay/1/README.md -------------------------------------------------------------------------------- /templates/liferay/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/liferay/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/liferay/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/liferay/config.yml -------------------------------------------------------------------------------- /templates/logentries/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/logentries/README.md -------------------------------------------------------------------------------- /templates/logentries/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/logentries/config.yml -------------------------------------------------------------------------------- /templates/logmatic/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/logmatic/0/README.md -------------------------------------------------------------------------------- /templates/logmatic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/logmatic/README.md -------------------------------------------------------------------------------- /templates/logmatic/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/logmatic/config.yml -------------------------------------------------------------------------------- /templates/logspout/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/logspout/0/README.md -------------------------------------------------------------------------------- /templates/logspout/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/logspout/1/README.md -------------------------------------------------------------------------------- /templates/logspout/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/logspout/config.yml -------------------------------------------------------------------------------- /templates/logstash/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/logstash/config.yml -------------------------------------------------------------------------------- /templates/mailhog/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/mailhog/0/README.md -------------------------------------------------------------------------------- /templates/mailhog/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/mailhog/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/mailhog/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/mailhog/config.yml -------------------------------------------------------------------------------- /templates/meanshop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/meanshop/README.md -------------------------------------------------------------------------------- /templates/meanshop/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/meanshop/config.yml -------------------------------------------------------------------------------- /templates/minecraft/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/minecraft/README.md -------------------------------------------------------------------------------- /templates/minecraft/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/minecraft/config.yml -------------------------------------------------------------------------------- /templates/minio/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/minio/0/README.md -------------------------------------------------------------------------------- /templates/minio/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/minio/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/minio/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/minio/1/README.md -------------------------------------------------------------------------------- /templates/minio/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/minio/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/minio/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/minio/2/README.md -------------------------------------------------------------------------------- /templates/minio/2/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/minio/2/rancher-compose.yml -------------------------------------------------------------------------------- /templates/minio/3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/minio/3/README.md -------------------------------------------------------------------------------- /templates/minio/3/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/minio/3/rancher-compose.yml -------------------------------------------------------------------------------- /templates/minio/4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/minio/4/README.md -------------------------------------------------------------------------------- /templates/minio/4/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/minio/4/rancher-compose.yml -------------------------------------------------------------------------------- /templates/minio/catalogIcon-minio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/minio/catalogIcon-minio.svg -------------------------------------------------------------------------------- /templates/minio/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/minio/config.yml -------------------------------------------------------------------------------- /templates/mssqlserver/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/mssqlserver/0/README.md -------------------------------------------------------------------------------- /templates/mssqlserver/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/mssqlserver/config.yml -------------------------------------------------------------------------------- /templates/mumble/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/mumble/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/mumble/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/mumble/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/mumble/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/mumble/config.yml -------------------------------------------------------------------------------- /templates/mysql/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/mysql/0/README.md -------------------------------------------------------------------------------- /templates/mysql/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/mysql/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/mysql/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/mysql/README.md -------------------------------------------------------------------------------- /templates/mysql/catalogIcon-mysql.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/mysql/catalogIcon-mysql.svg -------------------------------------------------------------------------------- /templates/mysql/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/mysql/config.yml -------------------------------------------------------------------------------- /templates/netdata/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/netdata/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/netdata/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/netdata/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/netdata/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/netdata/config.yml -------------------------------------------------------------------------------- /templates/neuvector/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/neuvector/0/README.md -------------------------------------------------------------------------------- /templates/neuvector/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/neuvector/config.yml -------------------------------------------------------------------------------- /templates/nextcloud/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/nextcloud/README.md -------------------------------------------------------------------------------- /templates/nextcloud/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/nextcloud/config.yml -------------------------------------------------------------------------------- /templates/nsq/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/nsq/0/README.md -------------------------------------------------------------------------------- /templates/nsq/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/nsq/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/nsq/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/nsq/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/nsq/catalogIcon-nsq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/nsq/catalogIcon-nsq.png -------------------------------------------------------------------------------- /templates/nsq/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/nsq/config.yml -------------------------------------------------------------------------------- /templates/nuxeo/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/nuxeo/0/README.md -------------------------------------------------------------------------------- /templates/nuxeo/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/nuxeo/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/nuxeo/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/nuxeo/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/nuxeo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/nuxeo/README.md -------------------------------------------------------------------------------- /templates/nuxeo/catalogIcon-nuxeo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/nuxeo/catalogIcon-nuxeo.svg -------------------------------------------------------------------------------- /templates/nuxeo/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/nuxeo/config.yml -------------------------------------------------------------------------------- /templates/odoo/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/odoo/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/odoo/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/odoo/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/odoo/catalogIcon-odoo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/odoo/catalogIcon-odoo.svg -------------------------------------------------------------------------------- /templates/odoo/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/odoo/config.yml -------------------------------------------------------------------------------- /templates/openfaas/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/openfaas/0/README.md -------------------------------------------------------------------------------- /templates/openfaas/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/openfaas/config.yml -------------------------------------------------------------------------------- /templates/openhab/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/openhab/0/README.md -------------------------------------------------------------------------------- /templates/openhab/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/openhab/1/README.md -------------------------------------------------------------------------------- /templates/openhab/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/openhab/2/README.md -------------------------------------------------------------------------------- /templates/openhab/3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/openhab/3/README.md -------------------------------------------------------------------------------- /templates/openhab/4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/openhab/4/README.md -------------------------------------------------------------------------------- /templates/openhab/5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/openhab/5/README.md -------------------------------------------------------------------------------- /templates/openhab/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/openhab/config.yml -------------------------------------------------------------------------------- /templates/openproject/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/openproject/README.md -------------------------------------------------------------------------------- /templates/openproject/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/openproject/config.yml -------------------------------------------------------------------------------- /templates/openvpn-httpbasic/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/openvpn-httpbasic/config.yml -------------------------------------------------------------------------------- /templates/openvpn-ldap/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/openvpn-ldap/0/README.md -------------------------------------------------------------------------------- /templates/openvpn-ldap/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/openvpn-ldap/config.yml -------------------------------------------------------------------------------- /templates/owncloud/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/owncloud/config.yml -------------------------------------------------------------------------------- /templates/plone/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/plone/0/README.md -------------------------------------------------------------------------------- /templates/plone/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/plone/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/plone/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/plone/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/plone/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/plone/1/README.md -------------------------------------------------------------------------------- /templates/plone/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/plone/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/plone/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/plone/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/plone/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/plone/README.md -------------------------------------------------------------------------------- /templates/plone/catalogIcon-plone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/plone/catalogIcon-plone.svg -------------------------------------------------------------------------------- /templates/plone/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/plone/config.yml -------------------------------------------------------------------------------- /templates/pointhq/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/pointhq/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/pointhq/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/pointhq/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/pointhq/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/pointhq/config.yml -------------------------------------------------------------------------------- /templates/portworx/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/portworx/0/README.md -------------------------------------------------------------------------------- /templates/portworx/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/portworx/config.yml -------------------------------------------------------------------------------- /templates/postgres/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/postgres/README.md -------------------------------------------------------------------------------- /templates/postgres/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/postgres/config.yml -------------------------------------------------------------------------------- /templates/project-harbor/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/project-harbor/0/README.md -------------------------------------------------------------------------------- /templates/project-harbor/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/project-harbor/1/README.md -------------------------------------------------------------------------------- /templates/project-harbor/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/project-harbor/2/README.md -------------------------------------------------------------------------------- /templates/project-harbor/3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/project-harbor/3/README.md -------------------------------------------------------------------------------- /templates/project-harbor/4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/project-harbor/4/README.md -------------------------------------------------------------------------------- /templates/project-harbor/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/project-harbor/config.yml -------------------------------------------------------------------------------- /templates/puppet-standalone/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/puppet-standalone/config.yml -------------------------------------------------------------------------------- /templates/pxc/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/pxc/0/README.md -------------------------------------------------------------------------------- /templates/pxc/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/pxc/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/pxc/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/pxc/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/pxc/catalogIcon-pxc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/pxc/catalogIcon-pxc.png -------------------------------------------------------------------------------- /templates/pxc/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/pxc/config.yml -------------------------------------------------------------------------------- /templates/rabbitmq-3/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/rabbitmq-3/0/README.md -------------------------------------------------------------------------------- /templates/rabbitmq-3/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/rabbitmq-3/1/README.md -------------------------------------------------------------------------------- /templates/rabbitmq-3/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/rabbitmq-3/2/README.md -------------------------------------------------------------------------------- /templates/rabbitmq-3/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/rabbitmq-3/config.yml -------------------------------------------------------------------------------- /templates/rabbitmq-examples/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/rabbitmq-examples/config.yml -------------------------------------------------------------------------------- /templates/rancher-backup/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/rancher-backup/0/README.md -------------------------------------------------------------------------------- /templates/rancher-backup/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/rancher-backup/1/README.md -------------------------------------------------------------------------------- /templates/rancher-backup/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/rancher-backup/config.yml -------------------------------------------------------------------------------- /templates/reactioncommerce/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/reactioncommerce/0/README.md -------------------------------------------------------------------------------- /templates/reactioncommerce/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/reactioncommerce/README.md -------------------------------------------------------------------------------- /templates/reactioncommerce/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/reactioncommerce/config.yml -------------------------------------------------------------------------------- /templates/redmine/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/redmine/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/redmine/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/redmine/README.md -------------------------------------------------------------------------------- /templates/redmine/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/redmine/config.yml -------------------------------------------------------------------------------- /templates/registry-convoy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/registry-convoy/README.md -------------------------------------------------------------------------------- /templates/registry-convoy/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/registry-convoy/config.yml -------------------------------------------------------------------------------- /templates/registry/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/registry/README.md -------------------------------------------------------------------------------- /templates/registry/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/registry/config.yml -------------------------------------------------------------------------------- /templates/rethinkdb/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/rethinkdb/0/README.md -------------------------------------------------------------------------------- /templates/rethinkdb/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/rethinkdb/config.yml -------------------------------------------------------------------------------- /templates/rexray/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/rexray/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/rexray/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/rexray/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/rexray/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/rexray/config.yml -------------------------------------------------------------------------------- /templates/rocket-chat/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/rocket-chat/config.yml -------------------------------------------------------------------------------- /templates/scaleio/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/scaleio/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/scaleio/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/scaleio/config.yml -------------------------------------------------------------------------------- /templates/selenium/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/selenium/config.yml -------------------------------------------------------------------------------- /templates/sematext/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sematext/README.md -------------------------------------------------------------------------------- /templates/sematext/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sematext/config.yml -------------------------------------------------------------------------------- /templates/sentry/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sentry/0/README.md -------------------------------------------------------------------------------- /templates/sentry/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sentry/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/sentry/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sentry/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/sentry/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sentry/1/README.md -------------------------------------------------------------------------------- /templates/sentry/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sentry/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/sentry/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sentry/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/sentry/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sentry/2/README.md -------------------------------------------------------------------------------- /templates/sentry/2/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sentry/2/docker-compose.yml -------------------------------------------------------------------------------- /templates/sentry/2/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sentry/2/rancher-compose.yml -------------------------------------------------------------------------------- /templates/sentry/3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sentry/3/README.md -------------------------------------------------------------------------------- /templates/sentry/3/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sentry/3/docker-compose.yml -------------------------------------------------------------------------------- /templates/sentry/3/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sentry/3/rancher-compose.yml -------------------------------------------------------------------------------- /templates/sentry/4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sentry/4/README.md -------------------------------------------------------------------------------- /templates/sentry/4/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sentry/4/docker-compose.yml -------------------------------------------------------------------------------- /templates/sentry/4/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sentry/4/rancher-compose.yml -------------------------------------------------------------------------------- /templates/sentry/5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sentry/5/README.md -------------------------------------------------------------------------------- /templates/sentry/5/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sentry/5/rancher-compose.yml -------------------------------------------------------------------------------- /templates/sentry/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sentry/config.yml -------------------------------------------------------------------------------- /templates/sonarqube/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sonarqube/0/README.md -------------------------------------------------------------------------------- /templates/sonarqube/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sonarqube/1/README.md -------------------------------------------------------------------------------- /templates/sonarqube/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sonarqube/2/README.md -------------------------------------------------------------------------------- /templates/sonarqube/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sonarqube/config.yml -------------------------------------------------------------------------------- /templates/sysdig-cloud/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sysdig-cloud/config.yml -------------------------------------------------------------------------------- /templates/sysdig/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sysdig/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/sysdig/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sysdig/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/sysdig/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/sysdig/config.yml -------------------------------------------------------------------------------- /templates/taiga/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/taiga/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/taiga/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/taiga/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/taiga/catalogIcon-taiga.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/taiga/catalogIcon-taiga.svg -------------------------------------------------------------------------------- /templates/taiga/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/taiga/config.yml -------------------------------------------------------------------------------- /templates/teamcity/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/teamcity/README.md -------------------------------------------------------------------------------- /templates/teamcity/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/teamcity/config.yml -------------------------------------------------------------------------------- /templates/thingsboard/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/thingsboard/0/README.md -------------------------------------------------------------------------------- /templates/thingsboard/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/thingsboard/config.yml -------------------------------------------------------------------------------- /templates/traefik/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/0/README.md -------------------------------------------------------------------------------- /templates/traefik/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/traefik/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/1/README.md -------------------------------------------------------------------------------- /templates/traefik/1/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/1/docker-compose.yml -------------------------------------------------------------------------------- /templates/traefik/10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/10/README.md -------------------------------------------------------------------------------- /templates/traefik/11/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/11/README.md -------------------------------------------------------------------------------- /templates/traefik/12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/12/README.md -------------------------------------------------------------------------------- /templates/traefik/13/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/13/README.md -------------------------------------------------------------------------------- /templates/traefik/14/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/14/README.md -------------------------------------------------------------------------------- /templates/traefik/15/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/15/README.md -------------------------------------------------------------------------------- /templates/traefik/16/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/16/README.md -------------------------------------------------------------------------------- /templates/traefik/17/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/17/README.md -------------------------------------------------------------------------------- /templates/traefik/18/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/18/README.md -------------------------------------------------------------------------------- /templates/traefik/19/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/19/README.md -------------------------------------------------------------------------------- /templates/traefik/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/2/README.md -------------------------------------------------------------------------------- /templates/traefik/2/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/2/docker-compose.yml -------------------------------------------------------------------------------- /templates/traefik/20/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/20/README.md -------------------------------------------------------------------------------- /templates/traefik/21/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/21/README.md -------------------------------------------------------------------------------- /templates/traefik/22/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/22/README.md -------------------------------------------------------------------------------- /templates/traefik/23/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/23/README.md -------------------------------------------------------------------------------- /templates/traefik/24/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/24/README.md -------------------------------------------------------------------------------- /templates/traefik/25/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/25/README.md -------------------------------------------------------------------------------- /templates/traefik/26/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/26/README.md -------------------------------------------------------------------------------- /templates/traefik/27/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/27/README.md -------------------------------------------------------------------------------- /templates/traefik/28/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/28/README.md -------------------------------------------------------------------------------- /templates/traefik/29/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/29/README.md -------------------------------------------------------------------------------- /templates/traefik/3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/3/README.md -------------------------------------------------------------------------------- /templates/traefik/3/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/3/docker-compose.yml -------------------------------------------------------------------------------- /templates/traefik/30/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/30/README.md -------------------------------------------------------------------------------- /templates/traefik/31/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/31/README.md -------------------------------------------------------------------------------- /templates/traefik/32/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/32/README.md -------------------------------------------------------------------------------- /templates/traefik/33/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/33/README.md -------------------------------------------------------------------------------- /templates/traefik/4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/4/README.md -------------------------------------------------------------------------------- /templates/traefik/4/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/4/docker-compose.yml -------------------------------------------------------------------------------- /templates/traefik/5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/5/README.md -------------------------------------------------------------------------------- /templates/traefik/5/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/5/docker-compose.yml -------------------------------------------------------------------------------- /templates/traefik/6/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/6/README.md -------------------------------------------------------------------------------- /templates/traefik/7/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/7/README.md -------------------------------------------------------------------------------- /templates/traefik/8/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/8/README.md -------------------------------------------------------------------------------- /templates/traefik/9/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/9/README.md -------------------------------------------------------------------------------- /templates/traefik/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/traefik/config.yml -------------------------------------------------------------------------------- /templates/turtl/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/turtl/0/README.md -------------------------------------------------------------------------------- /templates/turtl/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/turtl/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/turtl/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/turtl/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/turtl/catalogIcon-turtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/turtl/catalogIcon-turtl.png -------------------------------------------------------------------------------- /templates/turtl/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/turtl/config.yml -------------------------------------------------------------------------------- /templates/vault/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/vault/0/README.md -------------------------------------------------------------------------------- /templates/vault/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/vault/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/vault/catalogIcon-entry.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/vault/catalogIcon-entry.svg -------------------------------------------------------------------------------- /templates/vault/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/vault/config.yml -------------------------------------------------------------------------------- /templates/weavescope/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/weavescope/config.yml -------------------------------------------------------------------------------- /templates/wekan/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/wekan/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/wekan/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/wekan/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/wekan/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/wekan/1/README.md -------------------------------------------------------------------------------- /templates/wekan/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/wekan/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/wekan/catalogIcon-wekan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/wekan/catalogIcon-wekan.svg -------------------------------------------------------------------------------- /templates/wekan/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/wekan/config.yml -------------------------------------------------------------------------------- /templates/wekan/wekan-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/wekan/wekan-logo.png -------------------------------------------------------------------------------- /templates/wordpress/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/wordpress/README.md -------------------------------------------------------------------------------- /templates/wordpress/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/wordpress/config.yml -------------------------------------------------------------------------------- /templates/xpilot/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/xpilot/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/xpilot/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/xpilot/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/xpilot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/xpilot/README.md -------------------------------------------------------------------------------- /templates/xpilot/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/xpilot/config.yml -------------------------------------------------------------------------------- /templates/zammad/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/zammad/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/zammad/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/zammad/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/zammad/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/zammad/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/zammad/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/zammad/README.md -------------------------------------------------------------------------------- /templates/zammad/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/zammad/config.yml -------------------------------------------------------------------------------- /templates/zinst/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/zinst/0/README.md -------------------------------------------------------------------------------- /templates/zinst/0/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/zinst/0/docker-compose.yml -------------------------------------------------------------------------------- /templates/zinst/0/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/zinst/0/rancher-compose.yml -------------------------------------------------------------------------------- /templates/zinst/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/zinst/1/README.md -------------------------------------------------------------------------------- /templates/zinst/1/rancher-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/zinst/1/rancher-compose.yml -------------------------------------------------------------------------------- /templates/zinst/catalogIcon-zinst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/zinst/catalogIcon-zinst.png -------------------------------------------------------------------------------- /templates/zinst/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/zinst/config.yml -------------------------------------------------------------------------------- /templates/zookeeper/0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/zookeeper/0/README.md -------------------------------------------------------------------------------- /templates/zookeeper/1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/zookeeper/1/README.md -------------------------------------------------------------------------------- /templates/zookeeper/2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/zookeeper/2/README.md -------------------------------------------------------------------------------- /templates/zookeeper/3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/zookeeper/3/README.md -------------------------------------------------------------------------------- /templates/zookeeper/4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/zookeeper/4/README.md -------------------------------------------------------------------------------- /templates/zookeeper/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rancher/community-catalog/HEAD/templates/zookeeper/config.yml --------------------------------------------------------------------------------