Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/d6ff526583d04e6f0ed6f625e5510ddbd32b096a
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
20 additions and
18 deletions
@ -50,23 +50,25 @@
< / div >
< div >
< mat-checkbox formControlName = "disableHealthChecks" >
Disable the health checks page < a href = "/healthchecks-ui" target = "_blank" > /healthchecks-ui< / href > < / mat-checkbox >
< / div >
< div >
< mat-form-field * ngIf = "langauges" >
< mat-select placeholder = "Language" formControlName = "defaultLanguageCode" >
< mat-option > --< / mat-option >
< mat-option * ngFor = "let lang of langauges" [ value ] = " lang . code " >
{{lang.nativeName}}
< / mat-option >
< / mat-select >
< / mat-form-field >
< / div >
< div class = "form-group" >
< div >
< button mat-raised-button [ disabled ] = " form . invalid " type = "submit" id = "save" color = "accent" > Submit< / button >
Disable the health checks page
< a href = "/healthchecks-ui" target = "_blank" > < / a > /healthchecks-ui< / href >
< / mat-checkbox >
< / div >
< div >
< mat-form-field * ngIf = "langauges" >
< mat-select placeholder = "Language" formControlName = "defaultLanguageCode" >
< mat-option > --< / mat-option >
< mat-option * ngFor = "let lang of langauges" [ value ] = " lang . code " >
{{lang.nativeName}}
< / mat-option >
< / mat-select >
< / mat-form-field >
< / div >
< div class = "form-group" >
< div >
< button mat-raised-button [ disabled ] = " form . invalid " type = "submit" id = "save" color = "accent" > Submit< / button >
< / div >
< / div >
< / div >
< / div >
< / div >
< / form >
< / form >
< / fieldset >