Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/blame/commit/a2639375fb45412701192a51fb60fe456db3b4ec/PlexRequests.UI/Start/StartupOptions.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
[Option('b',"base", Required = false, HelpText = "Provide a base url for Plex Requests")]
publicstringBaseUrl{get;set;}
/// <summary>
/// Gets or sets the port.
/// </summary>
/// <value>
/// The port.
/// </value>
[Option('p', "port", Required = false, HelpText = "Provide a port for Plex Requests to run on. You can also change this in the settings page in the UI", Default = 3579)]