Browse Source

Build App list and docs

GitHub Workflow 2 years ago
parent
commit
b884bd06e3

+ 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:**|
 |:-------------------|:--------:|:--------:|:--------:|
-| 169 apps | 183 apps | 180 apps | 183 apps |
+| 170 apps | 184 apps | 181 apps | 184 apps |
 
 ---
 
@@ -70,6 +70,7 @@ List of all apps included in this project with info related to it.
 |[Home Assistant](https://www.home-assistant.io/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://www.home-assistant.io/installation/raspberrypi#install-home-assistant-container) |  |  |  |
 |[Homebridge - Debian](https://homebridge.io/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/homebridge/homebridge/wiki/Install-Homebridge-on-Docker) |  |  |  |
 |[Homebridge](https://homebridge.io/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/homebridge/homebridge/wiki/Install-Homebridge-on-Docker) |  |  |  |
+|[Homepage](https://github.com/benphelps/homepage)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/benphelps/homepage) |  |  |  |
 |[Homer](https://github.com/bastienwirtz/homer)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/bastienwirtz/homer/blob/main/docs/configuration.md) |  | [![](../build/images/script_icon.png)](../tools/install_homer.sh) | [![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=plastic&logo=youtube&logoColor=white)](https://www.youtube.com/watch?v=_d3J88ootYo&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=2) |
 |[HTPC Manager](https://htpc.io/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://docs.linuxserver.io/images/docker-htpcmanager) |  |  |  |
 |[Huginn](https://github.com/huginn/huginn)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/huginn/huginn/tree/master/docker) |  |  |  |

+ 27 - 0
pi-hosted_template/template/portainer-v2.json

@@ -2169,6 +2169,33 @@
 				}
 			]
 		},
+		{
+			"categories": [
+				"Dashboard"
+			],
+			"description": "Homepage helps you organize your self-hosted services by making them accessible from a single place",
+			"image": "ghcr.io/benphelps/homepage:latest",
+			"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/homepage.png",
+			"name": "Homepage",
+			"platform": "linux",
+			"ports": [
+				"3015:3000/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "Homepage",
+			"type": 1,
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/Homepage/",
+					"container": "/app/config"
+				},
+				{
+					"bind": "/var/run/docker.sock",
+					"container": "/var/run/docker.sock"
+				}
+			],
+			"note": "<h3>Template created by Pi-Hosted Series</h3><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://github.com/benphelps/homepage\" target=\"_blank\">https://github.com/benphelps/homepage</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/benphelps/homepage\" target=\"_blank\">https://github.com/benphelps/homepage</a><br><br><br>"
+		},
 		{
 			"categories": [
 				"Other",

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

@@ -2484,6 +2484,33 @@
 				}
 			]
 		},
+		{
+			"categories": [
+				"Dashboard"
+			],
+			"description": "Homepage helps you organize your self-hosted services by making them accessible from a single place",
+			"image": "ghcr.io/benphelps/homepage:latest",
+			"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/homepage.png",
+			"name": "Homepage",
+			"platform": "linux",
+			"ports": [
+				"3015:3000/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "Homepage",
+			"type": 1,
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/Homepage/",
+					"container": "/app/config"
+				},
+				{
+					"bind": "/var/run/docker.sock",
+					"container": "/var/run/docker.sock"
+				}
+			],
+			"note": "<h3>Template created by Pi-Hosted Series</h3><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://github.com/benphelps/homepage\" target=\"_blank\">https://github.com/benphelps/homepage</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/benphelps/homepage\" target=\"_blank\">https://github.com/benphelps/homepage</a><br><br><br>"
+		},
 		{
 			"categories": [
 				"Other",

+ 27 - 0
template/portainer-v2-arm32.json

@@ -2169,6 +2169,33 @@
 				}
 			]
 		},
+		{
+			"categories": [
+				"Dashboard"
+			],
+			"description": "Homepage helps you organize your self-hosted services by making them accessible from a single place",
+			"image": "ghcr.io/benphelps/homepage:latest",
+			"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/homepage.png",
+			"name": "Homepage",
+			"platform": "linux",
+			"ports": [
+				"3015:3000/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "Homepage",
+			"type": 1,
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/Homepage/",
+					"container": "/app/config"
+				},
+				{
+					"bind": "/var/run/docker.sock",
+					"container": "/var/run/docker.sock"
+				}
+			],
+			"note": "<h3>Template created by Pi-Hosted Series</h3><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://github.com/benphelps/homepage\" target=\"_blank\">https://github.com/benphelps/homepage</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/benphelps/homepage\" target=\"_blank\">https://github.com/benphelps/homepage</a><br><br><br>"
+		},
 		{
 			"categories": [
 				"Other",

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

@@ -2508,6 +2508,33 @@
 				}
 			]
 		},
+		{
+			"categories": [
+				"Dashboard"
+			],
+			"description": "Homepage helps you organize your self-hosted services by making them accessible from a single place",
+			"image": "ghcr.io/benphelps/homepage:latest",
+			"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/homepage.png",
+			"name": "Homepage",
+			"platform": "linux",
+			"ports": [
+				"3015:3000/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "Homepage",
+			"type": 1,
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/Homepage/",
+					"container": "/app/config"
+				},
+				{
+					"bind": "/var/run/docker.sock",
+					"container": "/var/run/docker.sock"
+				}
+			],
+			"note": "<h3>Template created by Pi-Hosted Series</h3><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://github.com/benphelps/homepage\" target=\"_blank\">https://github.com/benphelps/homepage</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/benphelps/homepage\" target=\"_blank\">https://github.com/benphelps/homepage</a><br><br><br>"
+		},
 		{
 			"categories": [
 				"Other",