优化 说明文档

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
2024-07-19 16:12:29 +08:00
parent 981e6b74f6
commit 6d9e035314
2 changed files with 468 additions and 186 deletions
+79 -186
View File
@@ -5,99 +5,50 @@
本仓库中的所有应用不会与 `1Panel` 官方应用商店冲突(存在相同应用并不影响后续的安装与升级,择优选择你需要的版本即可)
,我们会定期更新应用,如果您有任何问题,请联系我们。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
background-color: #f9f9f9;
}
.announcement-card {
border: 1px solid #e1e1e1;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
padding: 16px;
margin: 16px;
background-color: #fff;
width: 80%;
}
.announcement-card h2 {
margin: 0 0 8px 0;
font-size: 1.5em;
}
.announcement-card p, .announcement-card ul {
margin: 0 0 16px 0;
line-height: 1.5;
}
.announcement-card ul {
padding-left: 20px;
}
.announcement-card li {
margin-bottom: 8px;
}
.highlight {
font-weight: bold;
color: #d9534f; /* Highlight color */
}
</style>
</head>
<body>
<div class="announcement-card">
<h2>2024年07月17日 公告</h2>
<p>正式开始维护,新老用户推荐使用<span class="highlight">自动化脚本</span>完成软件订阅。</p>
<div style="border: 1px solid #e1e1e1; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); padding: 16px; margin: 16px; background-color: #fff; width: 80%;">
<h2 style="margin: 0 0 8px 0; font-size: 1.5em;">2024年07月17日 公告</h2>
<p>正式开始维护,新老用户推荐使用<span style="font-weight: bold; color: #d9534f;">自动化脚本</span>完成软件订阅。</p>
</div>
<div class="announcement-card">
<h2>2024年07月16日 公告</h2>
<div style="border: 1px solid #e1e1e1; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); padding: 16px; margin: 16px; background-color: #fff; width: 80%;">
<h2 style="margin: 0 0 8px 0; font-size: 1.5em;">2024年07月16日 公告</h2>
<p>为了解决应用安装问题,我们将在近期发布新的应用安装脚本,敬请期待!</p>
<p>具体上线应用,可以参考下方应用列表状态标识。</p>
<p>通过固定环境变量文件,解决应用安装问题,不再需要手动创建 <span class="highlight">.env</span> 文件。</p>
<p>对于 <span class="highlight">FIT2CLOUD 飞致云</span> 旗下开源产品 <span class="highlight">1Panel</span> 经过多次商讨,依旧无法将原有问题解决。迫于无奈,这次我们采用迂回战术,通过固定环境变量文件的方式解决问题。</p>
<p>因此提高了维护成本,但相比于用户体验,我们认为这是值得的。简洁的 <span class="highlight">docker-compose.yml</span> 才是我们的目标。</p>
<p>后续接入 <span class="highlight">Dockge</span> 应用,将会迎来新的安装方式,敬请期待!</p>
<p>通过固定环境变量文件,解决应用安装问题,不再需要手动创建 <span style="font-weight: bold; color: #d9534f;">.env</span> 文件。</p>
<p>对于 <span style="font-weight: bold; color: #d9534f;">FIT2CLOUD 飞致云</span> 旗下开源产品 <span style="font-weight: bold; color: #d9534f;">1Panel</span> 经过多次商讨,依旧无法将原有问题解决。迫于无奈,这次我们采用迂回战术,通过固定环境变量文件的方式解决问题。</p>
<p>因此提高了维护成本,但相比于用户体验,我们认为这是值得的。简洁的 <span style="font-weight: bold; color: #d9534f;">docker-compose.yml</span> 才是我们的目标。</p>
<p>后续接入 <span style="font-weight: bold; color: #d9534f;">Dockge</span> 应用,将会迎来新的安装方式,敬请期待!</p>
<p>新老用户均可使用新的安装方式,升级或安装自动化脚本,无需卸载原有安装脚本。</p>
<p>由于结构变化,我们建议您,完全卸载应用后重新安装,以免出现问题。</p>
</div>
<div class="announcement-card">
<h2>2024年06月14日 公告</h2>
<p>由于 <span class="highlight">1Panel</span> 的升级,自版本 <span class="highlight">v1.10.10-lts</span> 开始,所有应用均已停止更新!</p>
<p>经过与 <span class="highlight">1Panel</span> 官方商议,由于其认为安装或升级应用或面板出现的问题不属于 <span class="highlight">Bug</span>,对于使用本仓库的用户,我们深感抱歉!</p>
<div style="border: 1px solid #e1e1e1; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); padding: 16px; margin: 16px; background-color: #fff; width: 80%;">
<h2 style="margin: 0 0 8px 0; font-size: 1.5em;">2024年06月14日 公告</h2>
<p>由于 <span style="font-weight: bold; color: #d9534f;">1Panel</span> 的升级,自版本 <span style="font-weight: bold; color: #d9534f;">v1.10.10-lts</span> 开始,所有应用均已停止更新!</p>
<p>经过与 <span style="font-weight: bold; color: #d9534f;">1Panel</span> 官方商议,由于其认为安装或升级应用或面板出现的问题不属于 <span style="font-weight: bold; color: #d9534f;">Bug</span>,对于使用本仓库的用户,我们深感抱歉!</p>
<p>截至目前,我们将不再更新任何应用,如果您有任何问题,请放弃使用当前第三方应用。</p>
<p>如果您依旧收到应用更新提示,当前唯一解决升级方案为:卸载应用并重新安装。安装时出现的相关问题,请参考常见问题解决。</p>
<p>🥰 祝大家周末愉快~~</p>
</div>
<div class="announcement-card">
<h2>2024年06月12日 公告</h2>
<p>由于 <span class="highlight">1Panel</span> 的升级,造成部分应用无法正常使用,我们考虑到用户体验,决定暂时关闭应用商店更新,等待团队商议解决方案。</p>
<div style="border: 1px solid #e1e1e1; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); padding: 16px; margin: 16px; background-color: #fff; width: 80%;">
<h2 style="margin: 0 0 8px 0; font-size: 1.5em;">2024年06月12日 公告</h2>
<p>由于 <span style="font-weight: bold; color: #d9534f;">1Panel</span> 的升级,造成部分应用无法正常使用,我们考虑到用户体验,决定暂时关闭应用商店更新,等待团队商议解决方案。</p>
<h3>拟定解决方案</h3>
<ul>
<li>当您收到提示 <span class="highlight">/xxx/xxx/.env</span> 文件不存在时,请手动创建该文件,不需要填写任何内容的空文件。</li>
<li>当您升级 <span class="highlight">1Panel</span> 出现容器不存在时,请查看容器列表是否正常运行,如果没有运行,可卸载应用并重新安装。</li>
<li>当您升级 <span class="highlight">1Panel</span> 出现应用无法正常使用时,请查看应用是否正常运行,如果没有运行,可卸载应用并重新安装。</li>
<li>关闭期间,您可能会收到部分应用的更新,没有关系,您可以选择性更新,不会影响您的使用。</li>
<li>由于数据均采用持久化方式存储,卸载应用不会删除数据,您可以放心卸载并重新安装。</li>
<ul style="padding-left: 20px;">
<li style="margin-bottom: 8px;">当您收到提示 <span style="font-weight: bold; color: #d9534f;">/xxx/xxx/.env</span> 文件不存在时,请手动创建该文件,不需要填写任何内容的空文件。</li>
<li style="margin-bottom: 8px;">当您升级 <span style="font-weight: bold; color: #d9534f;">1Panel</span> 出现容器不存在时,请查看容器列表是否正常运行,如果没有运行,可卸载应用并重新安装。</li>
<li style="margin-bottom: 8px;">当您升级 <span style="font-weight: bold; color: #d9534f;">1Panel</span> 出现应用无法正常使用时,请查看应用是否正常运行,如果没有运行,可卸载应用并重新安装。</li>
<li style="margin-bottom: 8px;">关闭期间,您可能会收到部分应用的更新,没有关系,您可以选择性更新,不会影响您的使用。</li>
<li style="margin-bottom: 8px;">由于数据均采用持久化方式存储,卸载应用不会删除数据,您可以放心卸载并重新安装。</li>
</ul>
</div>
<div class="announcement-card">
<h2>2024年06月09日 公告</h2>
<p><span class="highlight">警告</span> 请勿升级 <span class="highlight">1Panel</span> 到 <span class="highlight">v1.10.10-lts</span> 版本,否则会导致应用商店无法使用!</p>
<div style="border: 1px solid #e1e1e1; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); padding: 16px; margin: 16px; background-color: #fff; width: 80%;">
<h2 style="margin: 0 0 8px 0; font-size: 1.5em;">2024年06月09日 公告</h2>
<p><span style="font-weight: bold; color: #d9534f;">警告</span> 请勿升级 <span style="font-weight: bold; color: #d9534f;">1Panel</span> 到 <span style="font-weight: bold; color: #d9534f;">v1.10.10-lts</span> 版本,否则会导致应用商店无法使用!</p>
</div>
</body>
</html>
## 维护状态
| 状态 | 图标 | 应用名称 | 应用官网 | 短的描述 | 集合 |
@@ -258,132 +209,74 @@ curl -sSL https://install.lifebus.top/pre_app_uninstall.sh | bash
## 联系我们
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
background-color: #f9f9f9;
}
.card {
border: 1px solid #e1e1e1;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
padding: 16px;
margin: 16px;
display: flex;
align-items: center;
width: 300px;
text-decoration: none;
color: #333;
transition: box-shadow 0.3s ease;
background-color: #fff;
}
.card:hover {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.card .icon {
width: 50px;
height: 50px;
border-radius: 50%;
border: 2px solid #e1e1e1;
overflow: hidden;
margin-right: 16px;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
}
.card .icon img {
width: 32px;
object-fit: contain;
}
.card .content {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
.card .content .title {
font-weight: bold;
text-decoration: none;
}
.card .content .subtitle {
color: #555;
font-size: 0.9em;
text-decoration: none;
}
</style>
</head>
<body>
<a class="card" href="mailto:qyg2297248353@gmail.com" target="_blank">
<div class="icon">
<img src="https://file.lifebus.top/imgs/google_gmail_logo.png" alt="Profile Picture">
</div>
<div class="content">
<div class="title">Gmail 邮箱</div>
<div class="subtitle">通过邮箱反馈您所遇到的问题</div>
<a href="mailto:qyg2297248353@gmail.com" target="_blank" style="display: block; border: 1px solid #e1e1e1; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); padding: 16px; margin: 16px; width: 300px; text-decoration: none; color: #333; background-color: #fff; transition: box-shadow 0.3s ease;">
<div style="display: flex; align-items: center;">
<div style="width: 50px; height: 50px; border-radius: 50%; border: 2px solid #e1e1e1; overflow: hidden; margin-right: 16px; display: flex; align-items: center; justify-content: center; box-sizing: border-box;">
<img src="https://file.lifebus.top/imgs/google_gmail_logo.png" alt="Profile Picture" style="width: 32px; object-fit: contain;">
</div>
<div>
<div style="font-weight: bold;">Gmail 邮箱</div>
<div style="color: #555; font-size: 0.9em;">通过邮箱反馈您所遇到的问题</div>
</div>
</div>
</a>
<a class="card" href="https://blog.lifebus.top/" target="_blank">
<div class="icon">
<img src="https://file.lifebus.top/imgs/ms_studio_logo.png" alt="Profile Picture">
</div>
<div class="content">
<div class="title">人生足迹 · 博客</div>
<div class="subtitle">技术分享的博客平台</div>
<a href="https://blog.lifebus.top/" target="_blank" style="display: block; border: 1px solid #e1e1e1; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); padding: 16px; margin: 16px; width: 300px; text-decoration: none; color: #333; background-color: #fff; transition: box-shadow 0.3s ease;">
<div style="display: flex; align-items: center;">
<div style="width: 50px; height: 50px; border-radius: 50%; border: 2px solid #e1e1e1; overflow: hidden; margin-right: 16px; display: flex; align-items: center; justify-content: center; box-sizing: border-box;">
<img src="https://file.lifebus.top/imgs/ms_studio_logo.png" alt="Profile Picture" style="width: 32px; object-fit: contain;">
</div>
<div>
<div style="font-weight: bold;">人生足迹 · 博客</div>
<div style="color: #555; font-size: 0.9em;">技术分享的博客平台</div>
</div>
</div>
</a>
<a class="card" href="https://github.com/QYG2297248353" target="_blank">
<div class="icon">
<img src="https://file.lifebus.top/imgs/github_logo.png" alt="Profile Picture">
</div>
<div class="content">
<div class="title">GitHub</div>
<div class="subtitle">全球最大同性交友网站</div>
<a href="https://github.com/QYG2297248353" target="_blank" style="display: block; border: 1px solid #e1e1e1; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); padding: 16px; margin: 16px; width: 300px; text-decoration: none; color: #333; background-color: #fff; transition: box-shadow 0.3s ease;">
<div style="display: flex; align-items: center;">
<div style="width: 50px; height: 50px; border-radius: 50%; border: 2px solid #e1e1e1; overflow: hidden; margin-right: 16px; display: flex; align-items: center; justify-content: center; box-sizing: border-box;">
<img src="https://file.lifebus.top/imgs/github_logo.png" alt="Profile Picture" style="width: 32px; object-fit: contain;">
</div>
<div>
<div style="font-weight: bold;">GitHub</div>
<div style="color: #555; font-size: 0.9em;">全球最大同性交友网站</div>
</div>
</div>
</a>
<a class="card" href="https://git.lifebus.top/" target="_blank">
<div class="icon">
<img src="https://file.lifebus.top/imgs/gitea_logo.png" alt="Profile Picture">
</div>
<div class="content">
<div class="title">Gitea</div>
<div class="subtitle">国内镜像发布仓库</div>
<a href="https://git.lifebus.top/" target="_blank" style="display: block; border: 1px solid #e1e1e1; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); padding: 16px; margin: 16px; width: 300px; text-decoration: none; color: #333; background-color: #fff; transition: box-shadow 0.3s ease;">
<div style="display: flex; align-items: center;">
<div style="width: 50px; height: 50px; border-radius: 50%; border: 2px solid #e1e1e1; overflow: hidden; margin-right: 16px; display: flex; align-items: center; justify-content: center; box-sizing: border-box;">
<img src="https://file.lifebus.top/imgs/gitea_logo.png" alt="Profile Picture" style="width: 32px; object-fit: contain;">
</div>
<div>
<div style="font-weight: bold;">Gitea</div>
<div style="color: #555; font-size: 0.9em;">国内镜像发布仓库</div>
</div>
</div>
</a>
<a class="card" href="https://www.youtube.com/@cn_ms_studio" target="_blank">
<div class="icon">
<img src="https://file.lifebus.top/imgs/google_youtube_logo.png" alt="Profile Picture">
</div>
<div class="content">
<div class="title">YouTube</div>
<div class="subtitle">Google旗下的视频分享网站</div>
<a href="https://www.youtube.com/@cn_ms_studio" target="_blank" style="display: block; border: 1px solid #e1e1e1; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); padding: 16px; margin: 16px; width: 300px; text-decoration: none; color: #333; background-color: #fff; transition: box-shadow 0.3s ease;">
<div style="display: flex; align-items: center;">
<div style="width: 50px; height: 50px; border-radius: 50%; border: 2px solid #e1e1e1; overflow: hidden; margin-right: 16px; display: flex; align-items: center; justify-content: center; box-sizing: border-box;">
<img src="https://file.lifebus.top/imgs/google_youtube_logo.png" alt="Profile Picture" style="width: 32px; object-fit: contain;">
</div>
<div>
<div style="font-weight: bold;">YouTube</div>
<div style="color: #555; font-size: 0.9em;">Google旗下的视频分享网站</div>
</div>
</div>
</a>
<a class="card" href="https://twitter.com/ms2297248353" target="_blank">
<div class="icon">
<img src="https://file.lifebus.top/imgs/twitter_x_logo.png" alt="Profile Picture">
</div>
<div class="content">
<div class="title">Twitter</div>
<div class="subtitle">X. 正在发生的事</div>
<a href="https://twitter.com/ms2297248353" target="_blank" style="display: block; border: 1px solid #e1e1e1; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); padding: 16px; margin: 16px; width: 300px; text-decoration: none; color: #333; background-color: #fff; transition: box-shadow 0.3s ease;">
<div style="display: flex; align-items: center;">
<div style="width: 50px; height: 50px; border-radius: 50%; border: 2px solid #e1e1e1; overflow: hidden; margin-right: 16px; display: flex; align-items: center; justify-content: center; box-sizing: border-box;">
<img src="https://file.lifebus.top/imgs/twitter_x_logo.png" alt="Profile Picture" style="width: 32px; object-fit: contain;">
</div>
<div>
<div style="font-weight: bold;">Twitter</div>
<div style="color: #555; font-size: 0.9em;">X. 正在发生的事</div>
</div>
</div>
</a>
</body>
</html>