1
0
Fork 0
1Panel-Appstore/apps/aurora
pooneyy 7ff35caf28
🔧 chore(apps): set the pull policy for all services using fixed tag images
- add `pull_policy: always` to all service definitions across all docker-compose files
- ensure consistent image update behavior for all applications
- maintain existing network configurations and external network settings
- preserve all other service configurations and environment variables
2025-11-10 16:10:24 +08:00
..
0.18.9 🔧 chore(apps): set the pull policy for all services using fixed tag images 2025-11-10 16:10:24 +08:00
latest 🔧 chore(apps): set the pull policy for all services using fixed tag images 2025-11-10 16:10:24 +08:00
README.md feat:更新极光面板0.18.9 2024-10-07 14:49:56 +08:00
data.yml feat(apps): add description field to all application data files 2025-11-06 22:24:44 +08:00
logo.png 精简提交历史记录 2023-11-09 19:15:01 +08:00

README.md

极光面板

这是一个多服务器端口租用管理面板,你可以添加多台服务器及端口,并将其分配给任意注册用户,租户则可以很方便地使用被分配的端口来完成各种操作,目前支持的端口功能(以下功能均支持 AMD64 或 ARM64 架构运行


使用说明

1.前期准备

  • 创建所需网络

终端运行

docker network create aurora-worker
docker network create aurora-network

2.生成 SSH 密钥

# 如果面板服务器并没有已经生成好的 ssh 密钥
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
# 后面一直回车,跳过设置 passphase 即可
# 然后还需要将面板服务器 ~/.ssh/id_rsa.pub 里面的内容复制到每一台被控机的 ~/.ssh/authorized_keys 文件中去。

3.启动应用后创建管理员

当应用已经正确启动,点击面板"容器"功能,,找到与aurora backend相关的容器,

终端运行以下

# 创建管理员用户密码必须设置8位以上否则无法登陆
python app/initial_data.py

4.已知问题

当开启UFW等防火墙功能时,所创建的网络间容器通信存在问题,无法正确运行。

有兴趣的可以尝试以下方式,或可解决与防火墙的共存问题。