Beets is a music library manager and not, for the most part, a music player. It does include a simple player plugin and an experimental Web-based player, but it generally leaves actual sound-reproduction to specialized tools.
This application does not have any specific setup instructions documented. If you need assistance setting up this application please visit our support page.
Beets is a music library manager and not, for the most part, a music player. It does include a simple player plugin and an experimental Web-based player, but it generally leaves actual sound-reproduction to specialized tools.
This application does not have any specific setup instructions documented. If you need assistance setting up this application please visit our support page.
\ No newline at end of file
diff --git a/apps/bitwarden/index.html b/apps/bitwarden/index.html
index 87b906a546..9a35ce520f 100644
--- a/apps/bitwarden/index.html
+++ b/apps/bitwarden/index.html
@@ -1,3 +1,3 @@
Bitwarden - DockSTARTer
Bitwarden is a free and open-source password management service that stores sensitive information such as website credentials in an encrypted vault.
Vaultwarden is an alternative implementation of the Bitwarden server API written in Rust and compatible with upstream upstream Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.
DockSTARTer uses the Vaultwarden image to create a Bitwarden container.
When installing the Bitwarden container, the installer will install under appdata directory as the root user, however once it is installed you can change the owner/group of it to whatever is required
Run the below command from a terminal to change the permissions if required:
sudochown-R$USER:$USER~/.config/appdata/bitwarden
Restart your container by running:
dockerrestartbitwarden
-
Having the owner group change will allow you to edit the files if required without running into permission issues.
\ No newline at end of file
+
Having the owner group change will allow you to edit the files if required without running into permission issues.