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| [](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) |
|[Raspiheim](https://hub.docker.com/r/arokan/raspiheim)|:x:|:heavy_check_mark:|:x:|Container| [](https://hub.docker.com/r/arokan/raspiheim) | | | |
|[RDesktop](http://xrdp.org/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [](https://docs.linuxserver.io/images/docker-rdesktop) | | | |
+|[Reactive-Resume](https://rxresu.me/)|:x:|:heavy_check_mark:|:heavy_check_mark:|Stack| [](https://hub.docker.com/r/martadinata666/reactive-resume) | [](../docs/reactive-resume_installation.md) | [](../tools/install_reactive-resume.sh) | |
|[readarr](https://readarr.com/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [](https://wiki.servarr.com/en/readarr) | | | |
|[Redmine](https://www.redmine.org/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Stack| [](https://hub.docker.com/_/redmine) | | | |
|[Resilio Sync](https://www.resilio.com/individuals/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [](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