Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/blame/commit/5aa265d9679f2c741ddd5de40bdd8c000865abef/includes/hardlinks/bad-path-suggestion.md You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/includes/hardlinks/bad-path-suggestion.md

4 lines
529 B

### Bad path suggestion
!!! warning "The default path setup suggested by some docker developers that encourages people to use mounts like `/movies`, `/tv`, `/books` or `/downloads` is very suboptimal and it makes them look like two or three file systems, even if they arent (*Because of how Dockers volumes work*). It is the easiest way to get started. While easy to use, it has a major drawback. Mainly losing the ability to hardlink or instant move, resulting in a slower and more I/O intensive copy + delete is used."