mirror of
https://github.com/LukeHagar/unRAID-CA-templates.git
synced 2025-12-06 04:21:55 +00:00
Update vaultwarden.xml
Changes: - Default Port set to 4743 (A, T, A E from the word vaultwarden in Leet Speak) - SERVER_ADMIN_EMAIL removed as it does not exist anymore: https://github.com/dani-garcia/vaultwarden/search?q=SERVER_ADMIN_EMAIL&type=code (was used in the past for the special bitwarden_rs organization, but is now replaced by the separate admin panel) - Removed [br] tags as they aren't used by Unraid (anymore?) - WebUI URL changed to Vaultwarden Admin Panel (from there you can click on "Vault" to reach the User WebUI) - default appdata path changed to /vaultwarden
This commit is contained in:
@@ -16,36 +16,33 @@
|
||||
<TagDescription>Alpine-based amd64 image, same as above but a little bit smaller.</TagDescription>
|
||||
</Branch>
|
||||
<Overview>Vaultwarden (formerly bitwarden_rs) is a Bitwarden server API implementation written in Rust compatible with upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.
|
||||
[br][br]
|
||||

|
||||
Basically full implementation of Bitwarden API is provided including: 
|
||||
[br][br]
|
||||

|
||||
-Basic single user functionality
|
||||
[br]
|
||||

|
||||
-Organizations support
|
||||
[br]
|
||||

|
||||
-Attachments
|
||||
[br]
|
||||

|
||||
-Vault API support
|
||||
[br]
|
||||

|
||||
-Serving the static files for Vault interface
|
||||
[br]
|
||||
#xD;
|
||||
-Website icons API
|
||||
[br]
|
||||

|
||||
-Authenticator and U2F support
|
||||
[br]
|
||||

|
||||
-YubiKey OTP
|
||||
[br][br]
|
||||
For more configuration see the wiki
|
||||
[br]
|
||||
https://github.com/dani-garcia/vaultwarden/wiki
|
||||

|
||||
For more configuration see the wiki https://github.com/dani-garcia/vaultwarden/wiki
|
||||
</Overview>
|
||||
<Category>Tools:</Category>
|
||||
<WebUI>http://[IP]:[PORT:80]</WebUI>
|
||||
<WebUI>http://[IP]:[PORT:80]/admin</WebUI>
|
||||
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/vaultwarden.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/bitwardenrs.png</Icon>
|
||||
<Config Name="WebUI HTTP Port" Target="80" Default="" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Storage" Target="/data" Default="/mnt/user/appdata/bitwarden" Mode="rw" Description="Container Path: /data" Type="Path" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="SERVER_ADMIN_EMAIL" Target="SERVER_ADMIN_EMAIL" Default="me@domain.com" Description="Container Variable: Server Admin E-Mail" Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="WebUI HTTP Port" Target="80" Default="4743" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Storage" Target="/data" Default="/mnt/user/appdata/vaultwarden" Mode="rw" Description="Container Path: /data" Type="Path" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="SIGNUPS_ALLOWED" Target="SIGNUPS_ALLOWED" Default="true|false" Description="Container Variable: Signups" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="INVITATIONS_ALLOWED" Target="INVITATIONS_ALLOWED" Default="true|false" Description="Container Variable: Invitations" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="WEBSOCKET_ENABLED" Target="WEBSOCKET_ENABLED" Default="false" Description="Container Variable: Websockets Enabled" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
|
||||
Reference in New Issue
Block a user