主程序 flask,列表用的是 登录获取cookie 的形式,sqlite 存储
功能支持指定目录列表,图片、视频、音频播放。
注意:本程序文件都可通过id访问,未做限制。
宝塔Centos安装脚本
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh 255c5a1d
宝塔Ubuntu/Deepin安装脚本
wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh 255c5a1d
宝塔Debian安装脚本
wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh 255c5a1d
宝塔Fedora安装脚本
wget -O install.sh http://download.bt.cn/install/install_6.0.sh && bash install.sh 255c5a1d
然后:
1、宝塔新建个网站绑个域名,环境全静态。留着后面做反向代理。
2、上传代码到网站根目录。
修index.py配置部分:
如要修改端口,请看代码最后一行。
3、宝塔安装 python 管理器 使用 ptyhon 版本3.7版本。
python 管理器配置如图,默认端口5000:
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容