Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/src/commit/15f07407940f1cc5f8bb8ac0a50f91575d00f54b/docs/json/radarr/.editorconfig
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = false
|
|
|
|
[*.json]
|
|
indent_style = space
|
|
indent_size = 2
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
#insert_final_newline = true
|