Explorar o código

ariang.json

ariang
don %!s(int64=3) %!d(string=hai) anos
pai
achega
71eb0eb882
Modificáronse 1 ficheiros con 41 adicións e 0 borrados
  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"
+}