# 搭建私人图床

用自己的子域名搭建了个图床。（毕竟有一台免费闲置的虚拟主机）&#x20;

以前总是用白猫大大的[图床](https://view.moezx.cc/)。长时间用下去。挺不好意思嘛。总不如自己搭建一个。&#x20;

因为用的是[Chevereto](http://chevrto.com)搭建的图床。发现很多人用这个搭建过图床。因为它的主题太容易辨识了。官方是有不同版本收费的。&#x20;

GitHub：free版项目。[链接](https://github.com/Chevereto/Chevereto-Free)。[下载](https://github.com/Chevereto/Chevereto-Free/archive/1.0.9.tar.gz)。&#x20;

用法：

### 1,解压到Web站点目录/子目录。看你的域名打开时要不要加子目录/&#x20;

### 2，在目录cheverto/app创建settings.php文件&#x20;

（授予Web目录下文件全部权限）&#x20;

（php）版本说明。请使用5.6版本php。千万不要使用7.1以上版本php。会报错。&#x20;

### 3，在浏览器打开你的。域名/index.php&#x20;

开启安装。输入管理 用户名，信息，密码。数据库的配置。&#x20;

&#x20;

### **注意：使用图床服务。访客允许上传。**&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blog.jsmsr.com/blog/da-jian-si-ren-tu-chuang.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
