Forráskód Böngészése

ariang.json

ariang
don 3 éve
szülő
commit
71eb0eb882
1 módosított fájl, 41 hozzáadás és 0 törlés
  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"
+}