From 80a45341f4e7f9a916d933271e0577a1d286edff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 20:58:55 +0000 Subject: [PATCH] Build App list and docs --- docs/AppList.md | 3 +- template/portainer-v2-amd64.json | 85 ++++++++++++++++++++++++++++++++ template/portainer-v2-arm64.json | 85 ++++++++++++++++++++++++++++++++ tools/README.md | 1 + 4 files changed, 173 insertions(+), 1 deletion(-) diff --git a/docs/AppList.md b/docs/AppList.md index bb1b8ea..92f207a 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:**| |:-------------------|:--------:|:--------:|:--------:| -| 186 apps | 208 apps | 207 apps | 209 apps | +| 186 apps | 209 apps | 208 apps | 210 apps | --- @@ -168,6 +168,7 @@ List of all apps included in this project with info related to it. |[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| [![](../build/images/blue_doc_icon.png)](https://github.com/pi-hosted/pi-hosted/blob/master/docs/rpi_docker_monitor.md) | [![](../build/images/red_doc_icon.png)](../docs/rpi_docker_monitor.md) | [![](../build/images/script_icon.png)](../tools/rpi_docker_monitor.sh) | [![Raspberry Pi Docker Monitoring](../build/images/yt-badge-novaspirit.png "Raspberry Pi Docker Monitoring")](https://www.youtube.com/watch?v=IoD3vFuep64&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=8) | |[Raspiheim](https://hub.docker.com/r/arokan/raspiheim)|:x:|:heavy_check_mark:|:x:|Container| [![](../build/images/blue_doc_icon.png)](https://hub.docker.com/r/arokan/raspiheim) | | | | |[RDesktop](http://xrdp.org/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://docs.linuxserver.io/images/docker-rdesktop) | | | | +|[Reactive-Resume](https://rxresu.me/)|:x:|:heavy_check_mark:|:heavy_check_mark:|Stack| [![](../build/images/blue_doc_icon.png)](https://hub.docker.com/r/martadinata666/reactive-resume) | [![](../build/images/red_doc_icon.png)](../docs/reactive-resume_installation.md) | [![](../build/images/script_icon.png)](../tools/install_reactive-resume.sh) | | |[readarr](https://readarr.com/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://wiki.servarr.com/en/readarr) | | | | |[Redmine](https://www.redmine.org/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Stack| [![](../build/images/blue_doc_icon.png)](https://hub.docker.com/_/redmine) | | | | |[Resilio Sync](https://www.resilio.com/individuals/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://docs.linuxserver.io/images/docker-resilio-sync) | | | | diff --git a/template/portainer-v2-amd64.json b/template/portainer-v2-amd64.json index 0cde13b..eb5880b 100644 --- a/template/portainer-v2-amd64.json +++ b/template/portainer-v2-amd64.json @@ -6734,6 +6734,91 @@ ], "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted

Official Webpage: http://xrdp.org/
Official Docker Documentation: https://docs.linuxserver.io/images/docker-rdesktop


" }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "A one-of-a-kind resume builder that's not out to get your data. Completely secure, customizable, portable, open-source and free forever.", + "image": "martadinata666/reactive-resume:latest", + "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/reactiveresume.png", + "name": "reactive-resume", + "platform": "linux", + "env": [ + { + "default": "some-random-alphanumeric123456", + "label": "SECRET_KEY", + "name": "SECRET_KEY" + }, + { + "default": "some-random-alphanumeric123456", + "label": "JWT_SECRET", + "name": "JWT_SECRET" + }, + { + "default": "reactiveresume", + "label": "DATABASE_USERNAME", + "name": "DATABASE_USERNAME" + }, + { + "default": "reactiveresume", + "label": "DATABASE_PASSWORD", + "name": "DATABASE_PASSWORD" + }, + { + "default": "use computer IP and Client port http://ip:7768", + "label": "PUBLIC_URL", + "name": "PUBLIC_URL" + }, + { + "default": "use computer IP and Server port http://ip:7769", + "label": "PUBLIC_SERVER_URL", + "name": "PUBLIC_SERVER_URL" + }, + { + "default": "leave blank to disable", + "label": "GOGLE_API_KEY", + "name": "GOOGLE_API_KEY" + }, + { + "label": "DISABLE_SIGNUPS", + "name": "DISABLE_SIGNUPS", + "select": [ + { + "default": true, + "text": "Disable user Signup", + "value": "false" + }, + { + "text": "Allow user Signup", + "value": "true" + } + ] + }, + { + "default": "7768", + "label": "CLIENT_PORT", + "name": "CLIENT_PORT" + }, + { + "default": "7769", + "label": "SERVER_PORT", + "name": "SERVER_PORT" + }, + { + "default": "America/New_York", + "label": "TZ", + "name": "TZ" + } + ], + "repository": { + "stackfile": "stack/reactive-resume.yml", + "url": "https://github.com/pi-hosted/pi-hosted" + }, + "title": "Reactive-Resume", + "type": 3, + "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted

Official Webpage: https://rxresu.me/
Official Docker Documentation: https://hub.docker.com/r/martadinata666/reactive-resume

Pi-Hosted dedicated documentation: reactive-resume_installation.md



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



" + }, { "categories": [ "Downloaders", diff --git a/template/portainer-v2-arm64.json b/template/portainer-v2-arm64.json index 724e6f8..ba3e7c7 100644 --- a/template/portainer-v2-arm64.json +++ b/template/portainer-v2-arm64.json @@ -6803,6 +6803,91 @@ ], "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted

Official Webpage: http://xrdp.org/
Official Docker Documentation: https://docs.linuxserver.io/images/docker-rdesktop


" }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "A one-of-a-kind resume builder that's not out to get your data. Completely secure, customizable, portable, open-source and free forever.", + "image": "martadinata666/reactive-resume:latest", + "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/reactiveresume.png", + "name": "reactive-resume", + "platform": "linux", + "env": [ + { + "default": "some-random-alphanumeric123456", + "label": "SECRET_KEY", + "name": "SECRET_KEY" + }, + { + "default": "some-random-alphanumeric123456", + "label": "JWT_SECRET", + "name": "JWT_SECRET" + }, + { + "default": "reactiveresume", + "label": "DATABASE_USERNAME", + "name": "DATABASE_USERNAME" + }, + { + "default": "reactiveresume", + "label": "DATABASE_PASSWORD", + "name": "DATABASE_PASSWORD" + }, + { + "default": "use computer IP and Client port http://ip:7768", + "label": "PUBLIC_URL", + "name": "PUBLIC_URL" + }, + { + "default": "use computer IP and Server port http://ip:7769", + "label": "PUBLIC_SERVER_URL", + "name": "PUBLIC_SERVER_URL" + }, + { + "default": "leave blank to disable", + "label": "GOGLE_API_KEY", + "name": "GOOGLE_API_KEY" + }, + { + "label": "DISABLE_SIGNUPS", + "name": "DISABLE_SIGNUPS", + "select": [ + { + "default": true, + "text": "Disable user Signup", + "value": "false" + }, + { + "text": "Allow user Signup", + "value": "true" + } + ] + }, + { + "default": "7768", + "label": "CLIENT_PORT", + "name": "CLIENT_PORT" + }, + { + "default": "7769", + "label": "SERVER_PORT", + "name": "SERVER_PORT" + }, + { + "default": "America/New_York", + "label": "TZ", + "name": "TZ" + } + ], + "repository": { + "stackfile": "stack/reactive-resume.yml", + "url": "https://github.com/pi-hosted/pi-hosted" + }, + "title": "Reactive-Resume", + "type": 3, + "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted

Official Webpage: https://rxresu.me/
Official Docker Documentation: https://hub.docker.com/r/martadinata666/reactive-resume

Pi-Hosted dedicated documentation: reactive-resume_installation.md



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



" + }, { "categories": [ "Downloaders", diff --git a/tools/README.md b/tools/README.md index 7185caf..a3b0cd5 100644 --- a/tools/README.md +++ b/tools/README.md @@ -12,6 +12,7 @@ Most of the follwing scripts are only needed if you are trying to load one of th |[install_invidious.sh](../tools/install_invidious.sh)||Preinstall|Install Invidious|wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_invidious.sh \| bash| |[install_photoprism.sh](../tools/install_photoprism.sh)|[Documentation](../docs/photoprism.md)|Preinstall|Install Photo Prism|wget -qO- https://git.io/JM5Tr \| bash| |[install_portainer_agent.sh](../tools/install_portainer_agent.sh)||Preinstall|Install Portainer Agent
Portainer agent is used for remote management of the host you install it on.|| +|[install_reactive-resume.sh](../tools/install_reactive-resume.sh)|[Documentation](../docs/reactive-resume_installation.md)|Preinstall|Install Reactive-Resume|wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_reactive-resume.sh \| bash| |[install_throttled.sh](../tools/install_throttled.sh)|[Documentation](../docs/throttled.md)|Install|Preinstall Setup for the Throttled Script|wget -qO- https://git.io/JXzw0 \| bash| |[install_vikunja.sh](../tools/install_vikunja.sh)||Preinstall|Preinstall Setup for Vikunja|wget -qO- https://git.io/JMsuZ \| bash| |[install_whoogle.sh](../tools/install_whoogle.sh)||Preinstall|Install Whoogle|wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_whoogle.sh \| bash|