Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions apps/puff/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Puff

- 开源、快速、便捷、基于Go的域名监控程序。

# 默认账号密码
- 账号:admin
- 密码:admin

# Whois 参考列表
- [roy.wang/whois](https://roy.wang/whois/)
20 changes: 20 additions & 0 deletions apps/puff/data.yml
Original file line number Diff line number Diff line change
@@ -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/
2 changes: 2 additions & 0 deletions apps/puff/latest/.env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONTAINER_NAME="puff"
PANEL_APP_PORT_HTTP="8080"
10 changes: 10 additions & 0 deletions apps/puff/latest/data.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 8080
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
18 changes: 18 additions & 0 deletions apps/puff/latest/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
Binary file added apps/puff/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.