diff --git a/ai.json b/ai.json index d540ace7..cc211da7 100644 --- a/ai.json +++ b/ai.json @@ -1,109 +1,85 @@ [ { - "description": "This is a photo recognition demo version generated using CAFFE deep learning framework.", - "repository": "dockerhub", - "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/ai_default.png", - "displayName": "CAFFE Demo - GPU", - "name": "qnapnas/caffedemo", - "version": "0.1beta-gpu", - "location": "https://hub.docker.com/r/qnapnas/caffedemo/", + "description": "This is a photo recognition demo version generated using CAFFE deep learning framework.", + "repository": "dockerhub", + "arch": "amd64", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ai_default.png", + "displayName": "CAFFE Demo - GPU", + "name": "qnapnas/caffedemo", + "version": "0.1beta-gpu", + "location": "https://hub.docker.com/r/qnapnas/caffedemo/", "type": "ai", "qcsVersion": "1.8" }, { - "description": "CAFFE (Convolutional Architecture for Fast Feature Embedding) is a deep learning framework. This is official CAFFE image.", - "repository": "dockerhub", - "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/ai_default.png", + "description": "CAFFE (Convolutional Architecture for Fast Feature Embedding) is a deep learning framework. This is official CAFFE image.", + "repository": "dockerhub", + "arch": "amd64", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ai_default.png", "displayName": "CAFFE - GPU", - "name": "bvlc/caffe", + "name": "bvlc/caffe", "version": "gpu", - "location": "https://hub.docker.com/r/bvlc/caffe/", + "location": "https://hub.docker.com/r/bvlc/caffe/", "type": "ai", "qcsVersion": "1.8" }, { - "description": "CAFFE (Convolutional Architecture for Fast Feature Embedding) is a deep learning framework. This is official CAFFE image.", - "repository": "dockerhub", - "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/ai_default.png", - "displayName": "CAFFE - CPU", - "name": "bvlc/caffe", - "version": "cpu", - "location": "https://hub.docker.com/r/bvlc/caffe/", - "type": "ai", - "qcsVersion": "1.8" - }, - { - "description": "Microsoft Cognitive Toolkit (CNTK) is an open source deep-learning toolkit.", - "repository": "dockerhub", - "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/ai_default.png", - "displayName": "CNTK - GPU", - "name": "microsoft/cntk", - "version": "2.3-gpu-python3.5-cuda8.0-cudnn6.0", - "location": "https://hub.docker.com/r/microsoft/cntk/", - "type": "ai", - "qcsVersion": "1.8" - }, - { - "description": "Microsoft Cognitive Toolkit (CNTK) is an open source deep-learning toolkit.", - "repository": "dockerhub", - "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/ai_default.png", - "displayName": "CNTK - CPU", - "name": "microsoft/cntk", - "version": "2.3-cpu-python3.5", - "location": "https://hub.docker.com/r/microsoft/cntk/", + "description": "Microsoft Cognitive Toolkit (CNTK) is an open source deep-learning toolkit.", + "repository": "dockerhub", + "arch": "amd64", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ai_default.png", + "displayName": "CNTK - GPU", + "name": "microsoft/cntk", + "version": "2.6-gpu-python3.5-cuda9.0-cudnn7.0", + "location": "https://hub.docker.com/r/microsoft/cntk/", "type": "ai", "qcsVersion": "1.8" }, { "description": "MXNet is a deep learning framework used to train and deploy deep neural networks. This is MXNet with the Python package.", - "repository": "dockerhub", - "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/ai_mxnet.png", - "displayName": "MXNet - GPU", - "name": "mxnet/python", - "version": "gpu_1.0.0", - "location": "https://hub.docker.com/r/mxnet/python/", + "repository": "dockerhub", + "arch": "amd64", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ai_mxnet.png", + "displayName": "MXNet - GPU", + "name": "mxnet/python", + "version": "1.3.1_gpu_cu90_mkl_py3", + "location": "https://hub.docker.com/r/mxnet/python/", "type": "ai", "qcsVersion": "1.8" }, { - "description": "MXNet is a deep learning framework used to train and deploy deep neural networks. This is MXNet with the Python package.", - "repository": "dockerhub", - "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/ai_mxnet.png", - "displayName": "MXNet - CPU", - "name": "mxnet/python", - "version": "1.0.0", - "location": "https://hub.docker.com/r/mxnet/python/", + "description": "TensorFlow is an open-source software library for Machine Intelligence. This is official docker image for deep learning framework TensorFlow.", + "repository": "dockerhub", + "arch": "amd64", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ai_tensorflow.png", + "displayName": "TensorFlow - GPU", + "name": "tensorflow/tensorflow", + "version": "1.11.0-gpu", + "location": "https://hub.docker.com/r/tensorflow/tensorflow/", "type": "ai", "qcsVersion": "1.8" }, { - "description": "TensorFlow is an open-source software library for Machine Intelligence. This is official docker image for deep learning framework TensorFlow.", - "repository": "dockerhub", - "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/ai_tensorflow.png", - "displayName": "TensorFlow - GPU", - "name": "tensorflow/tensorflow", - "version": "1.4.1-gpu-py3", - "location": "https://hub.docker.com/r/tensorflow/tensorflow/", + "description": "PyTorch is a deep learning framework that puts Python first. It provides Tensors and Dynamic neural networks in Python with strong GPU acceleration.", + "repository": "dockerhub", + "arch": "amd64", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ai_default.png", + "displayName": "Pytorch - GPU", + "name": "pytorch/pytorch", + "version": "0.4.1-cuda9-cudnn7-devel", + "location": "https://hub.docker.com/r/pytorch/pytorch", "type": "ai", "qcsVersion": "1.8" }, { - "description": "TensorFlow is an open-source software library for Machine Intelligence. This is official docker image for deep learning framework TensorFlow.", - "repository": "dockerhub", - "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/ai_tensorflow.png", - "displayName": "TensorFlow - CPU", - "name": "tensorflow/tensorflow", - "version": "1.4.1-py3", - "location": "https://hub.docker.com/r/tensorflow/tensorflow/", + "description": "Chainer is a Python-based deep learning framework aiming at flexibility. This is official chainer image.", + "repository": "dockerhub", + "arch": "amd64", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ai_default.png", + "displayName": "Chainer - GPU", + "name": "chainer/chainer", + "version": "v5.0.0b4-python3", + "location": "https://hub.docker.com/r/chainer/chainer", "type": "ai", "qcsVersion": "1.8" } diff --git a/images/ai_default.png b/images/ai_default.png new file mode 100644 index 00000000..86b71fd6 Binary files /dev/null and b/images/ai_default.png differ diff --git a/images/ai_mxnet.png b/images/ai_mxnet.png new file mode 100644 index 00000000..de2cfd57 Binary files /dev/null and b/images/ai_mxnet.png differ diff --git a/images/ai_tensorflow.png b/images/ai_tensorflow.png new file mode 100644 index 00000000..e5224136 Binary files /dev/null and b/images/ai_tensorflow.png differ diff --git a/images/app_default.png b/images/app_default.png new file mode 100644 index 00000000..c09ff89b Binary files /dev/null and b/images/app_default.png differ diff --git a/images/app_gitlab.png b/images/app_gitlab.png new file mode 100644 index 00000000..c8f3ba88 Binary files /dev/null and b/images/app_gitlab.png differ diff --git a/images/app_joomla.png b/images/app_joomla.png new file mode 100644 index 00000000..3dee2612 Binary files /dev/null and b/images/app_joomla.png differ diff --git a/images/app_odoo.png b/images/app_odoo.png new file mode 100644 index 00000000..188df0a4 Binary files /dev/null and b/images/app_odoo.png differ diff --git a/images/app_redmine.png b/images/app_redmine.png new file mode 100644 index 00000000..589870ec Binary files /dev/null and b/images/app_redmine.png differ diff --git a/images/app_registry.png b/images/app_registry.png new file mode 100644 index 00000000..40c8c93b Binary files /dev/null and b/images/app_registry.png differ diff --git a/images/app_wordpress.png b/images/app_wordpress.png new file mode 100644 index 00000000..3b60bd33 Binary files /dev/null and b/images/app_wordpress.png differ diff --git a/images/centos_icon.png b/images/centos_icon.png new file mode 100644 index 00000000..8d6e1be6 Binary files /dev/null and b/images/centos_icon.png differ diff --git a/images/container_icon.png b/images/container_icon.png new file mode 100644 index 00000000..4f5dcb9d Binary files /dev/null and b/images/container_icon.png differ diff --git a/images/debian_icon.png b/images/debian_icon.png new file mode 100644 index 00000000..49fe455a Binary files /dev/null and b/images/debian_icon.png differ diff --git a/images/deluge_icon.png b/images/deluge_icon.png new file mode 100644 index 00000000..d0e228f4 Binary files /dev/null and b/images/deluge_icon.png differ diff --git a/images/docker_icon.png b/images/docker_icon.png new file mode 100644 index 00000000..4f5dcb9d Binary files /dev/null and b/images/docker_icon.png differ diff --git a/images/dockerhub_icon.png b/images/dockerhub_icon.png new file mode 100644 index 00000000..111e3c0e Binary files /dev/null and b/images/dockerhub_icon.png differ diff --git a/images/fedora_icon.png b/images/fedora_icon.png new file mode 100644 index 00000000..6d631a18 Binary files /dev/null and b/images/fedora_icon.png differ diff --git a/images/gitlab_icon.png b/images/gitlab_icon.png new file mode 100644 index 00000000..bd1295b7 Binary files /dev/null and b/images/gitlab_icon.png differ diff --git a/images/iot_amqp.png b/images/iot_amqp.png new file mode 100644 index 00000000..eb720f61 Binary files /dev/null and b/images/iot_amqp.png differ diff --git a/images/iot_default.png b/images/iot_default.png new file mode 100644 index 00000000..5b18688d Binary files /dev/null and b/images/iot_default.png differ diff --git a/images/iot_freeboard.png b/images/iot_freeboard.png new file mode 100644 index 00000000..05630d8a Binary files /dev/null and b/images/iot_freeboard.png differ diff --git a/images/iot_home_assistant.png b/images/iot_home_assistant.png new file mode 100644 index 00000000..aa5b882e Binary files /dev/null and b/images/iot_home_assistant.png differ diff --git a/images/iot_ifroglab.png b/images/iot_ifroglab.png new file mode 100644 index 00000000..5ba72df3 Binary files /dev/null and b/images/iot_ifroglab.png differ diff --git a/images/iot_kafka.png b/images/iot_kafka.png new file mode 100644 index 00000000..c9573788 Binary files /dev/null and b/images/iot_kafka.png differ diff --git a/images/iot_mongo.png b/images/iot_mongo.png new file mode 100644 index 00000000..2cdb046e Binary files /dev/null and b/images/iot_mongo.png differ diff --git a/images/iot_mqtt.png b/images/iot_mqtt.png new file mode 100644 index 00000000..674fe361 Binary files /dev/null and b/images/iot_mqtt.png differ diff --git a/images/iot_node_red.png b/images/iot_node_red.png new file mode 100644 index 00000000..640c6a08 Binary files /dev/null and b/images/iot_node_red.png differ diff --git a/images/iot_openhab.png b/images/iot_openhab.png new file mode 100644 index 00000000..c4782ed6 Binary files /dev/null and b/images/iot_openhab.png differ diff --git a/images/iot_rabbit_mq.png b/images/iot_rabbit_mq.png new file mode 100644 index 00000000..16073576 Binary files /dev/null and b/images/iot_rabbit_mq.png differ diff --git a/images/iot_redis.png b/images/iot_redis.png new file mode 100644 index 00000000..e3048907 Binary files /dev/null and b/images/iot_redis.png differ diff --git a/images/iot_wiolink.png b/images/iot_wiolink.png new file mode 100644 index 00000000..c29c0b21 Binary files /dev/null and b/images/iot_wiolink.png differ diff --git a/images/jenkins_icon.png b/images/jenkins_icon.png new file mode 100644 index 00000000..156bb160 Binary files /dev/null and b/images/jenkins_icon.png differ diff --git a/images/libreoffice_icon.png b/images/libreoffice_icon.png new file mode 100644 index 00000000..cf730a94 Binary files /dev/null and b/images/libreoffice_icon.png differ diff --git a/images/minecraft_icon.png b/images/minecraft_icon.png new file mode 100644 index 00000000..3502705c Binary files /dev/null and b/images/minecraft_icon.png differ diff --git a/images/mongo_icon.png b/images/mongo_icon.png new file mode 100644 index 00000000..57395c73 Binary files /dev/null and b/images/mongo_icon.png differ diff --git a/images/mysql_icon.png b/images/mysql_icon.png new file mode 100644 index 00000000..288e604a Binary files /dev/null and b/images/mysql_icon.png differ diff --git a/images/nginx_icon.png b/images/nginx_icon.png new file mode 100644 index 00000000..bf7a93cc Binary files /dev/null and b/images/nginx_icon.png differ diff --git a/images/nodejs_icon.png b/images/nodejs_icon.png new file mode 100644 index 00000000..41497ec3 Binary files /dev/null and b/images/nodejs_icon.png differ diff --git a/images/postgresql_icon.png b/images/postgresql_icon.png new file mode 100644 index 00000000..b5097ffa Binary files /dev/null and b/images/postgresql_icon.png differ diff --git a/images/redis_icon.png b/images/redis_icon.png new file mode 100644 index 00000000..e57f56c5 Binary files /dev/null and b/images/redis_icon.png differ diff --git a/images/redmine_icon.png b/images/redmine_icon.png new file mode 100644 index 00000000..defb088c Binary files /dev/null and b/images/redmine_icon.png differ diff --git a/images/registry_icon.png b/images/registry_icon.png new file mode 100644 index 00000000..ee3b9767 Binary files /dev/null and b/images/registry_icon.png differ diff --git a/images/ubuntu_icon.png b/images/ubuntu_icon.png new file mode 100644 index 00000000..97fed1f3 Binary files /dev/null and b/images/ubuntu_icon.png differ diff --git a/images/wordpress_icon.png b/images/wordpress_icon.png new file mode 100644 index 00000000..31d6d5e8 Binary files /dev/null and b/images/wordpress_icon.png differ diff --git a/iot.json b/iot.json index eee2c4a5..afeee8d4 100644 --- a/iot.json +++ b/iot.json @@ -3,7 +3,7 @@ "description": "Node-RED visual tool for wiring the Internet of Things", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_node_red.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_node_red.png", "displayName": "Node-RED", "name": "qnapnas/qiot-node-red_amd64", "version": "0.1", @@ -15,7 +15,7 @@ "description": "Ponte is an Internet of Things / Machine to Machine platform that connect Things to Web developers", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_default.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_default.png", "displayName": "Ponte", "name": "qnapnas/qiot-ponte_amd64", "version": "0.1", @@ -27,7 +27,7 @@ "description": "A simple docker image with both Kafka and Zookeeper", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_kafka.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_kafka.png", "displayName": "Kafka", "name": "qnapnas/qiot-kafka_amd64", "version": "0.1", @@ -39,7 +39,7 @@ "description": "A tool for managing Apache Kafka", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_default.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_default.png", "displayName": "Kafka Manager", "name": "qnapnas/qiot-kafka-manager_amd64", "version": "0.1", @@ -51,7 +51,7 @@ "description": "RabbitMQ is a highly reliable enterprise messaging system based on the emerging AMQP standard", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_rabbit_mq.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_rabbit_mq.png", "displayName": "RabbitMQ", "name": "qnapnas/qiot-rabbitmq_amd64", "version": "3.6.6-management", @@ -63,7 +63,7 @@ "description": "MQTT Mosquitto 1.5.8 build on ubuntu 14.4", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_mqtt.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_mqtt.png", "displayName": "MQTT", "name": "qnapnas/qiot-mosquitto_amd64", "version": "0.1", @@ -75,7 +75,7 @@ "description": "Run Dashing in a Docker container", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_default.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_default.png", "displayName": "Dashing", "name": "qnapnas/qiot-dashing_amd64", "version": "0.1", @@ -87,7 +87,7 @@ "description": "Redis is an open source key-value store that functions as a data structure server", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_redis.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_redis.png", "displayName": "Redis", "name": "qnapnas/qiot-redis_amd64", "version": "3.0.7", @@ -99,7 +99,7 @@ "description": "Redis management tool written in node.js", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_default.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_default.png", "displayName": "Redis Commander", "name": "qnapnas/qiot-redis-commander_amd64", "version": "0.1", @@ -111,7 +111,7 @@ "description": "MongoDB document databases provide high availability and easy scalability", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_mongo.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_mongo.png", "displayName": "MongoDB", "name": "qnapnas/qiot-mongodb_amd64", "version": "3.2", @@ -123,7 +123,7 @@ "description": "mqtt-spy is an open source utility intended to help you with monitoring activity on MQTT topics", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_default.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_default.png", "displayName": "mqtt-spy", "name": "qnapnas/qiot-mqtt-spy_amd64", "version": "0.1", @@ -135,7 +135,7 @@ "description": "A damn-sexy, open source real-time dashboard builder for IOT and other web mashups", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_freeboard.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_freeboard.png", "displayName": "freeboard", "name": "qnapnas/qiot-freeboard_amd64", "version": "0.1", @@ -147,7 +147,7 @@ "description": "Node-RED visual tool for wiring the Internet of Things", "repository": "dockerhub", "arch": "armhf", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_node_red.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_node_red.png", "displayName": "Node-RED", "name": "qnapnas/qiot-node-red_armhf", "version": "0.1", @@ -159,7 +159,7 @@ "description": "Ponte is an Internet of Things / Machine to Machine platform that connect Things to Web developers", "repository": "dockerhub", "arch": "armhf", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_default.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_default.png", "displayName": "Ponte", "name": "qnapnas/qiot-ponte_armhf", "version": "0.1", @@ -171,7 +171,7 @@ "description": "A simple docker image with both Kafka and Zookeeper", "repository": "dockerhub", "arch": "armhf", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_kafka.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_kafka.png", "displayName": "Kafka", "name": "qnapnas/qiot-kafka_armhf", "version": "0.1", @@ -183,7 +183,7 @@ "description": "A tool for managing Apache Kafka", "repository": "dockerhub", "arch": "armhf", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_default.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_default.png", "displayName": "Kafka Manager", "name": "qnapnas/qiot-kafka-manager_armhf", "version": "0.1", @@ -195,7 +195,7 @@ "description": "RabbitMQ is a highly reliable enterprise messaging system based on the emerging AMQP standard", "repository": "dockerhub", "arch": "armhf", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_rabbit_mq.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_rabbit_mq.png", "displayName": "RabbitMQ", "name": "qnapnas/qiot-rabbitmq_armhf", "version": "0.1", @@ -207,7 +207,7 @@ "description": "MQTT Mosquitto 1.5.8 build on ubuntu 14.4", "repository": "dockerhub", "arch": "armhf", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_mqtt.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_mqtt.png", "displayName": "MQTT", "name": "qnapnas/qiot-mosquitto_armhf", "version": "0.1", @@ -219,7 +219,7 @@ "description": "Run Dashing in a Docker container", "repository": "dockerhub", "arch": "armhf", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_default.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_default.png", "displayName": "Dashing", "name": "qnapnas/qiot-dashing_armhf", "version": "0.4", @@ -231,7 +231,7 @@ "description": "Redis is an open source key-value store that functions as a data structure server", "repository": "dockerhub", "arch": "armhf", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_redis.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_redis.png", "displayName": "Redis", "name": "qnapnas/qiot-redis_armhf", "version": "3.0.7", @@ -243,7 +243,7 @@ "description": "Redis management tool written in node.js", "repository": "dockerhub", "arch": "armhf", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_default.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_default.png", "displayName": "Redis Commander", "name": "qnapnas/qiot-redis-commander_armhf", "version": "0.1", @@ -255,7 +255,7 @@ "description": "MongoDB document databases provide high availability and easy scalability", "repository": "dockerhub", "arch": "armhf", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_mongo.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_mongo.png", "displayName": "MongoDB", "name": "qnapnas/qiot-mongodb_armhf", "version": "2.4.10", @@ -267,7 +267,7 @@ "description": "A damn-sexy, open source real-time dashboard builder for IOT and other web mashups", "repository": "dockerhub", "arch": "armhf", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_freeboard.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_freeboard.png", "displayName": "freeboard", "name": "qnapnas/qiot-freeboard_armhf", "version": "0.1", @@ -279,7 +279,7 @@ "description": "A vendor and technology agnostic open source automation software for home.", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_openhab.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_openhab.png", "displayName": "openHAB", "name": "openhab/openhab", "version": "2.2.0-amd64-debian", @@ -291,7 +291,7 @@ "description": "A vendor and technology agnostic open source automation software for home.", "repository": "dockerhub", "arch": "armhf", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_openhab.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_openhab.png", "displayName": "openHAB", "name": "openhab/openhab", "version": "2.2.0-armhf-alpine", @@ -303,7 +303,7 @@ "description": "LoRaGateWay, PHP, MySQL, myphpadmin, Dashboard", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_ifroglab.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_ifroglab.png", "displayName": "iFrogLab/LoRaGateway", "name": "ifroglab/loragateway", "version": "latest", @@ -315,7 +315,7 @@ "description": "Open-source home automation platform running on Python 3.", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_home_assistant.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_home_assistant.png", "displayName": "Home Assistant", "name": "homeassistant/home-assistant", "version": "0.65.5", @@ -327,7 +327,7 @@ "description": "Wio Link is designed to simplify your IoT development. It is an ESP8266 based Wi-Fi development board for you to create IoT applications with open-source, plug and play electronics, mobile APPs and RESTful APIs.", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/iot_wiolink.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/iot_wiolink.png", "displayName": "Wio Link", "name": "killingjacky/wio_link", "version": "latest", diff --git a/list.json b/list.json index 8d9e542b..c8901a5c 100644 --- a/list.json +++ b/list.json @@ -3,7 +3,7 @@ "description": "GitLab is a web-based Git repository manager with code reviews, issue tracking, activity feeds and wikis.", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/app_gitlab.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/app_gitlab.png", "displayName": "GitLab", "name": "gitlab", "version": "10.0.4", @@ -14,7 +14,7 @@ "description": "Redmine is a free and open source web-based project management system.", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/app_redmine.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/app_redmine.png", "displayName": "Redmine", "name": "redmine", "version": "3.4.2", @@ -25,7 +25,7 @@ "description": "The Registry is a tool for building private registries. It is highly scalable server side application for storing and distributing Docker images.", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/app_registry.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/app_registry.png", "displayName": "Registry", "name": "registry", "version": "2.6.2", @@ -36,7 +36,7 @@ "description": "Joomla! is a free, powerful open source content management system. It is designed for quickly creating online communities, blogs and eCommerce applications.", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/app_joomla.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/app_joomla.png", "displayName": "Joomla!", "name": "joomla", "version": "3.8.1", @@ -47,7 +47,7 @@ "description": "Odoo (formerly OpenERP): open source ERP and Apps to grow your business.", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/app_odoo.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/app_odoo.png", "displayName": "Odoo", "name": "odoo", "version": "11", @@ -58,7 +58,7 @@ "description": "WordPress is a rich content management system for creating blogs and websites with plugins, widgets, and themes.", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/app_wordpress.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/app_wordpress.png", "displayName": "WordPress", "name": "wordpress", "version": "4.8", @@ -70,7 +70,7 @@ "repository": "qnap", "inspect": "{}", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/ubuntu_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ubuntu_icon.png", "displayName": "Ubuntu", "name": "ubuntu-trusty", "version": "14.04", @@ -82,7 +82,7 @@ "repository": "qnap", "inspect": "{}", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/ubuntu_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ubuntu_icon.png", "displayName": "Ubuntu", "name": "ubuntu-xenial", "version": "16.04", @@ -95,7 +95,7 @@ "repository": "qnap", "inspect": "{}", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/debian_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/debian_icon.png", "displayName": "Debian", "name": "debian-jessie", "version": "8", @@ -107,7 +107,7 @@ "repository": "qnap", "inspect": "{}", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/fedora_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/fedora_icon.png", "displayName": "Fedora", "name": "fedora-twentyfour", "version": "24", @@ -119,7 +119,7 @@ "description": "Odoo (formerly OpenERP): open source ERP and Apps to grow your business.", "repository": "dockerhub", "arch": "armhf", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/app_odoo.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/app_odoo.png", "displayName": "Odoo", "name": "odooarm", "version": "8", @@ -131,7 +131,7 @@ "repository": "qnap", "inspect": "{}", "arch": "armhf", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/ubuntu_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ubuntu_icon.png", "displayName": "Ubuntu", "name": "ubuntu-trusty-armhf", "version": "14.04", @@ -143,11 +143,11 @@ "repository": "qnap", "inspect": "{}", "arch": "armhf", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/ubuntu_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ubuntu_icon.png", "displayName": "Ubuntu", "name": "ubuntu-xenial-armhf", "version": "16.04", - "location": "http://172.17.28.162/~terrychu/ubuntu-xenial_16.04_20180212_armhf.tar.gz", + "location": "http://download.qnap.com/QPKG/container/ubuntu-xenial_16.04_20180212_armhf.tar.gz", "type": "lxc", "kernelVersion": "4.2.8" }, @@ -156,7 +156,7 @@ "repository": "qnap", "inspect": "{}", "arch": "armhf", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/debian_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/debian_icon.png", "displayName": "Debian", "name": "debian-jessie-armhf", "version": "8", @@ -167,7 +167,7 @@ "description": "Remote desktop Sharing in Ubuntu 14.04.", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/ubuntu_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ubuntu_icon.png", "displayName": "Ubuntu desktop with noVNC", "name": "dorowu/ubuntu-desktop-lxde-vnc", "version": "release-v1.2", @@ -178,7 +178,7 @@ "description": "Deluge is a lightweight, free, cross-platform BT client.", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/deluge_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/deluge_icon.png", "displayName": "Deluge", "name": "linuxserver/deluge", "version": "90", @@ -189,7 +189,7 @@ "description": "The Minecraft multiplayer server allows multiple players to play Minecraft together.", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/minecraft_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/minecraft_icon.png", "displayName": "Minecraft", "name": "terrychu/minecraft-server", "version": "latest", @@ -200,7 +200,7 @@ "description": "Ubuntu Desktop is pre-loaded with LibreOffice and Firefox. LibreOffice is a powerful office suite that includes: Writer (word processor), Calc (spreadsheet application), Impress (presentation engine), Draw (drawing and flowcharting application), Base (database and database frontend), and Math (editing mathematics).", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/libreoffice_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/libreoffice_icon.png", "displayName": "LibreOffice with noVNC", "name": "colinhuang/ubuntu-libreoffice", "version": "1.0", @@ -211,7 +211,7 @@ "description": "The official build of Jenkins.", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/jenkins_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/jenkins_icon.png", "displayName": "Jenkins", "name": "jenkins", "version": "2.60.3", @@ -222,7 +222,7 @@ "description": "Fast, free and incredibly easy to use, the Ubuntu operating system powers millions of desktop PCs, laptops and servers around the world.", "repository": "dockerhub", "arch": "armhf", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/ubuntu_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ubuntu_icon.png", "displayName": "Ubuntu", "name": "arm32v7/ubuntu", "version": "xenial", @@ -321,7 +321,7 @@ "description": "Remote desktop Sharing in Ubuntu 14.04.", "repository": "dockerhub", "arch": "armhf", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/ubuntu_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ubuntu_icon.png", "displayName": "Ubuntu with noVNC", "name": "colinhuang/ubuntu-novnc-armhf", "version": "1.0", @@ -343,7 +343,7 @@ "description": "The official build of Ubuntu.", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/ubuntu_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ubuntu_icon.png", "displayName": "Ubuntu", "name": "ubuntu", "version": "16.04", @@ -354,7 +354,7 @@ "description": "The official build of CentOS.", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/centos_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/centos_icon.png", "displayName": "CentOS", "name": "centos", "version": "7", @@ -365,7 +365,7 @@ "description": "Redis is an open source key-value store that functions as a data structure server.", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/redis_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/redis_icon.png", "displayName": "Redis", "name": "redis", "version": "4.0", @@ -376,7 +376,7 @@ "description": "MySQL Server image - listens in port 3306. For the root account password, either set MYSQL_ROOT_PASSWORD environment variable, or check the logs for a randomly generated one.", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/mysql_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/mysql_icon.png", "displayName": "MySQL", "name": "terrychu/mysql", "version": "5.7.20", @@ -387,7 +387,7 @@ "description": "Node.js is a JavaScript-based platform for server-side and networking applications.", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/nodejs_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/nodejs_icon.png", "displayName": "Node.js", "name": "node", "version": "9", @@ -398,7 +398,7 @@ "description": "The official build of Nginx.", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/nginx_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/nginx_icon.png", "displayName": "Nginx", "name": "nginx", "version": "1.13", @@ -409,7 +409,7 @@ "description": "MongoDB document databases provide high availability and easy scalability.", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/mongo_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/mongo_icon.png", "displayName": "MongoDB", "name": "mongo", "version": "3.4", @@ -420,7 +420,7 @@ "description": "Official PostgreSQL Docker image. The PostgreSQL object-relational database system provides reliability and data integrity.", "repository": "dockerhub", "arch": "amd64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/postgresql_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/postgresql_icon.png", "displayName": "PostgreSQL", "name": "postgres", "version": "10.0", @@ -431,11 +431,11 @@ "description": "Fast, free and incredibly easy to use, the Ubuntu operating system powers millions of desktop PCs, laptops and servers around the world.", "repository": "dockerhub", "arch": "arm64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/ubuntu_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ubuntu_icon.png", "displayName": "Ubuntu", "name": "arm64v8/ubuntu", "version": "xenial", - "location": "https://hub.docker.com/r/arm32v7/ubuntu://hub.docker.com/r/arm64v8/ubuntu/", + "location": "https://hub.docker.com/r/arm64v8/ubuntu/", "type": "docker" }, { @@ -519,7 +519,7 @@ "description": "Remote desktop Sharing in Ubuntu 14.04.", "repository": "dockerhub", "arch": "arm64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/ubuntu_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ubuntu_icon.png", "displayName": "Ubuntu with noVNC", "name": "terrychu/docker-ubuntu-novnc", "version": "arm64v8-1.0", @@ -531,7 +531,7 @@ "repository": "qnap", "inspect": "{}", "arch": "arm64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/ubuntu_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ubuntu_icon.png", "displayName": "Ubuntu", "name": "ubuntu-trusty-arm64", "version": "14.04", @@ -543,7 +543,7 @@ "repository": "qnap", "inspect": "{}", "arch": "arm64", - "icon": "http://download.qnap.com/QPKG/images/QPKG/container/ubuntu_icon.png", + "icon": "https://raw.githubusercontent.com/qnap-dev/container-apps/master/images/ubuntu_icon.png", "displayName": "Ubuntu", "name": "ubuntu-xenial-arm64", "version": "16.04", diff --git a/qpkgcenter_eng.xml b/qpkgcenter_eng.xml deleted file mode 100644 index 9a26c5d7..00000000 --- a/qpkgcenter_eng.xml +++ /dev/null @@ -1,519 +0,0 @@ - - - - Ubuntu - ubuntu-trusty - 14.04 - amd64 - qnap - lxc - qnap - http://download.qnap.com/QPKG/images/QPKG/container/ubuntu_icon.png - 275382272 - http://download.qnap.com/QPKG/container/ubuntu-trusty_14.04_amd64.tar.gz - - - - - - - - - Debian - debian-jessie - 8 - amd64 - qnap - lxc - qnap - http://download.qnap.com/QPKG/images/QPKG/container/debian_icon.png - 249049088 - http://download.qnap.com/QPKG/container/debian-jessie_8_amd64.tar.gz - - - - - - - - - Fedora - fedora-heisenbug - 20 - amd64 - qnap - lxc - qnap - http://download.qnap.com/QPKG/images/QPKG/container/fedora_icon.png - 297496576 - http://download.qnap.com/QPKG/container/fedora-heisenbug_20_amd64.tar.gz - - - - - - - - - Ubuntu - ubuntu-trusty-armhf - 14.04 - armhf - qnap - lxc - qnap - http://download.qnap.com/QPKG/images/QPKG/container/ubuntu_icon.png - 275382272 - http://download.qnap.com/QPKG/container/ubuntu-trusty_14.04_armhf.tar.gz - - - - - - - - - Debian - debian-jessie-armhf - 8 - armhf - qnap - lxc - qnap - http://download.qnap.com/QPKG/images/QPKG/container/debian_icon.png - 218013696 - http://download.qnap.com/QPKG/container/debian-jessie_8_armhf.tar.gz - - - - - - - - - Fedora - fedora-heisenbug-armhf - 20 - armhf - qnap - lxc - qnap - http://download.qnap.com/QPKG/images/QPKG/container/fedora_icon.png - 286060544 - http://download.qnap.com/QPKG/container/fedora-heisenbug_20_armhf.tar.gz - - - - - - - - - Ubuntu desktop with noVNC - dorowu/ubuntu-desktop-lxde-vnc - latest - amd64 - qnap - docker - dockerhub - http://download.qnap.com/QPKG/images/QPKG/container/ubuntu_icon.png - https://hub.docker.com/r/dorowu/ubuntu-desktop-lxde-vnc/ - - - - - - - - - Deluge - aostanin/deluge - latest - amd64 - qnap - docker - dockerhub - http://download.qnap.com/QPKG/images/QPKG/container/deluge_icon.png - https://hub.docker.com/r/aostanin/deluge/ - - - - - - - - - Minecraft - chrisabrams/docker-minecraft-with-bukkit - latest - amd64 - qnap - docker - dockerhub - http://download.qnap.com/QPKG/images/QPKG/container/minecraft_icon.png - https://hub.docker.com/r/chrisabrams/docker-minecraft-with-bukkit/ - - - - - - - - - LibreOffice with noVNC - colinhuang/ubuntu-libreoffice - latest - amd64 - qnap - docker - dockerhub - http://download.qnap.com/QPKG/images/QPKG/container/libreoffice_icon.png - https://hub.docker.com/r/colinhuang/ubuntu-libreoffice/ - - - - - - - - - Jenkins - jenkins - latest - amd64 - qnap - docker - dockerhub - http://download.qnap.com/QPKG/images/QPKG/container/jenkins_icon.png - https://hub.docker.com/_/jenkins/ - - - - - - - - - Ubuntu - armbuild/ubuntu - 14.04 - armhf - qnap - docker - dockerhub - http://download.qnap.com/QPKG/images/QPKG/container/ubuntu_icon.png - https://hub.docker.com/r/armbuild/ubuntu/ - - - - - - - - - Fedora - armbuild/ocs-distrib-fedora - 21 - armhf - qnap - docker - dockerhub - http://download.qnap.com/QPKG/images/QPKG/container/fedora_icon.png - https://hub.docker.com/r/armbuild/ocs-distrib-fedora/ - - - - - - - - - Ubuntu with noVNC - colinhuang/ubuntu-novnc-armhf - latest - armhf - qnap - docker - dockerhub - http://download.qnap.com/QPKG/images/QPKG/container/ubuntu_icon.png - https://hub.docker.com/r/colinhuang/ubuntu-novnc-armhf/ - - - - - - - - - APT mirroring server - seterrychen/apt-mirror-http-server - 0.0.6 - amd64 - qnap - docker - dockerhub - - https://hub.docker.com/r/seterrychen/apt-mirror-http-server/ - - - - - - - - - Ubuntu - ubuntu - 14.04 - amd64 - dockerhub - docker - dockerhub - http://download.qnap.com/QPKG/images/QPKG/container/ubuntu_icon.png - https://hub.docker.com/_/ubuntu/ - - - - - - - - - CentOS - centos - 7 - amd64 - dockerhub - docker - dockerhub - http://download.qnap.com/QPKG/images/QPKG/container/centos_icon.png - https://hub.docker.com/_/centos/ - - - - - - - - - Redis - redis - latest - amd64 - dockerhub - docker - dockerhub - http://download.qnap.com/QPKG/images/QPKG/container/redis_icon.png - https://hub.docker.com/_/redis/ - - - - - - - - - MySQL - tutum/mysql - latest - amd64 - dockerhub - docker - dockerhub - http://download.qnap.com/QPKG/images/QPKG/container/mysql_icon.png - https://hub.docker.com/r/tutum/mysql/ - - - - - - - - - Node.js - node - latest - amd64 - dockerhub - docker - dockerhub - http://download.qnap.com/QPKG/images/QPKG/container/nodejs_icon.png - https://hub.docker.com/_/node/ - - - - - - - - - Nginx - nginx - latest - amd64 - dockerhub - docker - dockerhub - http://download.qnap.com/QPKG/images/QPKG/container/nginx_icon.png - https://hub.docker.com/_/nginx/ - - - - - - - - - MongoDB - mongo - latest - amd64 - dockerhub - docker - dockerhub - http://download.qnap.com/QPKG/images/QPKG/container/mongo_icon.png - https://hub.docker.com/_/mongo/ - - - - - - - - - GitLab - gitlab - 8.2.3 - amd64 - application - app - dockerhub - http://download.qnap.com/QPKG/images/QPKG/container/app_gitlab.png - https://hub.docker.com/r/sameersbn/gitlab/ - - - - - - - - - Redmine - redmine - 3.2.0 - amd64 - application - app - dockerhub - http://download.qnap.com/QPKG/images/QPKG/container/app_redmine.png - https://hub.docker.com/r/sameersbn/redmine/ - - - - - - - - - Registry - registry - 0.9.1 - amd64 - application - app - dockerhub - http://download.qnap.com/QPKG/images/QPKG/container/app_registry.png - https://hub.docker.com/_/registry/ - - - - - - - - - Joomla! - joomla - 3.5.0 - amd64 - application - app - dockerhub - http://download.qnap.com/QPKG/images/QPKG/container/app_default.png - https://hub.docker.com/r/seterrychen/joomla-without-database/ - - - - - - - - - WordPress - wordpress - 4.5 - amd64 - application - app - dockerhub - http://download.qnap.com/QPKG/images/QPKG/container/app_wordpress.png - https://hub.docker.com/r/library/wordpress/ - - - - - - - - - PostgreSQL - postgres - latest - amd64 - dockerhub - docker - dockerhub - https://raw.githubusercontent.com/docker-library/docs/master/postgres/logo.png - https://hub.docker.com/_/postgres/ - - - - - - - - - Odoo - odoo - 8.0 - amd64 - application - app - dockerhub - http://download.qnap.com/QPKG/images/QPKG/container/app_default.png - https://hub.docker.com/_/odoo/ - - - - - - - - - Odoo - odooarm - 8.0 - armhf - application - app - dockerhub - http://download.qnap.com/QPKG/images/QPKG/container/app_odoo.png - https://hub.docker.com/r/dmisdani/arm-odoo/ - - - - - - - - diff --git a/template/registry/description.md b/template/registry/description.md index 89aa8583..1a54cc10 100644 --- a/template/registry/description.md +++ b/template/registry/description.md @@ -1,11 +1,11 @@ ## Usage -On Container Station: +On QTS Container Station: 1. Create application registry by [Create Container] → [Create Registry]. 2. Add Registry to searching list by [Preferences] → [Registry] → [Add] that URL is ```https://NAS_IP:6088``` and check Trust SSL. -On PC: +Others: - Add certificate to your Docker trusty list: ```