File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,6 +65,14 @@ def backup_format():
6565 content = _get_markdown_file ("doc/BACKUP_FORMAT.md" ),
6666 )
6767
68+ @bp .get ("/wiki/webdav-backup" )
69+ def webdav ():
70+ return render_template (
71+ "wiki/page.jinja" ,
72+ title = "Back up to WebDAV" ,
73+ description = "Here's how to back up your Stratum data to a WebDAV server" ,
74+ content = _get_wiki_page ("Back-up-to-WebDAV.md" ),
75+ )
6876
6977@bp .get ("/wiki/import-from-google-authenticator" )
7078def google_authenticator ():
Original file line number Diff line number Diff line change 11<ul >
22 <li ><a href =" /wiki/faq" >Frequently Asked Questions</a ></li >
33 <li ><a href =" /wiki/backup-format" >Backup File Format</a ></li >
4+ <li ><a href =" /wiki/webdav-backup" >Back up to WebDAV</a ></li >
45 <li ><a href =" /wiki/import-from-google-authenticator" >Import from Google Authenticator</a ></li >
56 <li ><a href =" /wiki/import-from-authy" >Import from Authy</a ></li >
67 <li ><a href =" /wiki/import-from-blizzard-authenticator" >Import from Blizzard Authenticator</a ></li >
You can’t perform that action at this time.
0 commit comments