1
0

精简提交历史记录

This commit is contained in:
okxlin
2023-11-09 19:15:01 +08:00
commit 691aa7aac9
1529 changed files with 800341 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
CONTAINER_NAME="1panel"
PANEL_APP_PORT_HTTP="10086"
DATA_PATH="./data"
TIME_ZONE="Asia/Shanghai"

View File

@@ -0,0 +1,24 @@
additionalProperties:
formFields:
- default: 10086
disabled: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: ./data
edit: true
envKey: DATA_PATH
labelEn: Data storage folder
labelZh: 数据存放文件夹
required: true
type: text
- default: Asia/Shanghai
edit: true
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
required: true
type: text

View File

@@ -0,0 +1,15 @@
version: '3'
services:
1panel:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: "host"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/docker/volumes:/var/lib/docker/volumes
- ${DATA_PATH}:/opt
environment:
- TZ=${TIME_ZONE}
image: moelin/1panel:v1.8.0
labels:
createdBy: "Apps"

111
apps/1panel/README.md Normal file
View File

@@ -0,0 +1,111 @@
# 使用说明
### 镜像Githubhttps://github.com/okxlin/docker-1panel
### 镜像Docker Hubhttps://hub.docker.com/r/moelin/1panel
如果更新了更高版本的镜像,实际是更新了对应版本的二进制程序,面板显示的相关版本还需要手动更新,具体操作可以查看[**Github**](https://github.com/okxlin/docker-1panel)。
***
- 默认端口:`10086`
- 默认账户:`1panel`
- 默认密码:`1panel_password`
- 默认入口:`entrance`
***
- 不可调整参数
- `/var/run/docker.sock`的相关映射
***
- 可调整参数
- `/www/data/1panel-data:/opt` 文件存储映射
- `TZ=Asia/Shanghai` 时区设置
- `1panel` 容器名
- `/var/lib/docker/volumes:/var/lib/docker/volumes` 存储卷映射
***
**架构平台对应镜像**
- amd64
- arm64
- armv7
- ppc64le
- s390x
> 2023年9月3日已经更新单标签多镜像
```
docker pull moelin/1panel:latest
```
# 原始相关
***
[README_EN.md](https://github.com/1Panel-dev/1Panel/blob/dev/README_EN.md)
<p align="center"><a href="https://1panel.cn"><img src="http://1panel.oss-cn-hangzhou.aliyuncs.com/img/1panel-logo.png" alt="1Panel" width="300" /></a></p>
<p align="center"><b>现代化、开源的 Linux 服务器运维管理面板</b></p>
<p align="center">
<a href="https://www.gnu.org/licenses/gpl-3.0.html"><img src="https://shields.io/github/license/1Panel-dev/1Panel" alt="License: GPL v3"></a>
<a href="https://app.codacy.com/gh/1Panel-dev/1Panel?utm_source=github.com&utm_medium=referral&utm_content=1Panel-dev/1Panel&utm_campaign=Badge_Grade_Dashboard"><img src="https://app.codacy.com/project/badge/Grade/da67574fd82b473992781d1386b937ef" alt="Codacy"></a>
<a href="https://github.com/1Panel-dev/1Panel/releases"><img src="https://img.shields.io/github/v/release/1Panel-dev/1Panel" alt="GitHub release"></a>
<a href="https://github.com/1Panel-dev/1Panel"><img src="https://img.shields.io/github/stars/1Panel-dev/1Panel?color=%231890FF&style=flat-square" alt="Stars"></a>
<a href="https://app.fossa.com/projects/git%2Bgithub.com%2F1Panel-dev%2F1Panel?ref=badge_shield"><img src="https://app.fossa.com/api/projects/git%2Bgithub.com%2F1Panel-dev%2F1Panel.svg?type=shield" alt="FOSSA Status"></a>
</p>
------------------------------
1Panel 是一个现代化、开源的 Linux 服务器运维管理面板。1Panel 的功能和优势包括:
- **快速建站**:深度集成 Wordpress 和 [Halo](https://github.com/halo-dev/halo/)域名绑定、SSL 证书配置等一键搞定;
- **高效管理**:通过 Web 端轻松管理 Linux 服务器,包括主机监控、文件管理、数据库管理、容器管理等;
- **安全可靠**:基于容器来管理和部署应用,最小漏洞暴露面,提供防火墙和日志审计等功能;
- **一键备份**:支持一键备份和恢复,备份数据到各类云端存储,永不丢失。
## UI 展示
![UI展示](https://resource.fit2cloud.com/1panel/img/overview.png)
## 快速开始
**在线体验**
- 环境地址:<https://demo.1panel.cn/>
- 用户名demo
- 密码1panel
**一键安装**
执行如下命令一键安装 1Panel:
```sh
curl -sSL https://resource.fit2cloud.com/1panel/package/quick_start.sh -o quick_start.sh && sudo bash quick_start.sh
```
**学习资料**
- [在线文档](https://1panel.cn/docs/)
- [教学视频](https://space.bilibili.com/510493147/channel/collectiondetail?sid=1199760)
- [社区论坛](https://bbs.fit2cloud.com/c/1p/7)
**加入微信交流群**
<img src="https://1panel.cn/img/wechat-group.jpg" width="156" height="156"/>
## 安全说明
如果您在使用过程中发现任何安全问题,请通过以下方式直接联系我们:
- 邮箱support@fit2cloud.com
- 电话400-052-0755
## Star History
[![Star History Chart](https://api.star-history.com/svg?repos=1Panel-dev/1Panel&type=Date)](https://star-history.com/#1Panel-dev/1Panel&Date)
## FOSSA Status
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2F1Panel-dev%2F1Panel.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2F1Panel-dev%2F1Panel?ref=badge_large)
## License
Copyright (c) 2014-2023 [FIT2CLOUD 飞致云](https://fit2cloud.com/), All rights reserved.
Licensed under The GNU General Public License version 3 (GPLv3) (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
<https://www.gnu.org/licenses/gpl-3.0.html>
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

20
apps/1panel/data.yml Normal file
View File

@@ -0,0 +1,20 @@
name: 1Panel
tags:
- 工具
title: 现代化、开源的 Linux 服务器运维管理面板
type: 工具
description: 现代化、开源的 Linux 服务器运维管理面板
additionalProperties:
key: 1panel
name: 1Panel
tags:
- Tool
shortDescZh: 现代化、开源的 Linux 服务器运维管理面板
shortDescEn: Modern and Open-Source Linux Server Operation and Management Panel
type: tool
crossVersionUpdate: true
limit: 1
recommend: 0
website: https://1panel.cn
github: https://github.com/1Panel-dev/1Panel
document: https://1panel.cn/docs

View File

@@ -0,0 +1,4 @@
CONTAINER_NAME="1panel"
PANEL_APP_PORT_HTTP="10086"
DATA_PATH="./data"
TIME_ZONE="Asia/Shanghai"

View File

@@ -0,0 +1,24 @@
additionalProperties:
formFields:
- default: 10086
disabled: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: ./data
edit: true
envKey: DATA_PATH
labelEn: Data storage folder
labelZh: 数据存放文件夹
required: true
type: text
- default: Asia/Shanghai
edit: true
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
required: true
type: text

View File

@@ -0,0 +1,15 @@
version: '3'
services:
1panel:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: "host"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/docker/volumes:/var/lib/docker/volumes
- ${DATA_PATH}:/opt
environment:
- TZ=${TIME_ZONE}
image: moelin/1panel:latest
labels:
createdBy: "Apps"

BIN
apps/1panel/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB