Skip to content

beiklive/WebApp-PicBed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebApp-PicBed

在线相册

Alt

介绍

一个简易的相册系统,更多功能后续再开发

图床程序采用python编写,使用tornado框架驱动web服务器

使用

环境安装

python >= 3.6

source requirements.txt

初始配置修改(必须修改!!!)

  1. 修改config.yml

    Key Type Value
    WebSite string 启动后服务的地址,如:http://picture.xxx.com 或者 127.0.0.1:8080
    SiteTitle string 网站标题栏名称
    port number 服务的端口号
    UserName string 用户名
    Passwd string 默认进入服务是未登录状态,使用该密码登录
    Active string true 原图与略缩图都从腾讯云cos获取
    auto 略缩图从服务本地获取,原图从腾讯云cos获取,减少腾讯云cos的请求次数
    false 全部使用服务本地图片
    Bucket string 腾讯对象存储桶名称
    region string 存储桶所属地区如: ap-beijing
    secret_id string 使用对象存储时填写,从腾讯云控制台获取
    secret_key string 使用对象存储时填写,从腾讯云控制台获取
    repoOwner string 使用gitee仓库存储时填写,gitee仓库拥有者
    repoName string 使用gitee仓库存储时填写,gitee仓库名
    apiToken string 使用gitee仓库存储时填写,gitee仓库令牌 需在gitee仓库生成
    folderPath string 使用gitee仓库存储时填写,需要存储在仓库下的某个文件夹的路径
  2. 修改log图标

​ 替换WebApp-PicBed\PicBedApi\templates\Resource\logo.png文件即可

启动

./startup.sh start

关闭

./startup.sh close

查看运行状态

./startup.sh show

预览

主界面

image-20221007225633029

图片预览

image-20221007225730537

图片上传

image-20221007225804288

功能

About

在线图床服务,目前还在迭代中

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published