自定义仓库

This commit is contained in:
萌森 2024-02-01 11:05:22 +08:00
parent b57394e360
commit 8f352ced0d
889 changed files with 0 additions and 126615 deletions

View File

@ -1,82 +0,0 @@
additionalProperties:
formFields:
- default: 23000
edit: true
envKey: PANEL_APP_PORT_HTTP_1
labelEn: HTTP web port
labelZh: HTTP 网页端口
required: true
rule: paramPort
type: number
- default: 23001
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Initial setup web page port
labelZh: 初始设置网页端口
required: true
rule: paramPort
type: number
- default: 20053
edit: true
envKey: PANEL_APP_PORT_DNS
labelEn: Plain DNS port
labelZh: 普通 DNS 端口
required: true
rule: paramPort
type: number
- default: 20067
edit: true
envKey: PANEL_APP_PORT_DHCP_1
labelEn: DHCP service port 1
labelZh: DHCP 服务端口 1
required: true
rule: paramPort
type: number
- default: 20068
edit: true
envKey: PANEL_APP_PORT_DHCP_2
labelEn: DHCP service port 2
labelZh: DHCP 服务端口 2
required: true
rule: paramPort
type: number
- default: 20443
edit: true
envKey: PANEL_APP_PORT_DOH
labelEn: DOH service port
labelZh: DOH 服务端口
required: true
rule: paramPort
type: number
- default: 853
edit: true
envKey: PANEL_APP_PORT_DOT
labelEn: DOT service port
labelZh: DOT 服务端口
required: true
rule: paramPort
type: number
- default: 20784
edit: true
envKey: PANEL_APP_PORT_QUIC_1
labelEn: QUIC service port 1
labelZh: QUIC 服务端口 1
required: true
rule: paramPort
type: number
- default: 8853
edit: true
envKey: PANEL_APP_PORT_QUIC_2
labelEn: QUIC service port 2
labelZh: QUIC 服务端口 2
required: true
rule: paramPort
type: number
- default: 5443
edit: true
envKey: PANEL_APP_PORT_DNS_CRYPT
labelEn: DNS Crypt service port
labelZh: DNS Crypt 服务端口
required: true
rule: paramPort
type: number

View File

@ -1,31 +0,0 @@
version: '3'
services:
adguardhome:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_DNS}:53/tcp
- ${PANEL_APP_PORT_DNS}:53/udp
- ${PANEL_APP_PORT_DHCP_1}:67/udp
- ${PANEL_APP_PORT_DHCP_2}:68/udp
- ${PANEL_APP_PORT_HTTP_1}:80/tcp
- ${PANEL_APP_PORT_DOH}:443/tcp
- ${PANEL_APP_PORT_DOH}:443/udp
- ${PANEL_APP_PORT_HTTP}:3000/tcp
- ${PANEL_APP_PORT_DOT}:853/tcp
- ${PANEL_APP_PORT_QUIC_1}:784/udp
- ${PANEL_APP_PORT_DOT}:853/udp
- ${PANEL_APP_PORT_QUIC_2}:8853/udp
- ${PANEL_APP_PORT_DNS_CRYPT}:5443/tcp
- ${PANEL_APP_PORT_DNS_CRYPT}:5443/udp
volumes:
- ./data/work:/opt/adguardhome/work
- ./data/conf:/opt/adguardhome/conf
image: adguard/adguardhome:v0.107.43
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -1,13 +0,0 @@
# AdGuard Home
AdGuard Home 是一款开源的网络广告拦截和隐私保护工具,它可以用于在家庭网络中过滤广告、跟踪器和恶意网站,提供更安全、更清洁的上网体验。
## 主要功能:
- **广告拦截:** AdGuard Home 可以阻止网页中的广告,包括图像广告、文本广告和视频广告,使用户在浏览网页时不再受到广告的干扰。
- **跟踪器拦截:** 它还能够阻止网站使用跟踪器来跟踪您的在线活动,从而提高隐私保护水平,减少个人信息的泄露风险。
- **恶意网站拦截:** AdGuard Home 会检测并拦截访问恶意网站的尝试,从而提供更好的网络安全性,防止用户访问可能包含恶意软件或欺诈活动的网站。
- **家庭保护:** 您可以在家庭网络中使用 AdGuard Home 来保护所有连接到同一网络的设备,包括计算机、手机、平板电脑和智能家居设备,以确保所有设备都受到广告和恶意网站的保护。
- **自定义规则:** 用户可以根据自己的需求创建自定义规则,以进一步控制广告拦截和过滤功能,例如允许或阻止特定网站或内容。
- **DNS拦截** AdGuard Home 通过拦截DNS请求来工作这意味着它可以在网络层面上拦截广告和恶意内容而无需在每个设备上安装单独的应用程序或浏览器插件。
- **统计和日志:** AdGuard Home 提供详细的统计信息和日志,让用户了解网络流量的情况,包括广告拦截的数量和效果,以及恶意网站拦截的情况。

View File

@ -1,19 +0,0 @@
name: AdGuardHome
tags:
- 安全
title: 广告拦截程序
type: 安全
description: 广告拦截程序
additionalProperties:
key: adguardhome
name: AdGuardHome
tags:
- Security
shortDescZh: 广告拦截程序
shortDescEn: Ad blocker
type: tool
crossVersionUpdate: true
limit: 0
website: https://adguard.com/adguard-home.html
github: https://github.com/AdguardTeam/AdGuardHome
document: https://github.com/AdguardTeam/AdGuardHome/wiki

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

View File

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

View File

@ -1,15 +0,0 @@
version: '3'
services:
adminer:
image: adminer:4.8.1-standalone
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8080
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -1,17 +0,0 @@
# Adminer
Adminer 是一个轻量级的数据库管理工具它允许用户通过简单的Web界面来管理各种类型的数据库包括MySQL、PostgreSQL、SQLite等。
## 主要功能:
- **跨数据库支持**Adminer支持多种数据库系统使您可以在一个统一的界面下管理不同类型的数据库。
- **简单易用**Adminer拥有直观的用户界面无需复杂的安装或配置过程即可快速上手。
- **数据查询和编辑**您可以通过Adminer执行SQL查询查看和编辑数据库中的数据。支持自定义SQL命令。
- **表格结构管理**Adminer允许您创建、修改和删除表格定义字段、主键和索引等。
- **导入和导出**可以轻松导入和导出数据支持多种数据格式如SQL、CSV和Excel等。
- **数据库备份**Adminer允许您创建数据库备份以确保数据的安全性和可恢复性。
- **权限管理**:您可以管理数据库用户和权限,控制谁可以访问和修改数据库。
- **查询历史**Adminer保存您执行的查询历史方便后续查看和重复执行。
- **多语言支持**Adminer提供多种语言界面以适应不同用户的需求。
- **自定义外观**支持自定义主题和界面样式以使Adminer适应您的个人偏好。
- **开源和免费**Adminer是开源软件可免费使用和自定义。

View File

@ -1,20 +0,0 @@
name: Adminer
tags:
- 开发工具
title: PHP 轻量级数据库管理工具
type: 开发工具
description: PHP 轻量级数据库管理工具
additionalProperties:
key: adminer
name: Adminer
tags:
- DevTool
shortDescZh: PHP 轻量级数据库管理工具
shortDescEn: Database management in a single PHP file
type: tool
crossVersionUpdate: false
limit: 1
recommend: 0
website: https://www.adminer.org/
github: https://github.com/xiahao90/adminer
document: https://github.com/xiahao90/adminer

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

View File

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

View File

@ -1,23 +0,0 @@
version: '3'
services:
alist:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:5244"
volumes:
- ./data/data:/opt/alist/data
- ./data/mnt:/mnt/data
environment:
- PUID=0
- PGID=0
- UMASK=022
image: xhofe/alist:v3.30.0
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -1,43 +0,0 @@
# 账号密码
容器列表点击 `终端` 按钮,进入容器内执行命令设置密码。
- **生成随机密码**`./alist admin random`
- **手动设置密码**`./alist admin set NEW_PASSWORD`
# Alist
Alist 是一个支持多种存储,支持网页浏览和 WebDAV 的文件列表程序,由 gin 和 Solidjs 驱动。
## 支持的存储:
- 本地存储
- [阿里云盘](https://www.aliyundrive.com/)
- OneDrive / Sharepoint[国际版](https://www.office.com/), [世纪互联](https://portal.partner.microsoftonline.cn),de,us
- [天翼云盘](https://cloud.189.cn) (个人云, 家庭云)
- [GoogleDrive](https://drive.google.com/)
- [123云盘](https://www.123pan.com/)
- FTP / SFTP
- [PikPak](https://www.mypikpak.com/)
- [S3](https://aws.amazon.com/cn/s3/)
- [Seafile](https://seafile.com/)
- [又拍云对象存储](https://www.upyun.com/products/file-storage)
- WebDav(支持无API的OneDrive/SharePoint)
- Teambition[中国](https://www.teambition.com/ )[国际](https://us.teambition.com/ )
- [分秒帧](https://www.mediatrack.cn/)
- [和彩云](https://yun.139.com/) (个人云, 家庭云)
- [Yandex.Disk](https://disk.yandex.com/)
- [百度网盘](http://pan.baidu.com/)
- [UC网盘](https://drive.uc.cn)
- [夸克网盘](https://pan.quark.cn)
- [迅雷网盘](https://pan.xunlei.com)
- [蓝奏云](https://www.lanzou.com/)
- [阿里云盘分享](https://www.aliyundrive.com/)
- [谷歌相册](https://photos.google.com/)
- [Mega.nz](https://mega.nz)
- [一刻相册](https://photo.baidu.com/)
- SMB
- [115](https://115.com/)
- Cloudreve
- [Dropbox](https://www.dropbox.com/)

View File

@ -1,22 +0,0 @@
name: AList
tags:
- 实用工具
- 云存储
title: 支持多存储的文件列表程序
type: 云存储
description: 支持多存储的文件列表程序
additionalProperties:
key: alist
name: AList
tags:
- Storage
- Tool
shortDescZh: 支持多存储的文件列表程序
shortDescEn: A file list program that supports multiple storage
type: tool
crossVersionUpdate: true
limit: 0
recommend: 11
website: https://alist.nn.ci/
github: https://github.com/alist-org/alist
document: https://alist.nn.ci/zh/guide/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

View File

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

View File

@ -1,18 +0,0 @@
version: '3'
services:
answer:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
volumes:
- "./data:/data"
image: answerdev/answer:1.2.0
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -1,11 +0,0 @@
# Answer
**Answer** 是一款问答形式的知识社区开源软件,你可以使用它快速建立你的问答社区,用于产品技术支持、客户支持、用户交流等。
## 版本特性:
- **提问回答**:完整的提问和回答功能,聚焦主题,支持标准 Markdown 语法
- **投票决策**:内容的好坏、用户的可信度,都基于声望投票决策
- **共创协作**:使用内容版本控制,开放式内容审阅,保持内容的更新
- **内容组织**:通过标签组织碎片化内容
- **用户界面**响应式设计自定义主题SEO 友好

View File

@ -1,20 +0,0 @@
name: Answer
tags:
- 建站
title: 一款适合任何团队的问答平台软件
type: 建站
description: 一款适合任何团队的问答平台软件
additionalProperties:
key: answer
name: Answer
tags:
- WebSite
shortDescZh: 一款适合任何团队的问答平台软件
shortDescEn: A Q&A platform software for teams at any scales
type: website
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://answer.dev/
github: https://github.com/answerdev/answer
document: https://answer.dev/zh-CN/docs

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

View File

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

View File

@ -1,21 +0,0 @@
version: '3'
services:
audiobookshelf:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
volumes:
- "./data/audiobooks:/audiobooks"
- "./data/podcasts:/podcasts"
- "./data/config:/config"
- "./data/metadata:/metadata"
image: advplyr/audiobookshelf:2.7.2
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -1,24 +0,0 @@
# Audiobookshelf
**Audiobookshelf** 是一个自托管的有声读物和播客服务器。
## 特征:
- 完全开源包括Android 和 iOS 应用程序 (测试版)
- 即时传输所有音频格式
- 搜索并添加播客以下载带有自动下载的剧集
- 具有自定义权限的多用户支持
- 保持每个用户的进度并跨设备同步
- 自动检测库更新,无需重新扫描
- 使用批量上传拖放文件夹上传书籍和播客
- 备份您的元数据+每日自动备份
- 渐进式网络应用程序 (PWA)
- Web 应用程序和 Android 应用程序上的 Chromecast 支持
- 从多个来源获取元数据和封面艺术
- 章节编辑器和章节查找使用Audnexus API
- 将您的音频文件合并为一个 m4b
- 将元数据和封面图像嵌入到音频文件中使用Tone
- 基本电子书支持和电子阅读器
- Epub、pdf、cbr、cbz
- 将电子书发送到设备(即 Kindle
- 开放播客和有声读物的 RSS 源

View File

@ -1,20 +0,0 @@
name: Audiobookshelf
tags:
- 多媒体
title: 一个自托管有声读物和播客服务器
type: 多媒体
description: 一个自托管有声读物和播客服务器
additionalProperties:
key: audiobookshelf
name: Audiobookshelf
tags:
- Media
shortDescZh: 一个自托管有声读物和播客服务器
shortDescEn: A Self-hosted audiobook and podcast server
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://www.audiobookshelf.org/
github: https://github.com/advplyr/audiobookshelf
document: https://www.audiobookshelf.org/docs

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

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

View File

@ -1,17 +0,0 @@
version: '3'
services:
bitwarden:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
volumes:
- ./data:/data
image: vaultwarden/server:1.30.1-alpine
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -1,15 +0,0 @@
# Bitwarden
Bitwarden 是一款开源的密码管理器,提供强大的安全性和便捷的密码管理功能。
## 主要功能:
- **密码保存与自动填充**Bitwarden 可以安全地存储您的用户名和密码,以便您无需记忆它们。它还提供自动填充功能,可在登录网站时自动填充凭据。
- **安全密码生成器**Bitwarden 具备内置的密码生成器,可以生成复杂、随机的密码,以增加您的在线帐户的安全性。
- **加密存储**:所有密码和敏感信息都以最高级别的加密进行存储,确保只有您能够访问和解锁您的数据。
- **跨平台支持**Bitwarden 提供桌面应用、移动应用和网页扩展,支持各种操作系统和浏览器,使您可以在多个设备上轻松访问您的密码。
- **自动同步**:您的密码库会自动同步到 Bitwarden 云,这意味着无论您在哪里访问密码库,都可以获得最新的更新。
- **团队和家庭共享**Bitwarden 允许您创建共享密码库,以便与家庭成员或团队成员共享敏感信息,同时保持安全和隐私。
- **安全审计**Bitwarden 可以检查您的密码库,提供有关密码强度和重复使用的建议,以帮助您提高帐户的安全性。
- **二次验证 (2FA) 支持**Bitwarden 支持多种两步验证方法,增加了帐户的安全性。
- **开源和自托管选项**Bitwarden 是一个开源项目,您可以选择将其自托管在自己的服务器上,以增加对数据的控制和安全性。

View File

@ -1,19 +0,0 @@
name: Bitwarden
tags:
- 实用工具
title: 一个开源的密码管理服务
type: 实用工具
description: 一个开源的密码管理服务
additionalProperties:
key: bitwarden
name: Bitwarden
tags:
- Tool
shortDescZh: 一个开源的密码管理服务
shortDescEn: An open source password management service
type: tool
crossVersionUpdate: true
limit: 0
website: https://bitwarden.com/
github: https://github.com/dani-garcia/vaultwarden
document: https://github.com/dani-garcia/vaultwarden/wiki

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

View File

@ -1,17 +0,0 @@
additionalProperties:
formFields:
- default: 40109
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

@ -1,25 +0,0 @@
version: '3'
services:
calibre-web:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8083"
volumes:
- "./data/config:/config"
- "./data/books:/books"
environment:
- PUID=1000
- PGID=1000
- TZ=${TIME_ZONE}
- DOCKER_MODS=linuxserver/mods:universal-calibre
- OAUTHLIB_RELAX_TOKEN_SCOPE=1
image: linuxserver/calibre-web:0.6.21-ls241
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -1,28 +0,0 @@
# Calibre-Web
**Calibre-Web** 是一款网络应用程序提供干净直观的界面用于使用有效的Calibre数据库浏览、阅读和下载电子书。
## 特性:
- 现代且响应迅速的 Bootstrap 3 HTML5 界面
- 完整的图形设置
- 全面的用户管理以及细粒度的每用户权限
- 管理界面
- 多语言用户界面支持20多种语言supported languages
- 电子书阅读器应用程序的 OPDS 源
- 高级搜索和过滤选项
- 定制书籍收藏(书架)创建
- 电子书元数据编辑和删除支持
- 从各种来源下载元数据(可通过插件扩展)
- 通过 Calibre 二进制文件转换电子书
- 对登录用户的电子书下载限制
- 公共用户注册支持
- 只需单击一下即可将电子书发送到电子阅读器
- 将 Kobo 设备与您的 Calibre 库同步
- 浏览器内电子书阅读支持多种格式
- 上传各种格式的新书,包括音频格式
- Calibre 自定义列支持
- 根据每个用户的类别和自定义列内容隐藏内容
- 自我更新能力
- “Magic Link”登录可轻松访问电子阅读器
- LDAP、Google/GitHub OAuth 和代理身份验证支持

View File

@ -1,20 +0,0 @@
name: Calibre-Web
tags:
- 多媒体
title: 用于浏览、阅读和下载存储在 Calibre 数据库中的电子书的 Web 应用程序
type: 多媒体
description: 用于浏览、阅读和下载存储在 Calibre 数据库中的电子书的 Web 应用程序
additionalProperties:
key: calibre-web
name: Calibre-Web
tags:
- Media
shortDescZh: 用于浏览、阅读和下载存储在 Calibre 数据库中的电子书的 Web 应用程序
shortDescEn: Web app for browsing, reading and downloading eBooks stored in a Calibre database
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://calibre-ebook.com
github: https://github.com/janeczku/calibre-web
document: https://calibre-ebook.com/help

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

View File

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

View File

@ -1,18 +0,0 @@
version: '3'
services:
changedetection:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:5000"
volumes:
- "./data:/datastore"
image: dgtlmoon/changedetection.io:0.45
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -1,16 +0,0 @@
# Changedetection.io
**Changedetection.io** 是一款最好、最简单的免费开源网站变更检测、网站观察、补货监控和通知服务。
## 主要特征:
- 许多触发过滤器,例如“在文本上触发”、“通过选择器删除文本”、“忽略文本”、“提取文本”,也使用正则表达式!
- 使用 xPath(1.0) 和 CSS 选择器定位元素,使用 JSONPath 或 jq 轻松监控复杂的 JSON
- 在快速非 JS 和基于 Chrome JS 的“获取器”之间切换
- 跟踪 PDF 文件中的更改(监控 PDF 中的文本更改,还监控 PDF 文件大小和校验和)
- 轻松指定检查站点的频率
- 在提取文本之前执行 JS适合登录请参阅 UI 中的示例!)
- 覆盖请求标头、指定POST或GET等方法
- 使用“视觉选择器”帮助定位特定元素
- 每个手表可配置代理
- 在网页中检测到更改时发送带有通知的屏幕截图

View File

@ -1,20 +0,0 @@
name: Changedetection.io
tags:
- 实用工具
title: 网站更改检测、补货监控和通知。
type: 实用工具
description: 网站更改检测、补货监控和通知。
additionalProperties:
key: changedetectionio
name: Changedetection.io
tags:
- Tool
shortDescZh: 网站更改检测、补货监控和通知。
shortDescEn: Web Site Change Detection, Restock monitoring and notifications
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://changedetection.io/
github: https://github.com/dgtlmoon/changedetection.io
document: https://github.com/dgtlmoon/changedetection.io/wiki

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

View File

@ -1,40 +0,0 @@
additionalProperties:
formFields:
- default: 40042
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: "sk-xxx"
edit: true
envKey: API_KEY
labelEn: OPENAI API KEY
labelZh: OPENAI API KEY
required: true
type: text
- default: "chatgptnextweb"
edit: true
envKey: SECRET_KEY
labelEn: Access rights key, optional (recommended)
labelZh: 访问权限密钥,可选(强烈建议填写)
random: true
required: false
rule: paramComplexity
type: password
- default: ""
edit: true
envKey: PROXY
labelEn: Proxy (examplehttp://127.0.0.1:7890 user password)
labelZh: 代理地址(例子http://127.0.0.1:7890 user password)
required: false
type: text
- default: "https://api.openai.com"
edit: true
envKey: API_BASE_URL
labelEn: API interface address
labelZh: API接口地址
required: true
type: text

View File

@ -1,21 +0,0 @@
version: '3'
services:
chatgpt-next-web:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
environment:
- "OPENAI_API_KEY=${API_KEY}"
- "CODE=${SECRET_KEY}"
- "PROXY_URL=${PROXY}"
- "BASE_URL=${API_BASE_URL}"
image: yidadaa/chatgpt-next-web:v2.10.1
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -1,17 +0,0 @@
# ChatGPT-Next-Web
一键免费部署你的跨平台私人 ChatGPT 应用。
## 特征:
- 只需在 1 分钟内即可在 Vercel 上一键免费部署
- Linux/Windows/MacOS 上的紧凑型客户端 (~5MB),立即下载
- 与自部署llms完全兼容推荐与RWKV-Runner或LocalAI配合使用
- 隐私第一,所有数据都存储在浏览器本地
- Markdown 支持LaTex、mermaid、代码高亮等。
- 响应式设计、深色模式和 PWA
- 首屏加载速度快(~100kb支持流式响应
- v2 中的新增功能:使用提示模板(掩码)创建、共享和调试您的聊天工具
- 由Awesome-chatgpt-prompts-zh和Awesome-chatgpt-prompts提供支持的很棒的提示
- 自动压缩聊天历史记录以支持长时间对话,同时保存您的令牌
- 国际化英语、简体中文、繁体中文、日本语、法语、西班牙语、意大利语、土耳其语、德语、Tiếng Việt、Русский、Čeština、한국어、印度尼西亚

View File

@ -1,20 +0,0 @@
name: ChatGPT-Next-Web
tags:
- 实用工具
title: 一键免费部署你的跨平台私人 ChatGPT 应用
type: 实用工具
description: 一键免费部署你的跨平台私人 ChatGPT 应用
additionalProperties:
key: chatgpt-next-web
name: ChatGPT-Next-Web
tags:
- Tool
shortDescZh: 一键免费部署你的跨平台私人 ChatGPT 应用
shortDescEn: One-Click to get well-designed cross-platform ChatGPT web UI
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://github.com/Yidadaa/ChatGPT-Next-Web
github: https://github.com/Yidadaa/ChatGPT-Next-Web
document: https://github.com/Yidadaa/ChatGPT-Next-Web

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

View File

@ -1,9 +0,0 @@
# ChatGPT Web
包含完整 sass 体验的 chatgpt-web 应用。
## 主要功能:
- **功能丰富**ChatGPT-web不仅提供了基本的聊天功能还具备很多实用的功能例如语音识别、自动回复、历史记录、个人中心等。这些功能让你的聊天体验更加丰富也使你能够轻松地管理多个会话。
- **高度定制**ChatGPT-web允许你定制聊天机器人的外观、行为和回答方式。你可以通过简单的配置文件来设置机器人的名称、头像、语气、回复方式等甚至可以自定义机器人的回答内容。这种高度的定制化让你能够创造出独一无二的聊天体验。
- **快速搭建**ChatGPT-web提供了一键搭建功能只需几分钟就能建立起一个完整的聊天系统。你只需安装好Python环境然后通过简单的命令即可启动服务器。此外ChatGPT-web还提供了详细的API文档和代码示例方便你进行二次开发。

View File

@ -1,20 +0,0 @@
name: ChatGPT Web
tags:
- 实用工具
title: ChatGPT Web
type: 实用工具
description: ChatGPT Web
additionalProperties:
key: chatgpt-web
name: ChatGPT Web
tags:
- Tool
shortDescZh: ChatGPT Web
shortDescEn: ChatGPT Web
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://github.com/Chanzhaoyu/chatgpt-web
github: https://github.com/Chanzhaoyu/chatgpt-web
document: https://github.com/Chanzhaoyu/chatgpt-web

View File

@ -1,103 +0,0 @@
additionalProperties:
formFields:
- default: 40021
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: WebUI Port
labelZh: 网页端口
required: true
rule: paramPort
type: number
- default: ''
edit: true
envKey: ACCESS_TOKEN
labelEn: OPENAI ACCESS TOKEN (fill in at least one with OPENAI API KEY)(https://chat.openai.com/api/auth/session)
labelZh: OPENAI ACCESS TOKEN (与OPENAI API KEY至少填一个)(https://chat.openai.com/api/auth/session)
required: false
type: text
- default: https://bypass.duti.tech/api/conversation
edit: true
envKey: REVERSE_PROXY
labelEn: API reverse proxy (optional)(enabled by default when OPENAI ACCESS TOKEN, need to pay attention to availability)
labelZh: API 反向代理 (可选)(OPENAI ACCESS TOKEN 时默认启用,需要注意可用性)
required: false
type: text
- default: ''
edit: true
envKey: API_KEY
labelEn: OPENAI API KEY (fill in at least one with OPENAI ACCESS TOKEN)
labelZh: OPENAI API KEY (与 OPENAI ACCESS TOKEN 至少填一个)
required: false
type: text
- default: gpt-3.5-turbo
edit: true
envKey: API_MODEL
labelEn: API model (optional)(available when setting OPENAI API KEY)(https://platform.openai.com/docs/models)
labelZh: API 模型 (可选)(设置 OPENAI API KEY 时可用)(https://platform.openai.com/docs/models)
required: false
type: text
- default: https://api.openai.com
edit: true
envKey: API_BASE_URL
labelEn: API interface address (optional)(available when setting OPENAI API KEY)
labelZh: API接口地址 (可选)(设置 OPENAI API KEY 时可用)
required: false
type: text
- default: chatgptweb
edit: true
envKey: SECRET_KEY
labelEn: Access rights key (optional)((recommended)
labelZh: 访问权限密钥 (可选)(强烈建议填写)
random: true
required: false
rule: paramComplexity
type: password
- default: '0'
edit: true
envKey: REQUEST_LIMIT
labelEn: Maximum number of requests per hour (optional)(default unlimited)
labelZh: 每小时最大请求次数 (可选)(默认无限)
required: false
type: text
- default: '60000'
edit: true
envKey: TIMEOUT
labelEn: Timeout(in milliseconds) (optional)
labelZh: 超时时间(单位毫秒) (可选)
required: false
type: text
- default: ''
edit: true
envKey: PROXY_HOST
labelEn: Socks proxy address (optional)(effective when combined with Socks proxy port)
labelZh: Socks 代理地址 (可选)(和 Socks 代理端口一起时生效)
required: false
type: text
- default: ''
edit: true
envKey: PROXY_PORT
labelEn: Socks proxy port (optional)(effective when combined with Socks proxy address)
labelZh: Socks 代理端口 (可选)(和 Socks 代理地址一起时生效)
required: false
type: text
- default: ''
edit: true
envKey: PROXY_USERNAME
labelEn: Socks proxy user name (optional)(effective when combined with Socks proxy address)
labelZh: Socks 代理用户名 (可选)(和 Socks 代理地址一起时生效)
required: false
type: text
- default: ''
edit: true
envKey: PROXY_PASSWORD
labelEn: Socks proxy password (optional)(effective when combined with Socks proxy address)
labelZh: Socks 代理密码 (可选)(和 Socks 代理地址一起时生效)
required: false
type: text
- default: ''
edit: true
envKey: HTTPS_PROXY
labelEn: HTTPS proxy (optional)(supports http、https、socks5)
labelZh: HTTPS代理 (可选)(支持 http、https、socks5)
required: false
type: text

View File

@ -1,29 +0,0 @@
version: "3"
services:
chatgpt-web:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3002"
environment:
OPENAI_API_KEY: "${API_KEY}"
OPENAI_ACCESS_TOKEN: "${ACCESS_TOKEN}"
OPENAI_API_BASE_URL: "${API_BASE_URL}"
OPENAI_API_MODEL: "${API_MODEL}"
API_REVERSE_PROXY: "${REVERSE_PROXY}"
AUTH_SECRET_KEY: "${SECRET_KEY}"
MAX_REQUEST_PER_HOUR: "${REQUEST_LIMIT}"
TIMEOUT_MS: "${TIMEOUT}"
SOCKS_PROXY_HOST: "${PROXY_HOST}"
SOCKS_PROXY_PORT: "${PROXY_PORT}"
SOCKS_PROXY_USERNAME: "${PROXY_USERNAME}"
SOCKS_PROXY_PASSWORD: "${PROXY_PASSWORD}"
HTTPS_PROXY: "${HTTPS_PROXY}"
image: chenzhaoyu94/chatgpt-web:latest
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -1,17 +0,0 @@
additionalProperties:
formFields:
- default: 19000
envKey: PANEL_APP_PORT_TCP
labelEn: Port
labelZh: TCP 端口
required: true
rule: paramPort
type: number
- default: 18123
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: API 端口
required: true
rule: paramPort
type: number

View File

@ -1,23 +0,0 @@
version: '3'
services:
clickhouse:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8123"
- "${PANEL_APP_PORT_TCP}:9000"
volumes:
- ./clickhouse:/var/lib/clickhouse/
- ./clickhouse-server:/var/log/clickhouse-server/
image: clickhouse/clickhouse-server:23.12.2-alpine
ulimits:
nofile:
soft: 262144
hard: 262144
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -1,21 +0,0 @@
# ClickHouse
ClickHouse 一个用于联机分析(OLAP)的列式数据库管理系统(DBMS)
## 主要功能:
- 真正的列式数据库管理系统
- 数据压缩
- 数据的磁盘存储
- 多核心并行处理
- 多服务器分布式处理
- 支持SQL
- 向量引擎
- 实时的数据更新
- 索引
- 适合在线查询
- 支持近似计算
- 自适应连接算法
- 支持数据复制和数据完整性
- 角色的访问控制

View File

@ -1,19 +0,0 @@
name: ClickHouse
tags:
- 数据库
title: ClickHouse 一个用于联机分析(OLAP)的列式数据库管理系统(DBMS)
type: 数据库
description: ClickHouse 是一个用于联机分析(OLAP)的列式数据库管理系统(DBMS)
additionalProperties:
key: clickhouse
name: ClickHouse
tags:
- Database
shortDescZh: ClickHouse 一个用于联机分析(OLAP)的列式数据库管理系统(DBMS)
shortDescEn: ClickHouse® is a high-performance, column-oriented SQL database management system (DBMS) for online analytical processing (OLAP).
type: runtime
crossVersionUpdate: false
limit: 0
website: https://clickhouse.com/
github: https://github.com/ClickHouse/ClickHouse
document: https://clickhouse.com/docs/zh

Binary file not shown.

Before

Width:  |  Height:  |  Size: 321 B

View File

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

View File

@ -1,21 +0,0 @@
version: '3'
services:
cloudreve:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:5212"
volumes:
- "./data/uploads:/cloudreve/uploads"
- "./data/data:/data"
- "./data/conf.ini:/cloudreve/conf.ini"
- "./data/cloudreve.db:/cloudreve/cloudreve.db"
- "./data/avatar:/cloudreve/avatar"
image: cloudreve/cloudreve:3.8.3
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -1,22 +0,0 @@
# 获取用户信息
账户与密码可以查看容器日志获得
# Cloudreve
Cloudreve 是一个开源的云存储网盘系统,它提供了丰富的功能,使用户可以在自己的服务器上建立个人或团队的云存储和文件共享平台。
## 主要功能:
* 支持本机、从机、七牛、阿里云 OSS、腾讯云 COS、又拍云、OneDrive (包括世纪互联版) 、S3兼容协议 作为存储端
* 上传/下载 支持客户端直传,支持下载限速
* 可对接 Aria2 离线下载,可使用多个从机节点分担下载任务
* 在线 压缩/解压缩、多文件打包下载
* 覆盖全部存储策略的 WebDAV 协议支持
* 拖拽上传、目录上传、流式上传处理
* 文件拖拽管理
* 多用户、用户组、多存储策略
* 创建文件、目录的分享链接,可设定自动过期
* 视频、图像、音频、 ePub 在线预览文本、Office 文档在线编辑
* 自定义配色、黑暗模式、PWA 应用、全站单页应用、国际化支持
* All-In-One 打包,开箱即用

View File

@ -1,20 +0,0 @@
name: Cloudreve
tags:
- 云存储
title: 支持多家云存储的云盘系统
type: 云存储
description: 支持多家云存储的云盘系统
additionalProperties:
key: cloudreve
name: Cloudreve
tags:
- Storage
shortDescZh: 支持多家云存储的云盘系统
shortDescEn: A cloud disk system that supports multiple cloud storage
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://cloudreve.org/
github: https://github.com/cloudreve/Cloudreve
document: https://docs.cloudreve.org/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

View File

@ -1,26 +0,0 @@
additionalProperties:
formFields:
- default: 40031
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: code
envKey: WEB_PASSWORD
labelEn: Web access password
labelZh: 网页访问密码
random: true
required: true
rule: paramComplexity
type: password
- default: code
envKey: SUDO_PASSWORD
labelEn: sudo password
labelZh: sudo密码
random: true
required: true
rule: paramComplexity
type: password

View File

@ -1,24 +0,0 @@
version: '3'
services:
code:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8443"
volumes:
- ./data:/config
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Shanghai
- PASSWORD=${WEB_PASSWORD}
- SUDO_PASSWORD=${SUDO_PASSWORD}
- DEFAULT_WORKSPACE=/config/workspace
image: linuxserver/code-server:4.20.1
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -1,14 +0,0 @@
# Code Server
Code Server 是一款强大的开源工具,它将 [Visual Studio Code (VS Code)](https://code.visualstudio.com/) 带入了基于Web的在线环境。它使您可以通过Web浏览器远程访问和使用VS Code的功能而无需在本地安装VS Code应用程序。
## 主要功能:
- **远程开发**Code Server 允许您从任何地方使用Web浏览器访问您的开发环境。这意味着您可以在不同设备和操作系统上一致地编写、编辑和运行代码。
- **轻量级**Code Server 是一个轻量级的应用程序,资源占用较少,因此在资源有限的服务器上运行也很高效。这使得它成为为团队提供统一的开发环境或在云中进行开发的理想工具。
- **丰富的扩展生态系统**您可以安装并使用VS Code的广泛扩展库从而扩展编辑器的功能。这包括语言支持、主题、代码片段和工作流程自动化等方面。
- **多语言支持**Code Server 提供了广泛的编程语言支持包括JavaScript、Python、Java、C++等。您可以在一个统一的开发环境中处理多种编程任务。
- **集成终端**:它内置了一个终端,让您可以在同一界面中执行命令、安装依赖和运行应用程序。
- **版本控制**集成了版本控制系统如Git使您可以轻松地管理和跟踪代码更改。
- **团队协作**Code Server 允许多个开发人员同时协作,通过共享工作区和代码库来增强团队协作能力。
- **自定义设置**:您可以根据自己的需求自定义编辑器的设置,包括主题、快捷键和工作区配置。

View File

@ -1,20 +0,0 @@
name: Coder
tags:
- 开发工具
title: VS Code 远程开发环境
type: 开发工具
description: VS Code 远程开发环境
additionalProperties:
key: code-server
name: Coder
tags:
- DevTool
shortDescZh: VS Code 远程开发环境
shortDescEn: VS Code remote development environment
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://coder.com/
github: https://github.com/coder/code-server
document: https://coder.com/docs/code-server/latest

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,18 +0,0 @@
additionalProperties:
formFields:
- default: 8500
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP端口
required: true
rule: paramPort
type: number
- default: 8600
edit: true
envKey: PANEL_APP_PORT_DNS
labelEn: DNS Port
labelZh: DNS端口
required: true
rule: paramPort
type: number

View File

@ -1,22 +0,0 @@
version: '3'
services:
consul:
image: hashicorp/consul:1.17.2
container_name: ${CONTAINER_NAME}
restart: always
ports:
- "${PANEL_APP_PORT_HTTP}:8500"
- "${PANEL_APP_PORT_DNS}:8600/udp"
command: consul agent -server -bootstrap-expect=1 -client=0.0.0.0 -ui -data-dir=/consul/data -node=consul-node -datacenter=dc1 -log-level=warn -enable-script-checks=true -config-dir=/consul/config
volumes:
- ./data/config:/consul/config
- ./data/data:/consul/data
- ./data/logs:/consul/logs
networks:
- 1panel-network
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -1,3 +0,0 @@
#!/bin/bash
chown -R 1000:1000 data

View File

@ -1,12 +0,0 @@
# Consul
**Consul** 是一种分布式、高度可用且数据中心感知的解决方案,用于跨动态、分布式基础设施连接和配置应用程序。
## 主要功能:
- **多数据中心**Consul 旨在感知数据中心,并且可以支持任意数量的区域,而无需复杂的配置。
- **服务网格**Consul 服务网格通过自动 TLS 加密和基于身份的授权实现安全的服务间通信。应用程序可以在服务网格配置中使用 sidecar 代理,通过透明代理为入站和出站连接建立 TLS 连接。
- **API 网关**Consul API 网关管理对 Consul 服务网格内服务的访问,允许用户定义网格内部署的服务的流量和授权策略。
- **服务发现**Consul 使服务可以轻松注册自身并通过 DNS 或 HTTP 接口发现其他服务。也可以注册 SaaS 提供商等外部服务。
- **健康检查**:健康检查使 Consul 能够快速提醒操作员集群中的任何问题。与服务发现的集成可防止将流量路由到不健康的主机并启用服务级别断路器。
- **动态应用程序配置**:一个 HTTP API允许用户在 Consul 中存储索引对象,用于存储配置参数和应用程序元数据。

View File

@ -1,20 +0,0 @@
name: Consul
tags:
- 中间件
title: 分布式、高可用且具有数据中心感知能力的解决方案
type: 中间件
description: 分布式、高可用且具有数据中心感知能力的解决方案
additionalProperties:
key: consul
name: Consul
tags:
- Middleware
shortDescZh: 分布式、高可用且具有数据中心感知能力的解决方案
shortDescEn: Distributed, highly available, and data center aware solution
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://www.consul.io
github: https://github.com/hashicorp/consul
document: https://learn.hashicorp.com/consul

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1,14 +0,0 @@
# 数据库配置
spring.datasource.url=jdbc:mysql://${PANEL_DB_HOST}:3306/${PANEL_DB_NAME}?autoReconnect=false&useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8&zeroDateTimeBehavior=convertToNull&useSSL=false
spring.datasource.username=${PANEL_DB_USER}
spring.datasource.password=${PANEL_DB_USER_PASSWORD}
#新建用户初始密码
dataease.init_password=DataEase123456
#登录超时时间单位min 如果不设置 默认8小时也就是480
dataease.login_timeout=480
logger.level=INFO
#DE运行模式可选值有 local、simple、cluster分别对应 本地模式、精简模式、集群模式
engine_mode=simple

View File

@ -1,55 +0,0 @@
additionalProperties:
formFields:
- default: ""
envKey: PANEL_DB_HOST
key: mysql
labelEn: Database Service
labelZh: 数据库服务
required: true
type: service
- default: de
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名
random: true
required: true
rule: paramCommon
type: text
- default: de
envKey: PANEL_DB_USER
labelEn: User
labelZh: 数据库用户
random: true
required: true
rule: paramCommon
type: text
- default: de
envKey: PANEL_DB_USER_PASSWORD
labelEn: Password
labelZh: 数据库用户密码
random: true
required: true
rule: paramComplexity
type: password
- default: admin
disabled: true
envKey: DE_ADMIN
labelEn: Admin User
labelZh: 管理员
required: true
type: text
- default: dataease
disabled: true
envKey: DE_ADMIN_PASSWORD
labelEn: Admin Password
labelZh: 管理员默认密码
required: true
type: text
- default: 8080
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@ -1,30 +0,0 @@
version: '3'
services:
dataease:
image: registry.cn-qingdao.aliyuncs.com/dataease/dataease:v1.18.14
restart: always
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:8081
volumes:
- ./conf:/opt/dataease/conf
- ./logs:/opt/dataease/logs
- ./plugins/thirdpart:/opt/dataease/plugins/thirdpart
- ./data/static-resource:/opt/dataease/data/static-resource
- ./custom-drivers:/opt/dataease/custom-drivers
- ./data/custom:/opt/dataease/data/custom
- ./data/business:/opt/dataease/data/business
environment:
PANEL_DB_HOST: ${PANEL_DB_HOST}
PANEL_DB_PORT: 3306
PANEL_DB_USER: ${PANEL_DB_USER}
PANEL_DB_USER_PASSWORD: ${PANEL_DB_USER_PASSWORD}
PANEL_DB_NAME: ${PANEL_DB_NAME}
shm_size: 1gb
networks:
- 1panel-network
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -1,12 +0,0 @@
server:
tomcat:
connection-timeout: 70000
spring:
servlet:
multipart:
max-file-size: 500MB
max-request-size: 500MB
datasource:
url: jdbc:mysql://${PANEL_DB_HOST}:${PANEL_DB_PORT}/${PANEL_DB_NAME}?autoReconnect=false&useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
username: ${PANEL_DB_USER}
password: ${PANEL_DB_USER_PASSWORD}

View File

@ -1,55 +0,0 @@
additionalProperties:
formFields:
- default: ""
envKey: PANEL_DB_HOST
key: mysql
labelEn: Database Service
labelZh: 数据库服务
required: true
type: service
- default: de
envKey: PANEL_DB_NAME
labelEn: Database
labelZh: 数据库名
random: true
required: true
rule: paramCommon
type: text
- default: de
envKey: PANEL_DB_USER
labelEn: User
labelZh: 数据库用户
random: true
required: true
rule: paramCommon
type: text
- default: de
envKey: PANEL_DB_USER_PASSWORD
labelEn: Password
labelZh: 数据库用户密码
random: true
required: true
rule: paramComplexity
type: password
- default: admin
disabled: true
envKey: DE_ADMIN
labelEn: Admin User
labelZh: 管理员
required: true
type: text
- default: DataEase@123456
disabled: true
envKey: DE_ADMIN_PASSWORD
labelEn: Admin Password
labelZh: 管理员默认密码
required: true
type: text
- default: 8080
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@ -1,28 +0,0 @@
version: '2.1'
services:
dataease:
image: registry.cn-qingdao.aliyuncs.com/dataease/dataease:v2.2.0
restart: always
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:8100
volumes:
- ./conf:/opt/apps/config
- ./logs:/opt/dataease2.0/logs
- ./data/static-resource:/opt/dataease2.0/data/static-resource
- ./cache:/opt/dataease2.0/cache
- ./data/geo:/opt/dataease2.0/data/geo
environment:
PANEL_DB_HOST: ${PANEL_DB_HOST}
PANEL_DB_PORT: ${PANEL_DB_PORT}
PANEL_DB_USER: ${PANEL_DB_USER}
PANEL_DB_USER_PASSWORD: ${PANEL_DB_USER_PASSWORD}
PANEL_DB_NAME: ${PANEL_DB_NAME}
networks:
- 1panel-network
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -1,17 +0,0 @@
# DataEase
DataEase 是开源的数据可视化分析工具帮助用户快速分析数据并洞察业务趋势从而实现业务的改进与优化。DataEase 支持丰富的数据源连接,能够通过拖拉拽方式快速制作图表,并可以方便的与他人分享。
**DataEase 的功能包括:**
- 图表展示:支持 PC 端、移动端、大屏;
- 图表制作:支持丰富的图表类型(Apache ECharts / AntV)、支持拖拉拽方式快速制作仪表板;
- 数据引擎:支持直连模式、本地模式(基于 Apache Doris / Kettle 实现);
- 数据连接:支持数据仓库/数据湖、OLAP 数据库、OLTP 数据库、Excel 数据文件、API 等各种数据源。
## DataEase 的优势
- 开源开放:零门槛,线上快速获取和安装;快速获取用户反馈、按月发布新版本;
- 简单易用:极易上手,通过鼠标点击和拖拽即可完成分析;
- 秒级响应:集成 Apache Doris超大数据量下秒级查询返回延时
- 安全分享:支持多种数据分享方式,确保数据安全。

View File

@ -1,20 +0,0 @@
name: DataEase
tags:
- BI
title: 人人可用的开源数据可视化分析工具
type: BI
description: 人人可用的开源数据可视化分析工具
additionalProperties:
key: dataease
name: DataEase
tags:
- BI
shortDescZh: 人人可用的开源数据可视化分析工具
shortDescEn: Open source data visualization and analysis tools available to everyone
type: tool
crossVersionUpdate: false
limit: 0
recommend: 8
website: https://dataease.io/
github: https://github.com/dataease/dataease
document: https://dataease.io/docs/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

View File

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

View File

@ -1,13 +0,0 @@
version: '3'
services:
ddns-go:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: host
ports:
- "${PANEL_APP_PORT_HTTP}:9876"
volumes:
- ./data:/root
image: jeessy/ddns-go:v6.1.0
labels:
createdBy: "Apps"

View File

@ -1,21 +0,0 @@
# ddns-go
自动获得你的公网 IPv4 或 IPv6 地址,并解析到对应的域名服务。
## 主要功能:
- 支持Mac、Windows、Linux系统支持ARM、x86架构
- 支持的域名服务商 `Alidns(阿里云)` `Dnspod(腾讯云)` `Cloudflare` `华为云` `Callback` `百度云` `Porkbun` `GoDaddy` `Google Domain`
- 支持接口/网卡/[命令](https://github.com/jeessy2/ddns-go/wiki/通过命令获取IP参考)获取IP
- 支持以服务的方式运行
- 默认间隔5分钟同步一次
- 支持同时配置多个DNS服务商
- 支持多个域名同时解析
- 支持多级域名
- 网页中配置,简单又方便,默认勾选`禁止从公网访问`
- 网页中方便快速查看最近50条日志
- 支持Webhook通知
- 支持TTL
- 支持部分DNS服务商[传递自定义参数](https://github.com/jeessy2/ddns-go/wiki/传递自定义参数),实现地域解析等功能
> **Note** 建议在启用公网访问时,使用 Nginx 等反向代理软件启用 HTTPS 访问,以保证安全性。[FAQ](https://github.com/jeessy2/ddns-go/wiki/FAQ)

View File

@ -1,20 +0,0 @@
name: ddns-go
tags:
- 实用工具
title: 简单好用的 DDNS
type: 实用工具
description: 简单好用的 DDNS
additionalProperties:
key: ddns-go
name: ddns-go
tags:
- Tool
shortDescZh: 简单好用的 DDNS
shortDescEn: Simple and easy-to-use DDNS
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://github.com/jeessy2/ddns-go
github: https://github.com/jeessy2/ddns-go
document: https://github.com/jeessy2/ddns-go

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

View File

@ -1,19 +0,0 @@
additionalProperties:
formFields:
- default: 40023
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP WebUI Port
labelZh: HTTP 网页端口
required: true
rule: paramPort
type: number
- default: 40024
edit: true
envKey: PANEL_APP_PORT_HTTPS
labelEn: HTTPS WebUI Port
labelZh: HTTPS 网页端口
required: true
rule: paramPort
type: number

View File

@ -1,22 +0,0 @@
version: "3"
services:
discuz:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
- "${PANEL_APP_PORT_HTTPS}:443"
volumes:
- discuz_data:/var/www/html
image: tencentci/discuz:v3.4
labels:
createdBy: "Apps"
volumes:
discuz_data:
networks:
1panel-network:
external: true

View File

@ -1,3 +0,0 @@
#!/bin/bash
docker-compose down --volumes

View File

@ -1,23 +0,0 @@
# 数据库初始化
- 1、进入数据库菜单
- 2、新建 discuz 数据库(初始化时需要)
- 3、点击连接信息按钮获取数据库连接地址默认为 `mysql:3306`
# Discuz!
Discuz!或称Discuz X是一款流行的社区论坛软件用于创建和管理在线社区。
## 主要功能:
- **用户管理**Discuz允许管理员轻松管理用户包括用户注册、登录、权限设置和封禁等。用户可以设置个人资料包括头像、签名等。
- **主题和帖子**用户可以创建主题和回复帖子包括支持Markdown语法的富文本编辑器使内容排版更加美观。
- **板块分类**:论坛可以分为不同的板块,每个板块可以有不同的主题和规则。管理员可以创建、编辑和删除板块。
- **权限控制**:管理员可以灵活配置用户组的权限,以控制用户在论坛中的行为,包括发帖、回帖、删除、编辑等。
- **搜索功能**:支持高效的全文搜索功能,使用户能够快速找到感兴趣的帖子和内容。
- **私信和通知**:用户可以发送私信给其他用户,以及接收关于论坛活动的通知。
- **插件扩展**Discuz支持插件扩展可以根据需要添加各种功能如投票、打赏、积分系统等。
- **移动端支持**:具有响应式设计,支持移动设备,使用户可以在手机和平板电脑上方便地访问论坛。
- **社交分享**:帖子和主题可以轻松分享到社交媒体平台,提高内容的曝光度。
- **数据备份和恢复**:提供数据库备份和恢复功能,确保数据的安全性。
- **多语言支持**:支持多语言界面,以满足全球用户的需求。

View File

@ -1,20 +0,0 @@
name: Discuz!
tags:
- 建站
title: 开源社交建站系统
type: 建站
description: 开源社交建站系统
additionalProperties:
key: discuz
name: Discuz!
tags:
- WebSite
shortDescZh: 开源社交建站系统
shortDescEn: Open Source Social Building System
type: website
crossVersionUpdate: false
limit: 0
recommend: 0
website: https://www.discuz.vip/
github: https://gitee.com/Discuz/DiscuzX
document: https://open.dismall.com/?ac=document&page=dev

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

View File

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

View File

@ -1,17 +0,0 @@
version: '3'
services:
docker-registry:
image: registry:2.8.3
restart: always
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:5000
networks:
- 1panel-network
volumes:
- ./data:/var/lib/registry
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

Some files were not shown because too many files have changed in this diff Show More