mirror of
https://github.com/okxlin/appstore.git
synced 2025-09-14 13:56:55 +08:00
Merge 9072769237
into bf9ab75f47
This commit is contained in:
commit
468deb241e
10
apps/puff/README.md
Normal file
10
apps/puff/README.md
Normal file
@ -0,0 +1,10 @@
|
||||
# Puff
|
||||
|
||||
- 开源、快速、便捷、基于Go的域名监控程序。
|
||||
|
||||
# 默认账号密码
|
||||
- 账号:admin
|
||||
- 密码:admin
|
||||
|
||||
# Whois 参考列表
|
||||
- [roy.wang/whois](https://roy.wang/whois/)
|
20
apps/puff/data.yml
Normal file
20
apps/puff/data.yml
Normal 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/
|
2
apps/puff/latest/.env.sample
Normal file
2
apps/puff/latest/.env.sample
Normal file
@ -0,0 +1,2 @@
|
||||
CONTAINER_NAME="puff"
|
||||
PANEL_APP_PORT_HTTP="8080"
|
10
apps/puff/latest/data.yml
Normal file
10
apps/puff/latest/data.yml
Normal 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
|
18
apps/puff/latest/docker-compose.yml
Normal file
18
apps/puff/latest/docker-compose.yml
Normal 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
BIN
apps/puff/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
Loading…
Reference in New Issue
Block a user