Free package claimer for ASF (ArchiSteamFarm)
7.6K
GitLab: https://gitlab.com/docker_repos/asfclaim
DockerHub: https://hub.docker.com/r/mega349/asfclaim
Fork from: C4illin/ASFclaim [SHA:d1e6e2ce2aa62b147aa4878063d0076091fcb258]


Status 'OK' is not really OK, because the game is no longer available, not released yet or something else...

If the status is hidden (WEBHOOK_SHOWACCOUNTSTATUS=false) no botnames will be exposed and no status will be displayed.
This could be usefull for public discord channels.
version: '3.8'
volumes:
data:
services:
asfclaim:
image: mega349/asfclaim:latest
environment:
- TZ=Europe/Berlin
- ASF_PROTOCOL=http
- ASF_HOST=localhost
- ASF_PORT=1242
- ASF_PASS=secret # need to be in plaintext and WILL be exposed to your container log!
- ASFCLAIM_INTERVAL=6
- WEBHOOK_URL=none # replace with your discord webhook URL
- WEBHOOK_ENABLEDTYPES=error;warn;success # 'info' is maybe too much
- WEBHOOK_SHOWACCOUNTSTATUS=true # set to 'false' if you dont like your botnames exposed to discord (see above)
volumes:
- data:/app/storage/
| ENV | Description | Info | default value | NEEDED |
|---|---|---|---|---|
TZ | Your timezone | Timezone identifier | Europe/Amsterdam | No |
ASF_PROTOCOL | ASF-IPC Transfer protocol | http or https | http | No |
ASF_HOST | ASF-IPC Hostname or IP | localhost | No | |
ASF_PORT | ASF-IPC Port | 1242 | No | |
ASF_PASS | ASF-IPC Password | Plaintext | secret | Yes |
ASFCLAIM_INTERVAL | Hours to wait for execution | 6 | No | |
WEBHOOK_URL | Discord Webhook Url | none = disabled | none | No |
WEBHOOK_ENABLEDTYPES | Displayed notification typs in Discord chat | ";" - seperated | error;warn;success | No |
WEBHOOK_SHOWACCOUNTSTATUS | Show result from ASF | true or false | true | No |
Content type
Image
Digest
sha256:303f98a32…
Size
374.2 MB
Last updated
over 1 year ago
docker pull mega349/asfclaim