Files
unRAID-CA-templates/templates/bitwardenrs.xml

54 lines
3.1 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>bitwardenrs</Name>
<Repository>bitwardenrs/server</Repository>
<Registry>https://hub.docker.com/r/bitwardenrs/server/</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/88086-support-bitwardenrs-bitwarden_rs/</Support>
<Project>https://github.com/dani-garcia/bitwarden_rs/</Project>
<Branch>
<Tag>latest</Tag>
<TagDescription>The "default image", runs on amd64. (x86, 64bit)</TagDescription>
</Branch>
<Branch>
<Tag>alpine</Tag>
<TagDescription>Alpine-based amd64 image, same as above but a little bit smaller.</TagDescription>
</Branch>
<Overview>This 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.&#xD;
[br][br]&#xD;
Basically full implementation of Bitwarden API is provided including: &#xD;
[br][br]&#xD;
-Basic single user functionality&#xD;
[br]&#xD;
-Organizations support&#xD;
[br]&#xD;
-Attachments&#xD;
[br]&#xD;
-Vault API support&#xD;
[br]&#xD;
-Serving the static files for Vault interface&#xD;
[br]&#xD;
-Website icons API&#xD;
[br]&#xD;
-Authenticator and U2F support&#xD;
[br]&#xD;
-YubiKey OTP&#xD;
[br][br]&#xD;
For more configuration see the wiki
[br]
https://github.com/dani-garcia/bitwarden_rs/wiki
</Overview>
<Category>Tools:</Category>
<WebUI>http://[IP]:[PORT:80]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/bitwardenrs.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="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"/>
<Config Name="ADMIN_TOKEN" Target="ADMIN_TOKEN" Default="" Description="Container Variable: ADMIN_TOKEN" Type="Variable" Display="always" Required="true" Mask="true"/>
</Container>