Explorar o código

Added ArchiSteamFarm (#17)

Cretzen %!s(int64=3) %!d(string=hai) anos
pai
achega
8ac21d5c4e
Modificáronse 1 ficheiros con 44 adicións e 0 borrados
  1. 44 0
      template/apps/archisteamfarm.json

+ 44 - 0
template/apps/archisteamfarm.json

@@ -0,0 +1,44 @@
+{
+	"categories": [
+		"Other",
+		"Tools",
+		"Games"
+	],
+	"description": "C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.",
+	"env": [
+		{
+			"default": "1000",
+			"label": "PUID",
+			"name": "PUID"
+		},
+		{
+			"default": "1000",
+			"label": "PGID",
+			"name": "PGID"
+		}
+	],
+	"image": "justarchi/archisteamfarm:latest",
+	"logo": "https://raw.githubusercontent.com/JustArchiNET/ArchiSteamFarm/main/resources/ASF_184x184.png",
+	"name": "archisteamfarm",
+	"officialDoc": "https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Docker/",
+	"platform": "linux",
+	"ports": ["1242:1242/tcp"],
+	"restart_policy": "unless-stopped",
+	"title": "ArchiSteamFarm",
+	"type": 1,
+	"volumes": [
+		{
+			"bind": "/portainer/Files/AppData/ArchiSteamFarm/config",
+			"container": "/app/config"
+		},
+		{
+			"bind": "/portainer/Files/AppData/ArchiSteamFarm/plugins",
+			"container": "/app/plugins"
+		},
+		{
+			"bind": "/portainer/Files/AppData/ArchiSteamFarm/logs",
+			"container": "/app/logs"
+		}
+	],
+	"webpage": "https://github.com/JustArchiNET/ArchiSteamFarm/"
+}