|
@@ -388,6 +388,35 @@
|
|
|
]
|
|
|
},
|
|
|
|
|
|
+ {
|
|
|
+ "categories": [
|
|
|
+ "Other",
|
|
|
+ "Tools"
|
|
|
+ ],
|
|
|
+ "description": "InfluxDB is an open source time series database for recording metrics, events, and analytics. You will need to add /portainer/Files/AppData/Config/Influxdb/config/influxdb.conf",
|
|
|
+ "image": "influxdb:1.8.10",
|
|
|
+ "logo": "https://raw.githubusercontent.com/docker-library/docs/43d87118415bb75d7bb107683e79cd6d69186f67/influxdb/logo.png",
|
|
|
+ "name": "influxdb1810",
|
|
|
+ "platform": "linux",
|
|
|
+ "ports": [
|
|
|
+ "8086:8086/tcp"
|
|
|
+ ],
|
|
|
+ "restart_policy": "unless-stopped",
|
|
|
+ "hostname": "rpi-influxdb1810",
|
|
|
+ "title": "Influxdb 1.8.10",
|
|
|
+ "type": 1,
|
|
|
+ "volumes": [
|
|
|
+ {
|
|
|
+ "bind": "/portainer/Files/AppData/Config/Influxdb/data",
|
|
|
+ "container": "/var/lib/influxdb"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "bind": "/portainer/Files/AppData/Config/Influxdb/config",
|
|
|
+ "container": "/var/lib/influxdb"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+
|
|
|
{
|
|
|
"categories": [
|
|
|
"Downloaders",
|
|
@@ -930,6 +959,38 @@
|
|
|
"title": "Minisatip",
|
|
|
"type": 1
|
|
|
},
|
|
|
+ {
|
|
|
+ "categories": [
|
|
|
+ "Other",
|
|
|
+ "Tools"
|
|
|
+ ],
|
|
|
+ "description": "Eclipse Mosquitto is an open source implementation of a server for versions 5, 3.1.1, and 3.1 of the MQTT protocol.\r\nYou will need to create /portainer/Files/AppData/Config/Mosquitto/config/mosquitto.conf and if needed your password file.\r\nHave a look on https://mosquitto.org/man/mosquitto_passwd-1.html",
|
|
|
+ "image": "eclipse-mosquitto:latest",
|
|
|
+ "logo": "https://raw.githubusercontent.com/docker-library/docs/757578e3a44e5460a8a11d32a81776f8b74231a9/eclipse-mosquitto/logo.png",
|
|
|
+ "name": "mosquitto",
|
|
|
+ "platform": "linux",
|
|
|
+ "ports": [
|
|
|
+ "1883:1883/tcp"
|
|
|
+ ],
|
|
|
+ "restart_policy": "unless-stopped",
|
|
|
+ "hostname": "rpi-mosquitto",
|
|
|
+ "title": "Eclipse Mosquitto",
|
|
|
+ "type": 1,
|
|
|
+ "volumes": [
|
|
|
+ {
|
|
|
+ "bind": "/portainer/Files/AppData/Config/Mosquitto/config",
|
|
|
+ "container": "/mosquitto/config"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "bind": "/portainer/Files/AppData/Config/Mosquitto/data",
|
|
|
+ "container": "/mosquitto/data"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "bind": "/portainer/Files/AppData/Config/Mosquitto/log",
|
|
|
+ "container": "/mosquitto/log"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
"categories": [
|
|
|
"Other",
|
|
@@ -2566,7 +2627,7 @@
|
|
|
"53:53/udp",
|
|
|
"67:67/udp",
|
|
|
"1010:80/tcp",
|
|
|
- "4443:443/tcp"
|
|
|
+ "443:443/tcp"
|
|
|
],
|
|
|
"restart_policy": "unless-stopped",
|
|
|
"title": "Pi-Hole",
|