Skip to content

xsidc/cdntip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 

Repository files navigation

宝塔搭建个人自助云面板,支持Azure Aws Do、Linode等云厂商

安装最新宝塔

https://bt.sy/bbs/forum-37-1.html

安装Docker

添加镜像

xmg66/openpanel3

image

添加容器

image

安装Mysql5.7,不支持Mysql5.6 新建数据库,给数据库设置指定IP访问,填写容器的IP

image

修改cdntip程序中的数据库信息

在Docker的容器列表中,点击目录

image

访问home/python/panel/config/database.conf文件,修改成自己新建的数据库信息,保存

host填写网卡IP:172.17.0.1

image

重启容器

image

登录SSH,使用命令创建管理员账户密码

docker exec -it cdntip /bin/bash  # 进入容器
python3 manage.py createsuperuser # 创建管理员命令, 根据提示创建即可

添加aws镜像

python manage.py aws_update_images

给Linode添加日本新地区

home/python/panel/apps/linode目录下打开models.py文件
找到regions_choices = (
将('ap-northeast', '日本'),
修改
('ap-northeast', '日本东京'),
('jp-osa', '日本大版'),

全部完成!!!

登录页面

image

网站内页

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published