公告 && 支持应用
LinkDing Docker Mailserver Pixman DeepLX API Cookie Cloud Telegram Bot Api Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
72
.github/ISSUE_TEMPLATE/01-idea.yml
vendored
Normal file
72
.github/ISSUE_TEMPLATE/01-idea.yml
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
name: 提交应用
|
||||
description: 提交您想要添加到 1Panel 的应用
|
||||
title: "[应用提交]"
|
||||
labels: app
|
||||
assignees: qyg2297248353
|
||||
body:
|
||||
- type: markdown
|
||||
id: environment
|
||||
attributes:
|
||||
value: "## 基本信息"
|
||||
- type: input
|
||||
id: version
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: "1Panel 版本号"
|
||||
description: "请提供您的 1Panel 版本号"
|
||||
- type: input
|
||||
id: email
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: "邮箱"
|
||||
description: "请提供您的邮箱"
|
||||
- type: markdown
|
||||
id: details
|
||||
attributes:
|
||||
value: "## 需求应用信息"
|
||||
- type: dropdown
|
||||
id: app_type
|
||||
attributes:
|
||||
label: "应用类型"
|
||||
multiple: true
|
||||
options:
|
||||
- 开源
|
||||
- 闭源
|
||||
- type: input
|
||||
id: app_url
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: "Docker Hub 或 GitHub 链接"
|
||||
description: "请提供应用的 Docker Hub 或 GitHub 链接"
|
||||
- type: input
|
||||
id: app_name
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: "应用名称"
|
||||
description: "请提供应用的名称"
|
||||
- type: input
|
||||
id: app_version
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: "应用版本"
|
||||
description: "请提供应用的版本"
|
||||
- type: markdown
|
||||
id: details
|
||||
validations:
|
||||
required: true
|
||||
attributes:
|
||||
label: "应用描述"
|
||||
description: "请提供应用的描述"
|
||||
- type: checkboxes
|
||||
id: authorization
|
||||
attributes:
|
||||
label: 上架通知授权
|
||||
description: "是否授权 1Panel 在应用上架时通知您"
|
||||
options:
|
||||
- label: "是"
|
||||
required: true
|
||||
11
.github/README.md
vendored
11
.github/README.md
vendored
@@ -5,6 +5,17 @@
|
||||
本仓库中的所有应用不会与 `1Panel` 官方应用商店冲突(存在相同应用并不影响后续的安装与升级,择优选择你需要的版本即可)
|
||||
,我们会定期更新应用,如果您有任何问题,请联系我们。
|
||||
|
||||
> [!NOTE]
|
||||
> ## 2024年07月29日 公告
|
||||
>
|
||||
> 版本 `v1.10.13-lts` 已经支持 `env_file` 文件,但是迫于稳定性考虑,我们依旧采用固定环境变量文件的方式解决问题。
|
||||
>
|
||||
> 近期我们上架了很多新应用,如果您有任何问题,请联系我们。
|
||||
>
|
||||
> 欢迎投稿,我们会根据您的需求,上架更多的应用。
|
||||
>
|
||||
> 🥰 [新疆萌森软件开发工作室](https://blog.lifebus.top/) 祝您生活愉快!
|
||||
|
||||
> [!NOTE]
|
||||
> ## 2024年07月17日 公告
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user