Skip to content

Commit

Permalink
Merge pull request #66 from ShiroBlank/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Qballjos authored Dec 22, 2023
2 parents c87cd37 + 1da1b5c commit 1da8b90
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
Binary file added Images/ASF.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ All templates are already configured to bind mount to various places on your dri
- Adguard
- Airsonic
- Authelia
- ArchiSteamFarm
- Bazarr
- Beets
- Vaultwarden
Expand Down
39 changes: 39 additions & 0 deletions Template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,45 @@
}
]
},
{
"categories": ["Other", "Tools"],
"description": "C# application with primary purpose of farming Steam cards from multiple accounts simultaneously.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "100",
"label": "PGID",
"name": "PGID"
}
],
"image": "justarchi/archisteamfarm:latest",
"logo": "https://raw.githubusercontent.com/Qballjos/portainer_templates/master/Images/ASF.png",
"name": "ArchiSteamFarm",
"note": "Requires an ASF.json with headless enabled, IPCPassword set and an IPC.config described by the wiki in order to work. Please generate the former <a href='https://justarchinet.github.io/ASF-WebConfigGenerator'>here</a> and copy the latter from <a href='https://github.com/JustArchiNET/ArchiSteamFarm/wiki/Docker#ipc'>here</a>.",
"platform": "linux",
"ports": ["1242:1242/tcp"],
"restart_policy": "unless-stopped",
"title": "ArchiSteamFarm",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/ArchiSteamFarm/Config",
"container": "/app/config"
},
{
"bind": "/portainer/Files/AppData/Config/ArchiSteamFarm/Plugins",
"container": "/app/plugins/customplugins"
},
{
"bind": "/portainer/Files/AppData/Config/ArchiSteamFarm/Logs",
"container": "/app/logs"
}
]
},
{
"categories": ["Other", "Tools", "Authentication"],
"description": "An open-source authentication and authorization server providing 2-factor authentication and single sign-on (SSO) for your applications via a web portal.",
Expand Down

0 comments on commit 1da8b90

Please sign in to comment.