发布应用 ArchiSteamFarm

This commit is contained in:
ms
2026-02-09 12:16:30 +08:00
parent bf5372dda9
commit ed0dccf9a2
10 changed files with 136 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
additionalProperties:
formFields:
- default: "/home/archisteamfarm"
edit: true
envKey: ARCHISTEAMFARM_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
@@ -0,0 +1,22 @@
networks:
1panel-network:
external: true
services:
archisteamfarm:
image: justarchi/archisteamfarm:6.3.2.3
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${ARCHISTEAMFARM_ROOT_PATH}/config:/app/config
- ${ARCHISTEAMFARM_ROOT_PATH}/plugins:/app/plugins
- ${ARCHISTEAMFARM_ROOT_PATH}/logs:/app/logs
environment:
- TZ=Asia/Shanghai
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai
@@ -0,0 +1,17 @@
#!/bin/bash
if [ -f .env ]; then
source .env
# setup-1 add default values
CURRENT_DIR=$(pwd)
sed -i '/^ENV_FILE=/d' .env
sed -i '/^GLOBAL_ENV_FILE=/d' .env
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi
@@ -0,0 +1,17 @@
#!/bin/bash
if [ -f .env ]; then
source .env
# setup-1 add default values
CURRENT_DIR=$(pwd)
sed -i '/^ENV_FILE=/d' .env
sed -i '/^GLOBAL_ENV_FILE=/d' .env
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi
+39
View File
@@ -0,0 +1,39 @@
# ArchiSteamFarm
ArchiSteamFarm (简称 ASF) 是一款用 C# 编写的开源、跨平台 Steam 挂卡与自动化工具。它能在不启动官方 Steam
客户端的情况下,同时为多个账号挂机获得集换式卡牌、提升游戏时长,并支持自动交易、激活 Key 等功能,适合在服务器、NAS 或电脑上后台运行。
![](https://img.shields.io/badge/%E6%96%B0%E7%96%86%E8%90%8C%E6%A3%AE%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E5%B7%A5%E4%BD%9C%E5%AE%A4-%E6%8F%90%E4%BE%9B%E6%8A%80%E6%9C%AF%E6%94%AF%E6%8C%81-blue)
## 简介
### 全自动挂卡 (Farming)
自动模拟游戏运行,高效获取 Steam 卡牌,速度快且不需真实运行游戏。
### 多账号同时挂机
支持管理无限数量的 Steam 账号。
### 无需安装 Steam
不需要后台运行 Steam 客户端,节省资源。
### 跨平台
兼容 Windows、Linux、macOS。
### 自动化功能
+ 自动领取免费授权 (addlicense) 和商店物品。
+ 自动处理礼物、交易报价。
+ 作为移动令牌 (2FA) 自动处理确认请求。
### 安全
提供基于 GitHub 的开源社区支持,安全性高。
---
![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png)
![Ms Studio](https://analytics.lifebus.top/p/wJix5nI1W)
+18
View File
@@ -0,0 +1,18 @@
additionalProperties:
key: archisteamfarm
name: ArchiSteamFarm
tags:
- WebSite
- Local
shortDescZh: Steam 挂卡与自动化工具
shortDescEn: Steam card farming and automation tool
type: website
crossVersionUpdate: true
limit: 0
website: https://github.com/JustArchiNET/ArchiSteamFarm/
github: https://github.com/JustArchiNET/ArchiSteamFarm/
document: https://github.com/JustArchiNET/ArchiSteamFarm/
architectures:
- amd64
- arm64
- arm/v7
Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB