From 82fc40e0e797d47fa0361019374a84dbd59db3dd Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun, 9 Apr 2023 23:07:52 +0000
Subject: [PATCH] Build App list and docs
---
docs/AppList.md | 3 ++-
template/portainer-v2-amd64.json | 36 ++++++++++++++++++++++++++++++++
template/portainer-v2-arm64.json | 36 ++++++++++++++++++++++++++++++++
3 files changed, 74 insertions(+), 1 deletion(-)
diff --git a/docs/AppList.md b/docs/AppList.md
index ffe673f..1942fd7 100644
--- a/docs/AppList.md
+++ b/docs/AppList.md
@@ -4,7 +4,7 @@ List of all apps included in this project with info related to it.
|**Arm32:** |**Arm64:**|**Amd64:**|**Total:**|
|:-------------------|:--------:|:--------:|:--------:|
-| 188 apps | 214 apps | 214 apps | 216 apps |
+| 188 apps | 215 apps | 215 apps | 217 apps |
---
@@ -168,6 +168,7 @@ List of all apps included in this project with info related to it.
|[Pydio](https://www.pydio.com/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [](https://hub.docker.com/r/linuxserver/pydio) | | | |
|[qBittorrent](https://www.qbittorrent.org/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [](https://docs.linuxserver.io/images/docker-qbittorrent) | | | |
|[qFlood](https://hotio.dev/containers/qflood/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [](https://hotio.dev/containers/qflood/) | | | |
+|[QuakeJs](https://registry.hub.docker.com/r/chrisscottthomas/quakejs/)|:x:|:heavy_check_mark:|:heavy_check_mark:|Container| | | | |
|[Quassel IRC](https://quassel-irc.org/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [](https://docs.linuxserver.io/images/docker-quassel-core) | | | |
|[Radarr](https://radarr.video/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|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)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|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/template/portainer-v2-amd64.json b/template/portainer-v2-amd64.json
index ff56229..0d1396c 100644
--- a/template/portainer-v2-amd64.json
+++ b/template/portainer-v2-amd64.json
@@ -6805,6 +6805,42 @@
}
]
},
+ {
+ "categories": [
+ "Games"
+ ],
+ "description": "QuakeJs is a multiplayer game played from your browser",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
+ }
+ ],
+ "image": "chrisscottthomas/quakejs:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/QuakeJs.png",
+ "name": "QuakeJs",
+ "platform": "linux",
+ "ports": [
+ "4042:80/tcp",
+ "4043:443/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "QuakeJs",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/QuakeJs",
+ "container": "/app/public/conf.yml"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://registry.hub.docker.com/r/chrisscottthomas/quakejs/
"
+ },
{
"categories": [
"Messenger"
diff --git a/template/portainer-v2-arm64.json b/template/portainer-v2-arm64.json
index 9091ce0..63cf2f7 100644
--- a/template/portainer-v2-arm64.json
+++ b/template/portainer-v2-arm64.json
@@ -6787,6 +6787,42 @@
}
]
},
+ {
+ "categories": [
+ "Games"
+ ],
+ "description": "QuakeJs is a multiplayer game played from your browser",
+ "env": [
+ {
+ "default": "1000",
+ "label": "PUID",
+ "name": "PUID"
+ },
+ {
+ "default": "1000",
+ "label": "PGID",
+ "name": "PGID"
+ }
+ ],
+ "image": "chrisscottthomas/quakejs:latest",
+ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/QuakeJs.png",
+ "name": "QuakeJs",
+ "platform": "linux",
+ "ports": [
+ "4042:80/tcp",
+ "4043:443/tcp"
+ ],
+ "restart_policy": "unless-stopped",
+ "title": "QuakeJs",
+ "type": 1,
+ "volumes": [
+ {
+ "bind": "/portainer/Files/AppData/Config/QuakeJs",
+ "container": "/app/public/conf.yml"
+ }
+ ],
+ "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted
Official Webpage: https://registry.hub.docker.com/r/chrisscottthomas/quakejs/
"
+ },
{
"categories": [
"Messenger"