소스 검색

ariang.json

ariang
don 3 년 전
부모
커밋
71eb0eb882
1개의 변경된 파일41개의 추가작업 그리고 0개의 파일을 삭제
  1. 41 0
      template/apps/ariang.json

+ 41 - 0
template/apps/ariang.json

@@ -0,0 +1,41 @@
+{
+	"categories": [
+		"Downloader"
+	],
+	"description": "AriaNg is a modern web frontend making aria2 easier to use. AriaNg is written in pure html & javascript, thus it does not need any compilers or runtime environment. You can just put AriaNg in your web server and open it in your browser. AriaNg uses responsive layout, and supports any desktop or mobile devices.",
+	"env": [
+		{
+			"default": "1000",
+			"label": "PUID",
+			"name": "PUID"
+		},
+		{
+			"default": "1000",
+			"label": "PGID",
+			"name": "PGID"
+		}
+	],
+	"image32": "hurlenko/aria2-ariang",
+	"image64": "hurlenko/aria2-ariang",
+	"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/ariang.png",
+	"name": "AriaNG",
+	"officialDoc": "https://github.com/hurlenko/aria2-ariang-docker",
+	"platform": "linux",
+	"ports": [
+		"8080:8080/tcp"
+	],
+	"restart_policy": "unless-stopped",
+	"title": "AriaNG",
+	"type": 1,
+	"volumes": [
+		{
+			"bind": "/portainer/Files/AppData/Config/AriaNG",
+			"container": "/aria2/conf"
+		},
+		{
+			"bind": "/portainer/Downloads",
+			"container": "/aria2/data"
+		}
+	],
+	"webpage": "https://github.com/hurlenko/aria2-ariang-docker"
+}