增加 puff 域名监控

This commit is contained in:
baozishu 2025-01-15 04:05:53 +08:00
parent 2edc3b3e00
commit 9072769237
6 changed files with 60 additions and 0 deletions

10
apps/puff/README.md Normal file
View File

@ -0,0 +1,10 @@
# Puff
- 开源、快速、便捷、基于Go的域名监控程序。
# 默认账号密码
- 账号admin
- 密码admin
# Whois 参考列表
- [roy.wang/whois](https://roy.wang/whois/)

20
apps/puff/data.yml Normal file
View File

@ -0,0 +1,20 @@
name: puff
tags:
- 工具
title: 一个Go的域名监控程序
type: 工具
description: 一个Go的域名监控程序
additionalProperties:
key: puff
name: puff
tags:
- Tool
shortDescZh: 一个Go的域名监控程序
shortDescEn: A Go domain monitor
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://github.com/BitAUR/Puff
github: https://github.com/BitAUR/Puff
document: https://roy.wang/puff/

View File

@ -0,0 +1,2 @@
CONTAINER_NAME="puff"
PANEL_APP_PORT_HTTP="8080"

10
apps/puff/latest/data.yml Normal file
View File

@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 8080
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@ -0,0 +1,18 @@
version: '3'
services:
puff:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
volumes:
- /data/puff:/data
image: bitaur/puff:latest
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

BIN
apps/puff/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB