Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2024-11-28 09:57:19 +00:00
parent 373a561487
commit 275d5be658
1857 changed files with 56700 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# 数据持久化路径 [必填]
PUFF_ROOT_PATH=/home/puff
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8080
+17
View File
@@ -0,0 +1,17 @@
additionalProperties:
formFields:
- default: "/home/puff"
edit: true
envKey: PUFF_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: 8080
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
required: true
rule: paramPort
type: number
+19
View File
@@ -0,0 +1,19 @@
networks:
1panel-network:
external: true
services:
puff:
container_name: puff
env_file:
- ./envs/global.env
- .env
image: bitaur/puff:v0.2.2
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8080
restart: always
volumes:
- ${PUFF_ROOT_PATH}/data:/app/data
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai
+17
View File
@@ -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
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi
+17
View File
@@ -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
+29
View File
@@ -0,0 +1,29 @@
# Puff
域名监控工具
![Puff](https://file.lifebus.top/imgs/puff_logo.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)
## 简介
### Puff - 开源的域名监控工具
> 2024-09-27 · PROJ · ROYWANG
昨天早上在群里吹水,关注的一个域名橘子已经回复会删除了,但多久删除没有底,想问问群里的大佬多久会删除,但是问了一圈都不知道,所以萌生了写一个域名监控的想法。
目前这个服务呢,仅支持监控域名掉落,不能负责抢注,但抢注更多的不是技术难题,而是别的方面。后续打算增加一个域名动态检测的功能,如果域名过期了、进入赎回期、待删除之类的,都可以提醒一下(已支持)。
## 安装说明
> 默认用户名:`admin`
>
> 默认密码:`admin`
---
![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png)
o
+15
View File
@@ -0,0 +1,15 @@
additionalProperties:
key: puff
name: Puff
tags:
- WebSite
- Tool
- Local
shortDescZh: 域名监控程序
shortDescEn: Domain monitoring program
type: website
crossVersionUpdate: true
limit: 0
website: https://github.com/BitAUR/Puff/
github: https://github.com/BitAUR/Puff/
document: https://github.com/BitAUR/Puff/
Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB