Add export database button to settings
This commit is contained in:
parent
d61e8ccf10
commit
f40773e013
2 changed files with 41 additions and 0 deletions
|
|
@ -109,6 +109,18 @@
|
|||
</div>
|
||||
</form>
|
||||
</section>
|
||||
<section class="mt-5">
|
||||
<div class="text-light">
|
||||
<div class="d-flex flex-wrap justify-content-between align-items-center gap-2">
|
||||
<h2 class="mb-0">Export Database</h2>
|
||||
</div>
|
||||
<p class="text-muted mt-2 mb-4">
|
||||
Download a copy of the entire database for backup or migration.
|
||||
The file is a compressed SQLite dump containing all feeds, entries, and settings.
|
||||
</p>
|
||||
<a href="/export" class="btn btn-primary px-4" role="button">Download Export</a>
|
||||
</div>
|
||||
</section>
|
||||
<section class="mt-5">
|
||||
<div class="text-light">
|
||||
<div class="d-flex flex-wrap justify-content-between align-items-center gap-2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue