-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create vaultwarden-backup template #468
Changes from 3 commits
5087193
5a62038
28ffe5a
83299c0
03f8216
a48a666
a723a3f
0043a0d
25e66ce
c8d98d7
6789f8b
0361bda
a59f987
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,33 @@ | ||||||
<?xml version="1.0"?> | ||||||
<Container version="2"> | ||||||
<Name>vaultwarden-backup</Name> | ||||||
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/vaultwarden-backup.png</Icon> | ||||||
<Repository>ghcr.io/ttionya/vaultwarden-backup</Repository> | ||||||
<Registry>https://github.com/ttionya/vaultwarden-backup/pkgs/container/vaultwarden-backup</Registry> | ||||||
<Network>bridge</Network> | ||||||
<Shell>sh</Shell> | ||||||
<Privileged>false</Privileged> | ||||||
<Support>https://github.com/Homelabbers/unraid-templates/issues/new/choose</Support> | ||||||
<Project>https://github.com/ttionya/vaultwarden-backup</Project> | ||||||
<Requires>Vaultwarden</Requires> | ||||||
<Overview>Backup vaultwarden (formerly known as bitwarden_rs)</Overview> | ||||||
bravohotel91 marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
<Config Name="Vaultwarden Data" Target="/bitwarden/data/" Default="/mnt/user/appdata/vaultwarden-backup/backup" Mode="rw" Description="Location of Bitwarden Backup" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/vaultwarden-backup/backup</Config> | ||||||
bravohotel91 marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
<Config Name="App Data Location" Target="/config/" Default="/mnt/user/appdata/vaultwarden-backup" Mode="rw" Description="Location of Vaultwarden-Backup Config" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/vaultwarden-backup/config</Config> | ||||||
bravohotel91 marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
<Config Name="Environment File" Target="/.env" Default="/mnt/user/appdata/vaultwarden-backup/env" Mode="rw" Description="Environment File Location" Type="Path" Display="advanced" Required="false" Mask="false">/mnt/user/appdata/vaultwarden-backup/env</Config> | ||||||
bravohotel91 marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
<Config Name="Rclone Remote Name" Target="RCLONE_REMOTE_NAME" Default="BitwardenBackup" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">BitwardenBackup</Config> | ||||||
bravohotel91 marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
<Config Name="Rclone Remote Directory" Target="RCLONE_REMOTE_DIR" Default="/BitwardenBackup/" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">/BitwardenBackup/</Config> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
<Config Name="Rclone Global Flag" Target="RCLONE_GLOBAL_FLAG" Default="" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false"></Config> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
<Config Name="CRON" Target="CRON" Default="5 * * * *" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">5 * * * *</Config> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
<Config Name="Enable Zip" Target="ZIP_ENABLE" Default="TRUE" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">TRUE</Config> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
<Config Name="Zip Password" Target="ZIP_PASSWORD" Default="WHEREISMYPASSWORD" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">WHEREISMYPASSWORD</Config> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
<Config Name="Zip Type" Target="ZIP_TYPE" Default="zip" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">zip</Config> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
<Config Name="Backup File Suffix" Target="BACKUP_FILE_SUFFIX" Default="%Y%m%d" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">%Y%m%d</Config> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
<Config Name="Days to Keep Backup" Target="BACKUP_KEEP_DAYS" Default="0" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">0</Config> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
<Config Name="URL to Ping" Target="PING_URL" Default="" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false"></Config> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
<Config Name="Enable SMTP" Target="MAIL_SMTP_ENABLE" Default="FALSE" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">FALSE</Config> | ||||||
bravohotel91 marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
<Config Name="SMTP Variables" Target="MAIL_SMTP_VARIABLES" Default="" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false"></Config> | ||||||
bravohotel91 marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
<Config Name="Mail To" Target="MAIL_TO" Default="" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false"></Config> | ||||||
bravohotel91 marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
<Config Name="Mail When Successful" Target="MAIL_WHEN_SUCCESS" Default="TRUE" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">TRUE</Config> | ||||||
bravohotel91 marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
<Config Name="Mail When Failed" Target="MAIL_WHEN_FAILURE" Default="TRUE" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">TRUE</Config> | ||||||
bravohotel91 marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
<Config Name="Timezone" Target="TIMEZONE" Default="UTC" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">UTC</Config> | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
</Container> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not us.