小贝博客

主机资讯以及工具软件分享

Chevereto:知名的国外免费图床程序


1、下载和安装程序
下载去这里
https://github.com/Chevereto/Chevereto-Free

2、下载好以后很简单,直接传到虚拟主机或者服务器安装就行

3、一定要先设置好伪静态,否则提示找不到文件,下面是nginx的

# Image not found replacement
location ~* (jpe?g|png|gif) {
        log_not_found off;
        error_page 404 /content/images/system/default/404.gif;
}

# CORS header (avoids font rendering issues)
location ~ \.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$ {
        add_header Access-Control-Allow-Origin "*";
}

# Pretty URLs
location / {
        try_files $uri $uri/ /index.php?$query_string;
}
location /admin {
    try_files $uri /admin/index.php?$args;
}

4、填写数据库相关信息,大功告成,修改首页默认的图片在下面的地址

content/images/system/default/home_cover.jpg

中等图效果
1543138455497.md.jpg
缩略图效果
1543141697817.th.jpg

-->

很早就看到有人在介绍这个图床程序,
比很多网上那种图床网站好用,当然也有付费版本,不过免费的就够用。
安装和使用也很简单,给大家看一下demo 点击这里访问
话不多话,下面是安装教程

1、下载和安装程序
下载去这里
https://github.com/Chevereto/Chevereto-Free

2、下载好以后很简单,直接传到虚拟主机或者服务器安装就行

3、一定要先设置好伪静态,否则提示找不到文件,下面是nginx的

# Image not found replacement
location ~* (jpe?g|png|gif) {
        log_not_found off;
        error_page 404 /content/images/system/default/404.gif;
}

# CORS header (avoids font rendering issues)
location ~ \.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$ {
        add_header Access-Control-Allow-Origin "*";
}

# Pretty URLs
location / {
        try_files $uri $uri/ /index.php?$query_string;
}
location /admin {
    try_files $uri /admin/index.php?$args;
}

4、填写数据库相关信息,大功告成,修改首页默认的图片在下面的地址

content/images/system/default/home_cover.jpg

中等图效果
1543138455497.md.jpg
缩略图效果
1543141697817.th.jpg

本原创文章未经允许不得转载 | 当前页面:小贝博客 » Chevereto:知名的国外免费图床程序

评论