Browse Source

Build App list and docs

github-actions[bot] 2 years ago
parent
commit
80a45341f4
4 changed files with 173 additions and 1 deletions
  1. 2 1
      docs/AppList.md
  2. 85 0
      template/portainer-v2-amd64.json
  3. 85 0
      template/portainer-v2-arm64.json
  4. 1 0
      tools/README.md

+ 2 - 1
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) |  |  |  |

+ 85 - 0
template/portainer-v2-amd64.json

@@ -6734,6 +6734,91 @@
 			],
 			"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"http://xrdp.org/\" target=\"_blank\">http://xrdp.org/</a><br><b>Official Docker Documentation: </b><a href=\"https://docs.linuxserver.io/images/docker-rdesktop\" target=\"_blank\">https://docs.linuxserver.io/images/docker-rdesktop</a><br><br><br>"
 		},
+		{
+			"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": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://rxresu.me/\" target=\"_blank\">https://rxresu.me/</a><br><b>Official Docker Documentation: </b><a href=\"https://hub.docker.com/r/martadinata666/reactive-resume\" target=\"_blank\">https://hub.docker.com/r/martadinata666/reactive-resume</a><br><h3><b>Pi-Hosted dedicated documentation: </b><a href=\"https://github.com/pi-hosted/pi-hosted/blob/master/docs/reactive-resume_installation.md\" target=\"_blank\">reactive-resume_installation.md</a></h3><br><br><h3><b><a href=\"https://github.com/pi-hosted/pi-hosted/blob/master/tools/install_reactive-resume.sh\" target=\"_blank\">Pre-installation script</a> must be RAN before you install: </b>wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_reactive-resume.sh | bash</h3><br><br>"
+		},
 		{
 			"categories": [
 				"Downloaders",

+ 85 - 0
template/portainer-v2-arm64.json

@@ -6803,6 +6803,91 @@
 			],
 			"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"http://xrdp.org/\" target=\"_blank\">http://xrdp.org/</a><br><b>Official Docker Documentation: </b><a href=\"https://docs.linuxserver.io/images/docker-rdesktop\" target=\"_blank\">https://docs.linuxserver.io/images/docker-rdesktop</a><br><br><br>"
 		},
+		{
+			"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": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://rxresu.me/\" target=\"_blank\">https://rxresu.me/</a><br><b>Official Docker Documentation: </b><a href=\"https://hub.docker.com/r/martadinata666/reactive-resume\" target=\"_blank\">https://hub.docker.com/r/martadinata666/reactive-resume</a><br><h3><b>Pi-Hosted dedicated documentation: </b><a href=\"https://github.com/pi-hosted/pi-hosted/blob/master/docs/reactive-resume_installation.md\" target=\"_blank\">reactive-resume_installation.md</a></h3><br><br><h3><b><a href=\"https://github.com/pi-hosted/pi-hosted/blob/master/tools/install_reactive-resume.sh\" target=\"_blank\">Pre-installation script</a> must be RAN before you install: </b>wget -qO- https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_reactive-resume.sh | bash</h3><br><br>"
+		},
 		{
 			"categories": [
 				"Downloaders",

+ 1 - 0
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<br>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|