add hint to UI about SSH pubkey for remote backups

Signed-off-by: Felix Stupp <felix.stupp@banananet.work>
This commit is contained in:
Felix Stupp 2025-07-15 09:12:04 +00:00
parent 4d61ca66b4
commit 2757630c41
No known key found for this signature in database
GPG key ID: 93E1BD26F6B02FB7

View file

@ -371,6 +371,7 @@
<p> <p>
To store backups remotely instead, fill in the To store backups remotely instead, fill in the
<a target="_blank" href="https://borgbackup.readthedocs.io/en/stable/usage/general.html#repository-urls">remote borg repo url and submit it</a>. <a target="_blank" href="https://borgbackup.readthedocs.io/en/stable/usage/general.html#repository-urls">remote borg repo url and submit it</a>.
You will be provided with an SSH public key for authorization at the remote afterwards.
</p> </p>
<form method="POST" action="/api/configuration" class="xhr"> <form method="POST" action="/api/configuration" class="xhr">
<label>Local backup location</label> <input type="text" id="borg_backup_host_location" name="borg_backup_host_location" placeholder="/mnt/backup"/><br> <label>Local backup location</label> <input type="text" id="borg_backup_host_location" name="borg_backup_host_location" placeholder="/mnt/backup"/><br>