├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── ai.json ├── images ├── ai_default.png ├── ai_mxnet.png ├── ai_tensorflow.png ├── app_default.png ├── app_gitlab.png ├── app_joomla.png ├── app_odoo.png ├── app_redmine.png ├── app_registry.png ├── app_wordpress.png ├── centos_icon.png ├── container_icon.png ├── debian_icon.png ├── deluge_icon.png ├── docker_icon.png ├── dockerhub_icon.png ├── fedora_icon.png ├── gitlab_icon.png ├── iot_amqp.png ├── iot_default.png ├── iot_freeboard.png ├── iot_home_assistant.png ├── iot_ifroglab.png ├── iot_kafka.png ├── iot_mongo.png ├── iot_mqtt.png ├── iot_node_red.png ├── iot_openhab.png ├── iot_rabbit_mq.png ├── iot_redis.png ├── iot_wiolink.png ├── jenkins_icon.png ├── libreoffice_icon.png ├── minecraft_icon.png ├── mongo_icon.png ├── mysql_icon.png ├── nginx_icon.png ├── nodejs_icon.png ├── postgresql_icon.png ├── redis_icon.png ├── redmine_icon.png ├── registry_icon.png ├── ubuntu_icon.png └── wordpress_icon.png ├── iot.json ├── list.json ├── render.json └── template ├── gitlab ├── docker-compose.yml └── wizard │ ├── description │ └── eng.md │ ├── i18n │ ├── cht.json │ └── eng.json │ └── stage │ └── install.json ├── joomla ├── docker-compose.yml └── wizard │ └── description │ └── eng.md ├── odoo ├── docker-compose.yml └── wizard │ └── description │ └── eng.md ├── odooarm ├── docker-compose.yml └── wizard │ └── description │ └── eng.md ├── redmine ├── docker-compose.yml └── wizard │ └── description │ └── eng.md ├── registry ├── docker-compose.yml ├── nginx │ ├── conf.d │ │ ├── default.conf │ │ ├── example_ssl.conf │ │ └── registry.conf │ ├── docker-registry.conf │ ├── docker-registry.htpasswd │ ├── fastcgi_params │ ├── koi-utf │ ├── koi-win │ ├── mime.types │ ├── nginx.conf │ ├── scgi_params │ ├── uwsgi_params │ └── win-utf └── wizard │ └── description │ └── eng.md ├── sample ├── docker-compose-odoo-armhf.yml ├── docker-compose-postgresql-amd64.yml ├── docker-compose-redmine-amd64.yml └── docker-compose-wordpress-amd64.yml └── wordpress ├── docker-compose.yml └── wizard └── description └── eng.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/README.md -------------------------------------------------------------------------------- /ai.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/ai.json -------------------------------------------------------------------------------- /images/ai_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/ai_default.png -------------------------------------------------------------------------------- /images/ai_mxnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/ai_mxnet.png -------------------------------------------------------------------------------- /images/ai_tensorflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/ai_tensorflow.png -------------------------------------------------------------------------------- /images/app_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/app_default.png -------------------------------------------------------------------------------- /images/app_gitlab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/app_gitlab.png -------------------------------------------------------------------------------- /images/app_joomla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/app_joomla.png -------------------------------------------------------------------------------- /images/app_odoo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/app_odoo.png -------------------------------------------------------------------------------- /images/app_redmine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/app_redmine.png -------------------------------------------------------------------------------- /images/app_registry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/app_registry.png -------------------------------------------------------------------------------- /images/app_wordpress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/app_wordpress.png -------------------------------------------------------------------------------- /images/centos_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/centos_icon.png -------------------------------------------------------------------------------- /images/container_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/container_icon.png -------------------------------------------------------------------------------- /images/debian_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/debian_icon.png -------------------------------------------------------------------------------- /images/deluge_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/deluge_icon.png -------------------------------------------------------------------------------- /images/docker_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/docker_icon.png -------------------------------------------------------------------------------- /images/dockerhub_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/dockerhub_icon.png -------------------------------------------------------------------------------- /images/fedora_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/fedora_icon.png -------------------------------------------------------------------------------- /images/gitlab_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/gitlab_icon.png -------------------------------------------------------------------------------- /images/iot_amqp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/iot_amqp.png -------------------------------------------------------------------------------- /images/iot_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/iot_default.png -------------------------------------------------------------------------------- /images/iot_freeboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/iot_freeboard.png -------------------------------------------------------------------------------- /images/iot_home_assistant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/iot_home_assistant.png -------------------------------------------------------------------------------- /images/iot_ifroglab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/iot_ifroglab.png -------------------------------------------------------------------------------- /images/iot_kafka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/iot_kafka.png -------------------------------------------------------------------------------- /images/iot_mongo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/iot_mongo.png -------------------------------------------------------------------------------- /images/iot_mqtt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/iot_mqtt.png -------------------------------------------------------------------------------- /images/iot_node_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/iot_node_red.png -------------------------------------------------------------------------------- /images/iot_openhab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/iot_openhab.png -------------------------------------------------------------------------------- /images/iot_rabbit_mq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/iot_rabbit_mq.png -------------------------------------------------------------------------------- /images/iot_redis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/iot_redis.png -------------------------------------------------------------------------------- /images/iot_wiolink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/iot_wiolink.png -------------------------------------------------------------------------------- /images/jenkins_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/jenkins_icon.png -------------------------------------------------------------------------------- /images/libreoffice_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/libreoffice_icon.png -------------------------------------------------------------------------------- /images/minecraft_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/minecraft_icon.png -------------------------------------------------------------------------------- /images/mongo_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/mongo_icon.png -------------------------------------------------------------------------------- /images/mysql_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/mysql_icon.png -------------------------------------------------------------------------------- /images/nginx_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/nginx_icon.png -------------------------------------------------------------------------------- /images/nodejs_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/nodejs_icon.png -------------------------------------------------------------------------------- /images/postgresql_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/postgresql_icon.png -------------------------------------------------------------------------------- /images/redis_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/redis_icon.png -------------------------------------------------------------------------------- /images/redmine_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/redmine_icon.png -------------------------------------------------------------------------------- /images/registry_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/registry_icon.png -------------------------------------------------------------------------------- /images/ubuntu_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/ubuntu_icon.png -------------------------------------------------------------------------------- /images/wordpress_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/images/wordpress_icon.png -------------------------------------------------------------------------------- /iot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/iot.json -------------------------------------------------------------------------------- /list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/list.json -------------------------------------------------------------------------------- /render.json: -------------------------------------------------------------------------------- 1 | [] 2 | -------------------------------------------------------------------------------- /template/gitlab/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/gitlab/docker-compose.yml -------------------------------------------------------------------------------- /template/gitlab/wizard/description/eng.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/gitlab/wizard/description/eng.md -------------------------------------------------------------------------------- /template/gitlab/wizard/i18n/cht.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/gitlab/wizard/i18n/cht.json -------------------------------------------------------------------------------- /template/gitlab/wizard/i18n/eng.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/gitlab/wizard/i18n/eng.json -------------------------------------------------------------------------------- /template/gitlab/wizard/stage/install.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/gitlab/wizard/stage/install.json -------------------------------------------------------------------------------- /template/joomla/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/joomla/docker-compose.yml -------------------------------------------------------------------------------- /template/joomla/wizard/description/eng.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/joomla/wizard/description/eng.md -------------------------------------------------------------------------------- /template/odoo/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/odoo/docker-compose.yml -------------------------------------------------------------------------------- /template/odoo/wizard/description/eng.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/odoo/wizard/description/eng.md -------------------------------------------------------------------------------- /template/odooarm/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/odooarm/docker-compose.yml -------------------------------------------------------------------------------- /template/odooarm/wizard/description/eng.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/odooarm/wizard/description/eng.md -------------------------------------------------------------------------------- /template/redmine/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/redmine/docker-compose.yml -------------------------------------------------------------------------------- /template/redmine/wizard/description/eng.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/redmine/wizard/description/eng.md -------------------------------------------------------------------------------- /template/registry/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/registry/docker-compose.yml -------------------------------------------------------------------------------- /template/registry/nginx/conf.d/default.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/registry/nginx/conf.d/default.conf -------------------------------------------------------------------------------- /template/registry/nginx/conf.d/example_ssl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/registry/nginx/conf.d/example_ssl.conf -------------------------------------------------------------------------------- /template/registry/nginx/conf.d/registry.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/registry/nginx/conf.d/registry.conf -------------------------------------------------------------------------------- /template/registry/nginx/docker-registry.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/registry/nginx/docker-registry.conf -------------------------------------------------------------------------------- /template/registry/nginx/docker-registry.htpasswd: -------------------------------------------------------------------------------- 1 | admin:bvsJXaFzTVLvE 2 | -------------------------------------------------------------------------------- /template/registry/nginx/fastcgi_params: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/registry/nginx/fastcgi_params -------------------------------------------------------------------------------- /template/registry/nginx/koi-utf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/registry/nginx/koi-utf -------------------------------------------------------------------------------- /template/registry/nginx/koi-win: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/registry/nginx/koi-win -------------------------------------------------------------------------------- /template/registry/nginx/mime.types: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/registry/nginx/mime.types -------------------------------------------------------------------------------- /template/registry/nginx/nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/registry/nginx/nginx.conf -------------------------------------------------------------------------------- /template/registry/nginx/scgi_params: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/registry/nginx/scgi_params -------------------------------------------------------------------------------- /template/registry/nginx/uwsgi_params: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/registry/nginx/uwsgi_params -------------------------------------------------------------------------------- /template/registry/nginx/win-utf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/registry/nginx/win-utf -------------------------------------------------------------------------------- /template/registry/wizard/description/eng.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/registry/wizard/description/eng.md -------------------------------------------------------------------------------- /template/sample/docker-compose-odoo-armhf.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/sample/docker-compose-odoo-armhf.yml -------------------------------------------------------------------------------- /template/sample/docker-compose-postgresql-amd64.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/sample/docker-compose-postgresql-amd64.yml -------------------------------------------------------------------------------- /template/sample/docker-compose-redmine-amd64.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/sample/docker-compose-redmine-amd64.yml -------------------------------------------------------------------------------- /template/sample/docker-compose-wordpress-amd64.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/sample/docker-compose-wordpress-amd64.yml -------------------------------------------------------------------------------- /template/wordpress/docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/wordpress/docker-compose.yml -------------------------------------------------------------------------------- /template/wordpress/wizard/description/eng.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qnap-dev/container-apps/HEAD/template/wordpress/wizard/description/eng.md --------------------------------------------------------------------------------