diff --git a/.github/README.md b/.github/README.md index f60a17845..7e7a41779 100644 --- a/.github/README.md +++ b/.github/README.md @@ -86,6 +86,7 @@ | 🟢 | | Gitea | https://gitea.io/ | 私有、快速、可靠的 DevOps 平台 | Gitea | | 🟢 | | Gitea Runner | https://gitea.io/ | 【Runner】私有、快速、可靠的 DevOps 平台 | Gitea | | 🟢 | | Glance | https://github.com/glanceapp/glance/ | 一个自托管的仪表板,将所有您的订阅源放在一个地方 | | +| 🟢 | | Glean (拾灵) | https://github.com/LeslieLeung/glean/ | 一个自托管的 RSS 阅读器和个人知识管理工具 | | | 🟢 | | Halo | https://halo.run/ | 强大易用的开源建站工具 | | | 🟢 | | Homarr | https://homarr.dev/ | 一个时尚、现代化的仪表板 | | | 🟢 | | ikaros | https://github.com/Suwmlee/ikaros/ | 打通下载软件与媒体服务,安心享受影片 | ikaros | @@ -137,6 +138,7 @@ | 🟢 | | Ollama | https://ollama.com/ | 一站式大模型部署平台 | | | 🟢 | | OneDev | https://onedev.io/ | DevOps 平台、带有 CI/CD、看板和软件包的 Git 服务器 | | | 🟢 | | Open Webui | https://openwebui.com/ | 用户友好的 AI 界面 | | +| 🟢 | | Opengist | https://opengist.io/ | 自托管的粘贴板,基于 Git,Github Gist 的开源替代品 | | | 🟢 | | Openresty Manager | https://om.uusec.com/ | 主机管理面板 | | | 🟢 | | OutLine | https://www.getoutline.com/ | 快速、协作的团队知识库 | | | 🟢 | | overseerr | https://docs.overseerr.dev/ | 管理您的媒体库请求 | | @@ -327,11 +329,16 @@ curl -sSL https://install.lifebus.top/local_app_uninstall.sh | bash ``` ## 1Panel v2 (自动同步) + 由于官方不支持自动同步本地应用,每次都需要用户手动去点击同步按钮。我们多次提交过意见,奈何没有得到官方重视。因此出了这个折中方案。 + ### 前置条件 + 1. API 密钥 -请前往 `面板设置` >> `API 接口` 中生成 `接口密钥` 有效期填写 `0` 长期有效,白名单可以填写 `127.0.0.1` + 请前往 `面板设置` >> `API 接口` 中生成 `接口密钥` 有效期填写 `0` 长期有效,白名单可以填写 `127.0.0.1` + ### 创建计划任务 + 请将 `API_KEY` `PANEL_PORT` 填写为正确的值即可 ```bash @@ -490,7 +497,6 @@ while true; do done ``` - ## DPanel 导入应用商店 > 温馨提示: diff --git a/apps/glean/0.1.4/data.yml b/apps/glean/0.1.4/data.yml index 699f4dd3d..cedcd8aa9 100644 --- a/apps/glean/0.1.4/data.yml +++ b/apps/glean/0.1.4/data.yml @@ -50,4 +50,4 @@ additionalProperties: labelZh: 数据库密码 labelEn: Postgres password required: true - type: text + type: password diff --git a/apps/glean/data.yml b/apps/glean/data.yml index 1a576bc6b..0afefeeb3 100644 --- a/apps/glean/data.yml +++ b/apps/glean/data.yml @@ -4,8 +4,8 @@ additionalProperties: tags: - WebSite - Local - shortDescZh: 一个自托管的 RSS 阅读器和个人知识管理工具。 - shortDescEn: A self-hosted RSS reader and personal knowledge management tool. + shortDescZh: 一个自托管的 RSS 阅读器和个人知识管理工具 + shortDescEn: A self-hosted RSS reader and personal knowledge management tool type: website crossVersionUpdate: true limit: 0 diff --git a/apps/glean/logo.png b/apps/glean/logo.png index 2512e2b9c..03eb863ca 100644 Binary files a/apps/glean/logo.png and b/apps/glean/logo.png differ diff --git a/apps/opengist/data.yml b/apps/opengist/data.yml index 6086969ba..86b784de9 100644 --- a/apps/opengist/data.yml +++ b/apps/opengist/data.yml @@ -4,8 +4,8 @@ additionalProperties: tags: - WebSite - Local - shortDescZh: 自托管的粘贴板,基于 Git,Github Gist 的开源替代品。 - shortDescEn: Self-hosted pastebin powered by Git, open-source alternative to Github Gist. + shortDescZh: 自托管的粘贴板,基于 Git,Github Gist 的开源替代品 + shortDescEn: Self-hosted pastebin powered by Git, open-source alternative to Github Gist type: website crossVersionUpdate: true limit: 0