-
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #800 from PBH-BTN/master
v7.2
- Loading branch information
Showing
180 changed files
with
11,524 additions
and
1,876 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "maven" # See documentation for possible values | ||
directory: "/" # Location of package manifests | ||
schedule: | ||
interval: "weekly" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Empty S3 directory | ||
|
||
on: | ||
workflow_call: | ||
secrets: | ||
S3_ACCESS_KEY: | ||
required: true | ||
S3_SECRET_KEY: | ||
required: true | ||
S3_ENDPOINT: | ||
required: true | ||
S3_BUCKET: | ||
required: true | ||
jobs: | ||
delete-files-from-s3: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Remove from S3 | ||
uses: vitorsgomes/s3-rm-action@master | ||
with: | ||
args: --recursive | ||
env: | ||
AWS_S3_BUCKET: ${{ secrets.S3_BUCKET }} | ||
AWS_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_KEY }} | ||
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_SECRET_KEY }} | ||
AWS_S3_ENDPOINT: ${{ secrets.S3_ENDPOINT }} | ||
PATH_TO_DELETE: updates/latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Flush CloudFlare Update Cache | ||
|
||
on: | ||
workflow_call: | ||
secrets: | ||
FILES_CLOUDFLARE_ZONE: | ||
required: true | ||
FILES_CLOUDFLARE_TOKEN: | ||
required: true | ||
jobs: | ||
purge-cloudflare-cache: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Purge cache | ||
uses: jakejarvis/cloudflare-purge-action@master | ||
env: | ||
# Zone is required by both authentication methods | ||
CLOUDFLARE_ZONE: ${{ secrets.FILES_CLOUDFLARE_ZONE }} | ||
CLOUDFLARE_TOKEN: ${{ secrets.FILES_CLOUDFLARE_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,10 @@ | ||
version: "3.9" | ||
services: | ||
peerbanhelper: | ||
image: "ghostchu/peerbanhelper:<最新版本号>" | ||
image: "ghostchu/peerbanhelper:<填写版本号>" | ||
restart: unless-stopped | ||
container_name: "peerbanhelper" | ||
volumes: | ||
- ./:/app/data | ||
ports: | ||
- "9898:9898" | ||
environment: | ||
- PUID=0 | ||
- PGID=0 | ||
- TZ=UTC | ||
stop_grace_period: 30s | ||
stop_grace_period: 30s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
launcher.peerbanhelper.gui=PeerBanHelper | ||
launcher.peerbanhelper.gui.swing=PeerBanHelper(兼容模式) | ||
launcher.peerbanhelper.nogui=PeerBanHelper(无GUI, 控制台) | ||
launcher.peerbanhelper.service=PeerBanHelper(服务) | ||
launcher.peerbanhelper.silent=PeerBanHelper (静默启动) | ||
launcher.peerbanhelper.nogui=PeerBanHelper (无GUI, 控制台) | ||
launcher.peerbanhelper.service=PeerBanHelper (服务) | ||
launcher.peerbanhelper.updater=PeerBanHelper 检查更新 | ||
checkbox.followsystemstartup=登录时自动启动到系统托盘 | ||
peerbanhelper.description=PeerBanHelper | ||
checkbox.registersystemservice=注册为系统服务(除非你知道这是做什么的,否则不要选中) | ||
systemservice.note=将 PeerBanHelper 安装为系统服务时,Windows 系统下配置文件将被存储在 C:\Windows\System32\config\systemprofile\AppData\Local\PeerBanHelper 位置,访问此位置需要您拥有管理员权限。\nPeerBanHelper 将在系统启动时自动启动。 | ||
systemservice.note=将 PeerBanHelper 安装为系统服务时,Windows 系统下配置文件将被存储在 C:\Windows\System32\config\systemprofile\AppData\Local\PeerBanHelper 位置,访问此位置需要您拥有管理员权限。\nPeerBanHelper 将在系统启动时自动启动。 | ||
components.peerbanhelper=PeerBanHelper | ||
components.peerbanhelper.description=PeerBanHelper 的核心主程序,包含了主程序代码和必要的运行文件 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
launcher.peerbanhelper.gui=PeerBanHelper | ||
launcher.peerbanhelper.gui.swing=PeerBanHelper(Compatibility Mode) | ||
launcher.peerbanhelper.nogui=PeerBanHelper(NoGUI, Console) | ||
launcher.peerbanhelper.service=PeerBanHelper(Service) | ||
launcher.peerbanhelper.gui.swing=PeerBanHelper (Compatibility Mode) | ||
launcher.peerbanhelper.nogui=PeerBanHelper (NoGUI, Console) | ||
launcher.peerbanhelper.service=PeerBanHelper (Service) | ||
launcher.peerbanhelper.updater=PeerBanHelper Updater | ||
checkbox.followsystemstartup=Boot automatically to the system tray when logged in | ||
peerbanhelper.description=PeerBanHelper | ||
checkbox.registersystemservice=Register as system service (DO NOT CHECK UNLESS YOU KNOW WHAT YOU'RE DOING) | ||
systemservice.note=When you install PeerBanHelper as system service,under Windows operation system, the configuration and files will store at C:\Windows\System32\config\systemprofile\AppData\Local\PeerBanHelper. Access this location will require Administrator privileges. | ||
systemservice.note=When you install PeerBanHelper as system service,under Windows operation system, the configuration and files will store at C:\Windows\System32\config\systemprofile\AppData\Local\PeerBanHelper. Access this location will require Administrator privileges. | ||
components.peerbanhelper=PeerBanHelper | ||
components.peerbanhelper.description=PeerBanHelper core program, including main program code and necessary runtime files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
launcher.peerbanhelper.gui=PeerBanHelper | ||
launcher.peerbanhelper.gui.swing=PeerBanHelper(兼容模式) | ||
launcher.peerbanhelper.nogui=PeerBanHelper(无GUI, 控制台) | ||
launcher.peerbanhelper.service=PeerBanHelper(服务) | ||
launcher.peerbanhelper.silent=PeerBanHelper (静默启动) | ||
launcher.peerbanhelper.nogui=PeerBanHelper (无GUI, 控制台) | ||
launcher.peerbanhelper.service=PeerBanHelper (服务) | ||
launcher.peerbanhelper.updater=PeerBanHelper 检查更新 | ||
checkbox.followsystemstartup=登录到桌面时自动启动 | ||
peerbanhelper.description=一个能够自动封禁不受欢迎、吸血和异常的 Peers,并支持自定义规则的 BT 客户端辅助工具 | ||
peerbanhelper.description=一个能够自动封禁不受欢迎、吸血和异常的 Peers,并支持自定义规则的 BT 客户端辅助工具 | ||
components.peerbanhelper=PeerBanHelper | ||
components.peerbanhelper.description=PeerBanHelper 的核心主程序,包含了主程序代码和必要的运行文件 |
Oops, something went wrong.