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/91d087c828907103892a575d95a3a1e0ca1faa06/manifest.webmanifest You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/manifest.webmanifest

16 lines
372 B

{
"name": "TRaSH Guides",
"short_name": "Guidarr",
"description": "Guides mainly for Sonarr/Radarr/Bazarr and everything related to it.",
"icons": [
{
"src": "img/logo.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#4051B5",
"background_color": "#2E303E",
"display": "standalone"
}