diff --git a/templates/Cryptpad/0/README.md b/archive/Cryptpad/0/README.md similarity index 100% rename from templates/Cryptpad/0/README.md rename to archive/Cryptpad/0/README.md diff --git a/templates/Cryptpad/0/docker-compose.yml b/archive/Cryptpad/0/docker-compose.yml similarity index 100% rename from templates/Cryptpad/0/docker-compose.yml rename to archive/Cryptpad/0/docker-compose.yml diff --git a/templates/Cryptpad/0/rancher-compose.yml b/archive/Cryptpad/0/rancher-compose.yml similarity index 100% rename from templates/Cryptpad/0/rancher-compose.yml rename to archive/Cryptpad/0/rancher-compose.yml diff --git a/templates/Cryptpad/config.yml b/archive/Cryptpad/config.yml similarity index 100% rename from templates/Cryptpad/config.yml rename to archive/Cryptpad/config.yml diff --git a/templates/Guacamole/0/README.md b/archive/Guacamole/0/README.md similarity index 100% rename from templates/Guacamole/0/README.md rename to archive/Guacamole/0/README.md diff --git a/templates/Guacamole/0/docker-compose.yml b/archive/Guacamole/0/docker-compose.yml similarity index 100% rename from templates/Guacamole/0/docker-compose.yml rename to archive/Guacamole/0/docker-compose.yml diff --git a/templates/Guacamole/0/rancher-compose.yml b/archive/Guacamole/0/rancher-compose.yml similarity index 100% rename from templates/Guacamole/0/rancher-compose.yml rename to archive/Guacamole/0/rancher-compose.yml diff --git a/templates/Guacamole/catalogIcon-guacamole.svg b/archive/Guacamole/catalogIcon-guacamole.svg similarity index 100% rename from templates/Guacamole/catalogIcon-guacamole.svg rename to archive/Guacamole/catalogIcon-guacamole.svg diff --git a/templates/Guacamole/config.yml b/archive/Guacamole/config.yml similarity index 100% rename from templates/Guacamole/config.yml rename to archive/Guacamole/config.yml diff --git a/templates/Mautic/0/README.md b/archive/Mautic/0/README.md similarity index 100% rename from templates/Mautic/0/README.md rename to archive/Mautic/0/README.md diff --git a/templates/Mautic/0/docker-compose.yml b/archive/Mautic/0/docker-compose.yml similarity index 100% rename from templates/Mautic/0/docker-compose.yml rename to archive/Mautic/0/docker-compose.yml diff --git a/templates/Mautic/0/rancher-compose.yml b/archive/Mautic/0/rancher-compose.yml similarity index 100% rename from templates/Mautic/0/rancher-compose.yml rename to archive/Mautic/0/rancher-compose.yml diff --git a/templates/Mautic/config.yml b/archive/Mautic/config.yml similarity index 100% rename from templates/Mautic/config.yml rename to archive/Mautic/config.yml diff --git a/templates/Pydio-Cells/0/README.md b/archive/Pydio-Cells/0/README.md similarity index 100% rename from templates/Pydio-Cells/0/README.md rename to archive/Pydio-Cells/0/README.md diff --git a/templates/Pydio-Cells/0/docker-compose.yml b/archive/Pydio-Cells/0/docker-compose.yml similarity index 100% rename from templates/Pydio-Cells/0/docker-compose.yml rename to archive/Pydio-Cells/0/docker-compose.yml diff --git a/templates/Pydio-Cells/0/rancher-compose.yml b/archive/Pydio-Cells/0/rancher-compose.yml similarity index 100% rename from templates/Pydio-Cells/0/rancher-compose.yml rename to archive/Pydio-Cells/0/rancher-compose.yml diff --git a/templates/Pydio-Cells/config.yml b/archive/Pydio-Cells/config.yml similarity index 100% rename from templates/Pydio-Cells/config.yml rename to archive/Pydio-Cells/config.yml diff --git a/templates/XWiki/0/README.md b/archive/XWiki/0/README.md similarity index 100% rename from templates/XWiki/0/README.md rename to archive/XWiki/0/README.md diff --git a/templates/XWiki/0/docker-compose.yml b/archive/XWiki/0/docker-compose.yml similarity index 100% rename from templates/XWiki/0/docker-compose.yml rename to archive/XWiki/0/docker-compose.yml diff --git a/templates/XWiki/0/rancher-compose.yml b/archive/XWiki/0/rancher-compose.yml similarity index 100% rename from templates/XWiki/0/rancher-compose.yml rename to archive/XWiki/0/rancher-compose.yml diff --git a/templates/XWiki/config.yml b/archive/XWiki/config.yml similarity index 100% rename from templates/XWiki/config.yml rename to archive/XWiki/config.yml diff --git a/templates/YOURLS/0/README.md b/archive/YOURLS/0/README.md similarity index 100% rename from templates/YOURLS/0/README.md rename to archive/YOURLS/0/README.md diff --git a/templates/YOURLS/0/docker-compose.yml b/archive/YOURLS/0/docker-compose.yml similarity index 100% rename from templates/YOURLS/0/docker-compose.yml rename to archive/YOURLS/0/docker-compose.yml diff --git a/templates/YOURLS/0/rancher-compose.yml b/archive/YOURLS/0/rancher-compose.yml similarity index 100% rename from templates/YOURLS/0/rancher-compose.yml rename to archive/YOURLS/0/rancher-compose.yml diff --git a/templates/YOURLS/config.yml b/archive/YOURLS/config.yml similarity index 100% rename from templates/YOURLS/config.yml rename to archive/YOURLS/config.yml diff --git a/templates/Thingsboard/0/README.md b/templates/Thingsboard/0/README.md deleted file mode 100644 index de55524..0000000 --- a/templates/Thingsboard/0/README.md +++ /dev/null @@ -1 +0,0 @@ -# Thingsboard \ No newline at end of file diff --git a/templates/Thingsboard/0/docker-compose.yml b/templates/Thingsboard/0/docker-compose.yml deleted file mode 100644 index 54dbb92..0000000 --- a/templates/Thingsboard/0/docker-compose.yml +++ /dev/null @@ -1,49 +0,0 @@ -version: '2' -services: - tb: - image: "thingsboard/application:1.2.4" - ports: - - "${http_public_port}:8080" - - "${mqtt_public_port}:1883" - - "${coap_public_port}:5683/udp" - environment: - - MQTT_BIND_ADDRESS=0.0.0.0 - - MQTT_BIND_PORT=1883 - - COAP_BIND_ADDRESS=0.0.0.0 - - COAP_BIND_PORT=5683 - - ZOOKEEPER_URL=zk:2181 - - DATABASE_TYPE=${database_type} - {{- if eq .Values.database_type "cassandra" }} - - CASSANDRA_URL=db:9042 - - CASSANDRA_HOST=db - - CASSANDRA_PORT=9042 - {{- else }} - - POSTGRES_HOST=db - - POSTGRES_PORT=5432 - {{- end }} - - ADD_SCHEMA_AND_SYSTEM_DATA=${add_schema_and_system_data} - - ADD_DEMO_DATA=${add_demo_data} - volumes: - - hsqldb_data_dir:/usr/share/thingsboard/data/sql - links: - - db:db - external_links: - - ${zookeeper_service}:zk - entrypoint: /run-application.sh - db: - {{- if eq .Values.database_type "cassandra" }} - image: "cassandra:3" - volumes: - - db_data_dir:/var/lib/cassandra - {{- else }} - image: "postgres:9.6" - environment: - - POSTGRES_DB=${postgres_db} - volumes: - - db_data_dir:/var/lib/postgresql/data - {{- end }} -volumes: - hsqldb_data_dir: - driver: ${volume_driver} - db_data_dir: - driver: ${volume_driver} \ No newline at end of file diff --git a/templates/Thingsboard/0/rancher-compose.yml b/templates/Thingsboard/0/rancher-compose.yml deleted file mode 100644 index d6c5c24..0000000 --- a/templates/Thingsboard/0/rancher-compose.yml +++ /dev/null @@ -1,93 +0,0 @@ -version: '2' -catalog: - name: Thingsboard - version: latest - # description: - # minimum_rancher_version: - # maximum_rancher_version: - # upgrade_from: - uuid: Thingsboard-1 - questions: - - - variable: http_public_port - description: "Thingsboard dashboard published port" - label: "Http public port" - required: true - default: "8080" - type: int - - - variable: mqtt_public_port - description: "MQTT published port" - label: "MQTT public port" - required: true - default: "1883" - type: int - - - variable: coap_public_port - description: "COAP published port" - label: "COAP public port" - required: true - default: "5683" - type: int - - - variable: database_type - description: "Choose database type to use: sql or cassandra" - label: "Database type" - required: true - default: "sql" - type: enum - options: - - sql - - cassandra - - - variable: add_schema_and_system_data - description: "Whether to init scheme and system data" - label: "Add schema and system data" - required: true - default: true - type: boolean - - - variable: add_demo_data - description: "Whether to insert demo data" - label: "Add demo data" - required: true - default: true - type: boolean - - - variable: zookeeper_service - description: "Zookeeper service stack" - label: "Zookeeper service" - required: true - default: "zookeeper/zk" - type: "service" - - - variable: postgres_db - description: "Database name in postgresql" - label: "Dbname" - required: true - default: "thingsboard" - type: string - - - variable: volume_driver - description: "Volume driver to use with this service" - label: "Volume driver" - required: true - default: "local" - type: enum - options: - - local - - rancher-nfs - - rancher-efs - - rancher-ebs - -services: - tb: - scale: 1 - retain_ip: true - health_check: - port: 8080 - interval: 5000 - unhealthy_threshold: 3 - request_line: 'GET / HTTP/1.0' - healthy_threshold: 2 - response_timeout: 5000 \ No newline at end of file diff --git a/templates/Thingsboard/config.yml b/templates/Thingsboard/config.yml deleted file mode 100644 index 615a950..0000000 --- a/templates/Thingsboard/config.yml +++ /dev/null @@ -1,8 +0,0 @@ -name: Thingsboard -description: | - Status: NOT READY -# version: -category: Analytics -maintainer: WilliamMiceli -# license: -# projectURL: \ No newline at end of file