增加homepage 导航页应用 (#1675)

* 增加homepage,start 17K的高自由度导航页项目
This commit is contained in:
TURBO 2024-07-02 11:40:14 +08:00 committed by GitHub
parent 83737300f5
commit f6fa0e7d33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 65 additions and 0 deletions

View File

@ -0,0 +1,17 @@
additionalProperties:
formFields:
- default: 3000
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP端口
required: true
rule: paramPort
type: number
- default: Asia/Shanghai
edit: true
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
required: true
type: text

View File

@ -0,0 +1,23 @@
version: "3.3"
services:
homepage:
container_name: ${CONTAINER_NAME}
image: ghcr.io/gethomepage/homepage:latest
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
volumes:
- ./config:/app/config
- /var/run/docker.sock:/var/run/docker.sock
environment:
- PUID=1000
- PGID=1000
- TZ=${TIME_ZONE}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

6
apps/homepage/README.md Normal file
View File

@ -0,0 +1,6 @@
# HomePage
是一个现代化的、完全静态的、快速的、安全的、高度可定制的应用程序仪表板
他可以通过YAML文件或Docker标签发现轻松配置。大家更习惯称这类应用为「导航页」。
Home­page 已支持超过 15 种语言,集成了至少 25 种应用程序的快捷服务还可自行配置天气、书签、Docker 容器概况、NAS 系统基本情况等各种小部件。有了 Home­page我等 NAS 用户就再也不用一遍又一遍地往浏览器地址栏里输入 NAS 的 IP不用特地去记住各种服务的端口。要做的只是把它们都一一配置在 Home­page 里,各项服务就能一触即达。

19
apps/homepage/data.yml Normal file
View File

@ -0,0 +1,19 @@
name: Homepage
tags:
- 安全
title: 多功能个人导航页
description: 一款网络书签仪表盘, 多用于解决内网服务搭建太多,记不住网址的问题
additionalProperties:
key: homepage
name: Homepage
tags:
- WebSite
shortDescZh: 个人导航页
shortDescEn: personal homepage website
type: webSite
crossVersionUpdate: true
limit: 0
recommend: 12
website: https://gethomepage.dev/
github: https://github.com/gethomepage/homepage
document: https://gethomepage.dev/latest/configs/

BIN
apps/homepage/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB