Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/928bc55839d5526be323102111c74a5223601b79?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

New: Backup added to Settings -> System

pull/2/head
Mark McDowall 13 years ago
parent 93ee97123f
commit 928bc55839

@ -29,6 +29,11 @@
</label> </label>
@Html.DropDownListFor(m => m.AuthenticationType, Model.AuthTypeSelectList, new { @class = "inputClass" }) @Html.DropDownListFor(m => m.AuthenticationType, Model.AuthTypeSelectList, new { @class = "inputClass" })
<label class="labelClass"> Backup Configuration
<span class="small">Backup your Configuration file and Database</span>
</label>
<input type="button" value="Backup Now" onclick="window.location='../System/Backup'; return false;" class="inputClass" />
<button type="submit" class="save_button" disabled="disabled"> <button type="submit" class="save_button" disabled="disabled">
Save</button> Save</button>
} }

Loading…
Cancel
Save