diff --git a/docs/AppList.md b/docs/AppList.md
index 4052192..df93263 100644
--- a/docs/AppList.md
+++ b/docs/AppList.md
@@ -115,7 +115,7 @@ List of all apps included in this project with info related to it.
|[ProtonMail Bridge](https://protonmail.com/bridge/)|64 bit|Container| [](https://hub.docker.com/r/shenxn/protonmail-bridge) | | | | |
|[Pydio](https://www.pydio.com/)|32/64 bit|Container| [](https://hub.docker.com/r/linuxserver/pydio) | | | | |
|[qBittorrent](https://www.qbittorrent.org/)|32/64 bit|Container| [](https://docs.linuxserver.io/images/docker-qbittorrent) | | | | |
-|[]()|32/64 bit|| []() | [](../docs/) | [](../tools/) | [](../tools/) | []() |
+|[qFlood](https://hotio.dev/containers/qflood/)|32/64 bit|Container| [](https://hotio.dev/containers/qflood/) | | | | |
|[Quassel IRC](https://quassel-irc.org/)|32/64 bit|Container| [](https://docs.linuxserver.io/images/docker-quassel-core) | | | | |
|[Radarr](https://radarr.video/)|32/64 bit|Container| [](https://docs.linuxserver.io/images/docker-radarr) | | | | |
|[Raspberry Pi Docker Monitor](https://github.com/pi-hosted/pi-hosted/blob/master/docs/rpi_docker_monitor.md)|32/64 bit|Stack| [](https://github.com/pi-hosted/pi-hosted/blob/master/docs/rpi_docker_monitor.md) | [](../docs/rpi_docker_monitor.md) | [](../tools/rpi_docker_monitor.sh) | | [](https://www.youtube.com/watch?v=IoD3vFuep64&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=8) |
diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json
index 1c5c3bd..8a98bd8 100644
--- a/pi-hosted_template/template/portainer-v2.json
+++ b/pi-hosted_template/template/portainer-v2.json
@@ -4348,6 +4348,61 @@
],
"note": "
Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://www.qbittorrent.org/
Official Docker Documentation: https://docs.linuxserver.io/images/docker-qbittorrent
"
},
+ {
+ "categories": [
+ "Downloaders"
+ ],
+ "description": "A docker image with qBittorrent and the Flood UI, also optional WireGuard VPN support. See the official documentation for WireGuard VPN support at https://hotio.dev/containers/qflood/",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
+ },
+ {
+ "default": "002",
+ "label": "UMASK",
+ "name": "UMASK"
+ },
+ {
+ "default": "America/New_York",
+ "label": "TZ",
+ "name": "TZ"
+ },
+ {
+ "default": "false",
+ "label": "FLOOD_AUTH",
+ "name": "FLOOD_AUTH"
+ }
+ ],
+ "image": "hotio/qflood:latest",
+ "logo": "https://raw.githubusercontent.com/jesec/flood/master/flood.svg",
+ "name": "qflood",
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://hotio.dev/containers/qflood/
Official Docker Documentation: https://hotio.dev/containers/qflood/
The default qBittorrent username is admin and the default password is adminadmin.",
+ "platform": "linux",
+ "ports": [
+ "3000:3000/tcp",
+ "8080:8080/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "qFlood",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/qFlood",
+ "container": "/config"
+ },
+ {
+ "bind": "/portainer/Downloads",
+ "container": "/app/qBittorrent/downloads"
+ }
+ ]
+ },
{
"categories": [
"Messenger"
diff --git a/template/apps/qflood.json b/template/apps/qflood.json
index aaef181..f4bbe73 100644
--- a/template/apps/qflood.json
+++ b/template/apps/qflood.json
@@ -34,7 +34,7 @@
"image64": "hotio/qflood:latest",
"logo": "https://raw.githubusercontent.com/jesec/flood/master/flood.svg",
"name": "qflood",
- "note": "The default qBittorrent username is admin and the default password is adminadmin."
+ "note": "The default qBittorrent username is admin and the default password is adminadmin.",
"officialDoc": "https://hotio.dev/containers/qflood/",
"platform": "linux",
"ports": [
@@ -55,4 +55,4 @@
}
],
"webpage": "https://hotio.dev/containers/qflood/"
-}
\ No newline at end of file
+}
diff --git a/template/portainer-v2-arm32.json b/template/portainer-v2-arm32.json
index 1c5c3bd..8a98bd8 100644
--- a/template/portainer-v2-arm32.json
+++ b/template/portainer-v2-arm32.json
@@ -4348,6 +4348,61 @@
],
"note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://www.qbittorrent.org/
Official Docker Documentation: https://docs.linuxserver.io/images/docker-qbittorrent
"
},
+ {
+ "categories": [
+ "Downloaders"
+ ],
+ "description": "A docker image with qBittorrent and the Flood UI, also optional WireGuard VPN support. See the official documentation for WireGuard VPN support at https://hotio.dev/containers/qflood/",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
+ },
+ {
+ "default": "002",
+ "label": "UMASK",
+ "name": "UMASK"
+ },
+ {
+ "default": "America/New_York",
+ "label": "TZ",
+ "name": "TZ"
+ },
+ {
+ "default": "false",
+ "label": "FLOOD_AUTH",
+ "name": "FLOOD_AUTH"
+ }
+ ],
+ "image": "hotio/qflood:latest",
+ "logo": "https://raw.githubusercontent.com/jesec/flood/master/flood.svg",
+ "name": "qflood",
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://hotio.dev/containers/qflood/
Official Docker Documentation: https://hotio.dev/containers/qflood/
The default qBittorrent username is admin and the default password is adminadmin.",
+ "platform": "linux",
+ "ports": [
+ "3000:3000/tcp",
+ "8080:8080/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "qFlood",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/qFlood",
+ "container": "/config"
+ },
+ {
+ "bind": "/portainer/Downloads",
+ "container": "/app/qBittorrent/downloads"
+ }
+ ]
+ },
{
"categories": [
"Messenger"
diff --git a/template/portainer-v2-arm64.json b/template/portainer-v2-arm64.json
index e6828b9..b9bb112 100644
--- a/template/portainer-v2-arm64.json
+++ b/template/portainer-v2-arm64.json
@@ -4709,6 +4709,61 @@
],
"note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://www.qbittorrent.org/
Official Docker Documentation: https://docs.linuxserver.io/images/docker-qbittorrent
"
},
+ {
+ "categories": [
+ "Downloaders"
+ ],
+ "description": "A docker image with qBittorrent and the Flood UI, also optional WireGuard VPN support. See the official documentation for WireGuard VPN support at https://hotio.dev/containers/qflood/",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
+ },
+ {
+ "default": "002",
+ "label": "UMASK",
+ "name": "UMASK"
+ },
+ {
+ "default": "America/New_York",
+ "label": "TZ",
+ "name": "TZ"
+ },
+ {
+ "default": "false",
+ "label": "FLOOD_AUTH",
+ "name": "FLOOD_AUTH"
+ }
+ ],
+ "image": "hotio/qflood:latest",
+ "logo": "https://raw.githubusercontent.com/jesec/flood/master/flood.svg",
+ "name": "qflood",
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://hotio.dev/containers/qflood/
Official Docker Documentation: https://hotio.dev/containers/qflood/
The default qBittorrent username is admin and the default password is adminadmin.",
+ "platform": "linux",
+ "ports": [
+ "3000:3000/tcp",
+ "8080:8080/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "qFlood",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/qFlood",
+ "container": "/config"
+ },
+ {
+ "bind": "/portainer/Downloads",
+ "container": "/app/qBittorrent/downloads"
+ }
+ ]
+ },
{
"categories": [
"Messenger"