From 91bd0ed7d4412ee990c194a86fb23531dcff6e76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 04:00:26 +0000 Subject: [PATCH] Build App list and docs --- docs/AppList.md | 3 ++- pi-hosted_template/template/portainer-v2.json | 21 +++++++++++++++++++ template/portainer-v2-amd64.json | 21 +++++++++++++++++++ template/portainer-v2-arm32.json | 21 +++++++++++++++++++ template/portainer-v2-arm64.json | 21 +++++++++++++++++++ 5 files changed, 86 insertions(+), 1 deletion(-) diff --git a/docs/AppList.md b/docs/AppList.md index 0520ca4..476f862 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:**| |:-------------------|:--------:|:--------:|:--------:| -| 179 apps | 198 apps | 196 apps | 198 apps | +| 180 apps | 199 apps | 197 apps | 199 apps | --- @@ -65,6 +65,7 @@ List of all apps included in this project with info related to it. |[Gitea with Mariadb](https://gitea.com/)|:x:|:heavy_check_mark:|:heavy_check_mark:|Stack| [![](../build/images/blue_doc_icon.png)](https://docs.gitea.io/en-us/install-with-docker/#mysql-database) | | | | |[Go-Socks5-Proxy](https://hub.docker.com/r/serjs/go-socks5-proxy)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://hub.docker.com/r/serjs/go-socks5-proxy) | | | [![Route Docker Traffic Through VPN Container](../build/images/yt-badge-novaspirit.png "Route Docker Traffic Through VPN Container")](https://www.youtube.com/watch?v=IWj1-j2QWvo) | |[Gotify](https://gotify.net/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://gotify.net/docs/install) | | | | +|[Grafana](https://grafana.com/grafana/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Stack| [![](../build/images/blue_doc_icon.png)](https://grafana.com/docs/grafana/v9.0/setup-grafana/installation/docker/) | | [![](../build/images/script_icon.png)](../tools/install_grafana.sh) | | |[Graylog](https://www.graylog.org)|:x:|:heavy_check_mark:|:heavy_check_mark:|Stack| [![](../build/images/blue_doc_icon.png)](https://docs.graylog.org/docs/docker) | [![](../build/images/red_doc_icon.png)](../docs/graylog_install.md) | | | |[Grocy](https://grocy.info/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://docs.linuxserver.io/images/docker-grocy) | | | | |[Guacamole](https://guacamole.apache.org/)|:heavy_check_mark:|:heavy_check_mark:|:x:|Container| [![](../build/images/blue_doc_icon.png)](https://hub.docker.com/r/oznu/guacamole) | | | [![Manually Installing Guacamole on Portainer](../build/images/yt-badge-novaspirit.png "Manually Installing Guacamole on Portainer")](https://www.youtube.com/watch?v=cKAhnf8X1lo&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=3) | diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json index 66454fd..9487150 100644 --- a/pi-hosted_template/template/portainer-v2.json +++ b/pi-hosted_template/template/portainer-v2.json @@ -1943,6 +1943,27 @@ } ] }, + { + "categories": [ + "Monitor", + "Tools" + ], + "description": "Grafana Dashboard anything. Observe everything. Query, visualize, alert on, and understand your data no matter where it’s stored. With Grafana you can create, explore, and share all of your data through beautiful, flexible dashboards.", + "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/grafana.png", + "name": "grafana", + "platform": "linux", + "ports": [ + "3030:3000/tcp" + ], + "repository": { + "stackfile": "stack/grafana.yml", + "url": "https://github.com/pi-hosted/pi-hosted" + }, + "restart_policy": "unless-stopped", + "title": "Grafana", + "type": 3, + "note": "

Template created by Pi-Hosted Series

Check our Github page: https://github.com/pi-hosted/pi-hosted

Official Webpage: https://grafana.com/grafana/
Official Docker Documentation: https://grafana.com/docs/grafana/v9.0/setup-grafana/installation/docker/

Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_grafana.sh | bash

" + }, { "categories": [ "Other", diff --git a/template/portainer-v2-amd64.json b/template/portainer-v2-amd64.json index 27954e8..0682b35 100644 --- a/template/portainer-v2-amd64.json +++ b/template/portainer-v2-amd64.json @@ -2322,6 +2322,27 @@ } ] }, + { + "categories": [ + "Monitor", + "Tools" + ], + "description": "Grafana Dashboard anything. Observe everything. Query, visualize, alert on, and understand your data no matter where it’s stored. With Grafana you can create, explore, and share all of your data through beautiful, flexible dashboards.", + "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/grafana.png", + "name": "grafana", + "platform": "linux", + "ports": [ + "3030:3000/tcp" + ], + "repository": { + "stackfile": "stack/grafana.yml", + "url": "https://github.com/pi-hosted/pi-hosted" + }, + "restart_policy": "unless-stopped", + "title": "Grafana", + "type": 3, + "note": "

Template created by Pi-Hosted Series

Check our Github page: https://github.com/pi-hosted/pi-hosted

Official Webpage: https://grafana.com/grafana/
Official Docker Documentation: https://grafana.com/docs/grafana/v9.0/setup-grafana/installation/docker/

Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_grafana.sh | bash

" + }, { "categories": [ "Management", diff --git a/template/portainer-v2-arm32.json b/template/portainer-v2-arm32.json index 66454fd..9487150 100644 --- a/template/portainer-v2-arm32.json +++ b/template/portainer-v2-arm32.json @@ -1943,6 +1943,27 @@ } ] }, + { + "categories": [ + "Monitor", + "Tools" + ], + "description": "Grafana Dashboard anything. Observe everything. Query, visualize, alert on, and understand your data no matter where it’s stored. With Grafana you can create, explore, and share all of your data through beautiful, flexible dashboards.", + "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/grafana.png", + "name": "grafana", + "platform": "linux", + "ports": [ + "3030:3000/tcp" + ], + "repository": { + "stackfile": "stack/grafana.yml", + "url": "https://github.com/pi-hosted/pi-hosted" + }, + "restart_policy": "unless-stopped", + "title": "Grafana", + "type": 3, + "note": "

Template created by Pi-Hosted Series

Check our Github page: https://github.com/pi-hosted/pi-hosted

Official Webpage: https://grafana.com/grafana/
Official Docker Documentation: https://grafana.com/docs/grafana/v9.0/setup-grafana/installation/docker/

Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_grafana.sh | bash

" + }, { "categories": [ "Other", diff --git a/template/portainer-v2-arm64.json b/template/portainer-v2-arm64.json index 2bafeb5..8993d0c 100644 --- a/template/portainer-v2-arm64.json +++ b/template/portainer-v2-arm64.json @@ -2322,6 +2322,27 @@ } ] }, + { + "categories": [ + "Monitor", + "Tools" + ], + "description": "Grafana Dashboard anything. Observe everything. Query, visualize, alert on, and understand your data no matter where it’s stored. With Grafana you can create, explore, and share all of your data through beautiful, flexible dashboards.", + "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/grafana.png", + "name": "grafana", + "platform": "linux", + "ports": [ + "3030:3000/tcp" + ], + "repository": { + "stackfile": "stack/grafana.yml", + "url": "https://github.com/pi-hosted/pi-hosted" + }, + "restart_policy": "unless-stopped", + "title": "Grafana", + "type": 3, + "note": "

Template created by Pi-Hosted Series

Check our Github page: https://github.com/pi-hosted/pi-hosted

Official Webpage: https://grafana.com/grafana/
Official Docker Documentation: https://grafana.com/docs/grafana/v9.0/setup-grafana/installation/docker/

Pre-installation script must be RAN before you install: wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_grafana.sh | bash

" + }, { "categories": [ "Management",