Compare commits

..
Author SHA1 Message Date
renovate[bot]andGitHub 678133b1e6 chore(deps): update renovatebot/github-action action to v46 2026-01-30 14:32:39 +00:00
1604 changed files with 3183 additions and 2712 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
with:
fetch-depth: 0
@@ -4,7 +4,7 @@ networks:
services:
ammds:
image: qyg2297248353/ammds:v1.6.52-ol8
image: qyg2297248353/ammds:v1.6.48-ol8
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
ammds:
image: qyg2297248353/ammds:v1.6.52
image: qyg2297248353/ammds:v1.6.48
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
ani-rss:
image: wushuo894/ani-rss:v2.5.10
image: wushuo894/ani-rss:v2.4.40
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
-17
View File
@@ -1,17 +0,0 @@
additionalProperties:
formFields:
- default: "/home/apprise"
edit: true
envKey: APPRISE_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: 8000
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
required: true
rule: paramPort
type: number
-27
View File
@@ -1,27 +0,0 @@
networks:
1panel-network:
external: true
services:
apprise:
image: caronc/apprise:v1.3.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8000
env_file:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${APPRISE_ROOT_PATH}/config:/config
- ${APPRISE_ROOT_PATH}/plugin:/plugin
- ${APPRISE_ROOT_PATH}/attach:/attach
environment:
- TZ=Asia/Shanghai
- APPRISE_STATEFUL_MODE=simple
- APPRISE_WORKER_COUNT=1
- APPRISE_ADMIN=y
-33
View File
@@ -1,33 +0,0 @@
# Apprise
适用于几乎所有平台的推送通知
![Apprise](https://file.lifebus.top/imgs/apprise_cover.png)
![](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)
## 简介
Apprise 是一款强大的开源通知推送工具,旨在通过统一的接口连接几乎所有的主流通知平台。
## 特性
### 平台全覆盖
支持超过 100 种服务,包括:
- 即时通讯:WeChat (企业微信), Discord, Telegram, Slack, Matrix。
- 手机推送:Pushover, Pushbullet, Bark。
- 基础服务:Email (SMTP), SMS, MQTT, JSON Webhooks。
### 多端调用
提供 Python 库、CLI 命令行工具 以及可独立部署的 API 微服务(Docker 镜像)。
### 轻量高效
无繁重的依赖,支持异步发送,性能极佳。
---
![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png)
![Ms Studio](https://analytics.lifebus.top/p/wJix5nI1W)
-17
View File
@@ -1,17 +0,0 @@
additionalProperties:
key: apprise
name: Apprise
tags:
- WebSite
- Local
shortDescZh: 适用于几乎所有平台的推送通知
shortDescEn: Push Notifications that work with just about every platform
type: website
crossVersionUpdate: true
limit: 0
website: https://appriseit.com/
github: https://github.com/caronc/apprise
document: https://appriseit.com/
architectures:
- amd64
- arm64
Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

-9
View File
@@ -1,9 +0,0 @@
additionalProperties:
formFields:
- default: "/home/archisteamfarm"
edit: true
envKey: ARCHISTEAMFARM_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
@@ -1,22 +0,0 @@
networks:
1panel-network:
external: true
services:
archisteamfarm:
image: justarchi/archisteamfarm:6.3.3.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
-39
View File
@@ -1,39 +0,0 @@
# 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
@@ -1,18 +0,0 @@
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.

Before

Width:  |  Height:  |  Size: 11 KiB

@@ -4,7 +4,7 @@ networks:
services:
napcat:
image: mlikiowa/napcat-docker:v4.17.25
image: mlikiowa/napcat-docker:v4.14.6
container_name: napcat-${CONTAINER_NAME}
restart: always
networks:
@@ -24,7 +24,7 @@ services:
- NAPCAT_UID=${NAPCAT_UID:-1000}
- NAPCAT_GID=${NAPCAT_GID:-1000}
astrbot:
image: soulter/astrbot:v4.18.2
image: soulter/astrbot:v4.13.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
astrbot:
image: soulter/astrbot:v4.18.2
image: soulter/astrbot:v4.13.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
+13 -24
View File
@@ -106,30 +106,19 @@ curl -X "POST" "https://api.day.app/push" \
支持的参数列表,具体效果可在APP内预览。
| 参数 | 说明 |
|-------------|------------------------------------------------------------------------------------------------------------------------|
| title | 推送标题 |
| subtitle | 推送副标题 |
| body | 推送内容 |
| markdown | 推送内容,支持基础 Markdown 格式。传递了此参数将忽略 body 字段, 发送时请注意处理特殊字符。 |
| device_key | 设备key |
| device_keys | key 数组,用于批量推送 |
| level | 推送中断级别。 critical: 重要警告, 在静音模式下也会响铃 active:默认值,系统会立即亮屏显示通知 timeSensitive:时效性通知,可在专注状态下显示通知。 passive:仅将通知添加到通知列表,不会亮屏提醒。 |
| volume | 重要警告的通知音量,取值范围:0-10,不传默认值为5 |
| badge | 推送角标,可以是任意数字 |
| call | 传"1"时,通知铃声重复播放 |
| autoCopy | 传"1"时, iOS14.5以下自动复制推送内容,iOS14.5以上需手动长按推送或下拉推送 |
| copy | 复制推送时,指定复制的内容,不传此参数将复制整个推送内容。 |
| sound | 可以为推送设置不同的铃声 |
| icon | 为推送设置自定义图标,设置的图标将替换默认Bark图标。 图标会自动缓存在本机,相同的图标 URL 仅下载一次。 |
| image | 推送图片 |
| group | 对消息进行分组,推送将按group分组显示在通知中心中。 也可在历史消息列表中选择查看不同的群组。 |
| ciphertext | 加密推送的密文 |
| isArchive | 传 1 保存推送,传其他的不保存推送,不传按APP内设置来决定是否保存。 |
| url | 点击推送时,跳转的URL ,支持URL Scheme 和 Universal Link |
| action | 传 "none" 时,点击推送不会弹窗 |
| id | 使用相同的ID值时,将更新对应推送的通知内容 需 Bark v1.5.2, bark-server v2.2.5 以上,Json传参需使用字符串类型 |
| delete | 传 "1" 时,将从系统通知中心和APP内历史记录中删除通知,需搭配 id 参数使用 需在设置里开启”后台App刷新“,否则无效。 |
| 参数 | 说明 |
|-----------|---------------------------------------------------------------------------------------------|
| title | 推送标题 |
| body | 推送内容 |
| level | 推送中断级别。 active:默认值,系统会立即亮屏显示通知 timeSensitive:时效性通知,可在专注状态下显示通知。 passive:仅将通知添加到通知列表,不会亮屏提醒。 |
| badge | 推送角标,可以是任意数字 |
| autoCopy | iOS14.5以下自动复制推送内容,iOS14.5以上需手动长按推送或下拉推送 |
| copy | 复制推送时,指定复制的内容,不传此参数将复制整个推送内容。 |
| sound | 可以为推送设置不同的铃声 |
| icon | 为推送设置自定义图标,设置的图标将替换默认Bark图标。 图标会自动缓存在本机,相同的图标 URL 仅下载一次。 |
| group | 对消息进行分组,推送将按group分组显示在通知中心中。 也可在历史消息列表中选择查看不同的群组。 |
| isArchive | 传 1 保存推送,传其他的不保存推送,不传按APP内设置来决定是否保存。 |
| url | 点击推送时,跳转的URL ,支持URL Scheme 和 Universal Link |
---
@@ -4,7 +4,7 @@ networks:
services:
beszel-agent:
image: henrygd/beszel-agent:0.18.4
image: henrygd/beszel-agent:0.18.2
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
bonita:
image: suwmlee/bonita:0.22.2
image: suwmlee/bonita:0.21.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
bookstack:
image: linuxserver/bookstack:25.12.7
image: linuxserver/bookstack:25.12.3
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
casdoor:
image: casbin/casdoor:2.335.1
image: casbin/casdoor:2.275.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
cloudreve:
image: cloudreve/cloudreve:4.14.1
image: cloudreve/cloudreve:4.12.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
cyberchef:
image: ghcr.io/gchq/cyberchef:10.22.1
image: ghcr.io/gchq/cyberchef:10.20.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
dashdot:
image: mauricenino/dashdot:6.3.0
image: mauricenino/dashdot:6.2.4
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
dozzle:
image: amir20/dozzle:v10.0.0
image: amir20/dozzle:v9.0.3
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"

Some files were not shown because too many files have changed in this diff Show More