소스 검색

Build App list and docs

GitHub Workflow 3 년 전
부모
커밋
952ac6b801
4개의 변경된 파일163개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      docs/AppList.md
  2. 54 0
      pi-hosted_template/template/portainer-v2.json
  3. 54 0
      template/portainer-v2-arm32.json
  4. 54 0
      template/portainer-v2-arm64.json

+ 1 - 0
docs/AppList.md

@@ -78,6 +78,7 @@ List of all apps included in this project with info related to it.
 |[Medusa](https://pymedusa.com/)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://docs.linuxserver.io/images/docker-medusa) |  |  |  |  |
 |[Minecraft Server](https://www.minecraft.net/en-us)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/itzg/docker-minecraft-server#using-docker-compose) |  |  |  |  |
 |[Minetest](https://www.minetest.net/)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://docs.linuxserver.io/images/docker-minetest) |  |  |  |  |
+|[MinIO](https://min.io/)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://docs.min.io/minio/baremetal/quickstart/quickstart.html) |  |  |  |  |
 |[Minisatip](https://github.com/catalinii/minisatip)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://docs.linuxserver.io/images/docker-minisatip) |  |  |  |  |
 |[Mstream](https://mstream.io/)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://docs.linuxserver.io/images/docker-mstream) |  |  |  |  |
 |[Murmur](https://www.mumble.info/)|32/64 bit|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/yhaenggi/murmur-docker) |  |  |  |  |

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

@@ -2866,6 +2866,60 @@
 			],
 			"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://www.minetest.net/\" target=\"_blank\">https://www.minetest.net/</a><br><b>Official Docker Documentation: </b><a href=\"https://docs.linuxserver.io/images/docker-minetest\" target=\"_blank\">https://docs.linuxserver.io/images/docker-minetest</a><br><br><br>"
 		},
+		{
+			"categories": [
+				"Other",
+				"Tools"
+			],
+			"command": "server --console-address ':9090' /data",
+			"description": "MinIO is a High Performance Object Storage released under GNU Affero GPL v3.0. It is API compatible with Amazon S3 cloud storage service.",
+			"env": [
+				{
+					"default": "1000",
+					"label": "PUID",
+					"name": "PUID"
+				},
+				{
+					"default": "1000",
+					"label": "PGID",
+					"name": "PGID"
+				},
+				{
+					"default": "ROOTUSER",
+					"label": "MINIO_ROOT_USER",
+					"name": "MINIO_ROOT_USER"
+				},
+				{
+					"default": "CHANGEME123",
+					"label": "MINIO_ROOT_PASSWORD",
+					"name": "MINIO_ROOT_PASSWORD"
+				},
+				{
+					"default": "",
+					"label": "MINIO_SERVER_URL",
+					"name": "MINIO_SERVER_URL",
+					"description": "URL hostname for MinIO Console if any"
+				}
+			],
+			"image": "minio/minio:latest",
+			"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/minio.png",
+			"name": "minio",
+			"platform": "linux",
+			"ports": [
+				"8760:9000/tcp",
+				"8761:9090/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "MinIO",
+			"type": 1,
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/MinIO",
+					"container": "/data"
+				}
+			],
+			"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://min.io/\" target=\"_blank\">https://min.io/</a><br><b>Official Docker Documentation: </b><a href=\"https://docs.min.io/minio/baremetal/quickstart/quickstart.html\" target=\"_blank\">https://docs.min.io/minio/baremetal/quickstart/quickstart.html</a><br><br><br>"
+		},
 		{
 			"categories": [
 				"Video",

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

@@ -2866,6 +2866,60 @@
 			],
 			"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://www.minetest.net/\" target=\"_blank\">https://www.minetest.net/</a><br><b>Official Docker Documentation: </b><a href=\"https://docs.linuxserver.io/images/docker-minetest\" target=\"_blank\">https://docs.linuxserver.io/images/docker-minetest</a><br><br><br>"
 		},
+		{
+			"categories": [
+				"Other",
+				"Tools"
+			],
+			"command": "server --console-address ':9090' /data",
+			"description": "MinIO is a High Performance Object Storage released under GNU Affero GPL v3.0. It is API compatible with Amazon S3 cloud storage service.",
+			"env": [
+				{
+					"default": "1000",
+					"label": "PUID",
+					"name": "PUID"
+				},
+				{
+					"default": "1000",
+					"label": "PGID",
+					"name": "PGID"
+				},
+				{
+					"default": "ROOTUSER",
+					"label": "MINIO_ROOT_USER",
+					"name": "MINIO_ROOT_USER"
+				},
+				{
+					"default": "CHANGEME123",
+					"label": "MINIO_ROOT_PASSWORD",
+					"name": "MINIO_ROOT_PASSWORD"
+				},
+				{
+					"default": "",
+					"label": "MINIO_SERVER_URL",
+					"name": "MINIO_SERVER_URL",
+					"description": "URL hostname for MinIO Console if any"
+				}
+			],
+			"image": "minio/minio:latest",
+			"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/minio.png",
+			"name": "minio",
+			"platform": "linux",
+			"ports": [
+				"8760:9000/tcp",
+				"8761:9090/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "MinIO",
+			"type": 1,
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/MinIO",
+					"container": "/data"
+				}
+			],
+			"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://min.io/\" target=\"_blank\">https://min.io/</a><br><b>Official Docker Documentation: </b><a href=\"https://docs.min.io/minio/baremetal/quickstart/quickstart.html\" target=\"_blank\">https://docs.min.io/minio/baremetal/quickstart/quickstart.html</a><br><br><br>"
+		},
 		{
 			"categories": [
 				"Video",

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

@@ -3072,6 +3072,60 @@
 			],
 			"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://www.minetest.net/\" target=\"_blank\">https://www.minetest.net/</a><br><b>Official Docker Documentation: </b><a href=\"https://docs.linuxserver.io/images/docker-minetest\" target=\"_blank\">https://docs.linuxserver.io/images/docker-minetest</a><br><br><br>"
 		},
+		{
+			"categories": [
+				"Other",
+				"Tools"
+			],
+			"command": "server --console-address ':9090' /data",
+			"description": "MinIO is a High Performance Object Storage released under GNU Affero GPL v3.0. It is API compatible with Amazon S3 cloud storage service.",
+			"env": [
+				{
+					"default": "1000",
+					"label": "PUID",
+					"name": "PUID"
+				},
+				{
+					"default": "1000",
+					"label": "PGID",
+					"name": "PGID"
+				},
+				{
+					"default": "ROOTUSER",
+					"label": "MINIO_ROOT_USER",
+					"name": "MINIO_ROOT_USER"
+				},
+				{
+					"default": "CHANGEME123",
+					"label": "MINIO_ROOT_PASSWORD",
+					"name": "MINIO_ROOT_PASSWORD"
+				},
+				{
+					"default": "",
+					"label": "MINIO_SERVER_URL",
+					"name": "MINIO_SERVER_URL",
+					"description": "URL hostname for MinIO Console if any"
+				}
+			],
+			"image": "minio/minio:latest",
+			"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/minio.png",
+			"name": "minio",
+			"platform": "linux",
+			"ports": [
+				"8760:9000/tcp",
+				"8761:9090/tcp"
+			],
+			"restart_policy": "unless-stopped",
+			"title": "MinIO",
+			"type": 1,
+			"volumes": [
+				{
+					"bind": "/portainer/Files/AppData/Config/MinIO",
+					"container": "/data"
+				}
+			],
+			"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://min.io/\" target=\"_blank\">https://min.io/</a><br><b>Official Docker Documentation: </b><a href=\"https://docs.min.io/minio/baremetal/quickstart/quickstart.html\" target=\"_blank\">https://docs.min.io/minio/baremetal/quickstart/quickstart.html</a><br><br><br>"
+		},
 		{
 			"categories": [
 				"Video",