- Download and unzip
pasteme.tar.gzfrom release - Edit
usr/config.json
| Name | Value | Description | Example |
|---|---|---|---|
| api.backend | URL | Backend's address | /api/ |
| api.admin | URL | Admin's address | `` |
| footer | JSON Array | Custom frontend footer's link | [] |
| footer.url | URL | Link's URL | http://blog.lucien.ink/go/csdn |
| footer.text | Text | Link's text | CSDN |
usr/config.example.json
{
"api": {
"backend": "/api/v3/",
"admin": ""
},
"footer": [
{
"url": "http://blog.lucien.ink/go/csdn",
"text": "CSDN"
},
{
"url": "http://www.miitbeian.gov.cn/",
"text": "鲁ICP备18007563号"
}
]
}