Enpass is a cross-platform password management app to securely store passwords and other credentials in a virtual vault locked with a master password.
Unlike most other popular password managers, Enpass is an offline password manager. The app does not store user data on its servers, but locally on their own devices, encrypted. Users can choose to synchronize their data between different devices using their own preferred cloud storage service like Google Drive, Box, Dropbox, OneDrive, iCloud, and WebDAV.
Update: The container will check on every start/restart if there is a newer version available
| Name | Value | Example |
|---|---|---|
| CUSTOM_RES_W | Minimum of 1024 pixesl (leave blank for 1024 pixels) | 1280 |
| CUSTOM_RES_H | Minimum of 768 pixesl (leave blank for 768 pixels) | 1024 |
| UMASK | Set permissions for newly created files | 0000 |
| UID | User Identifier | 99 |
| GID | Group Identifier | 100 |
docker run --name Enpass -d \
-p 8080:8080 \
--env 'CUSTOM_RES_W=1280' \
--env 'CUSTOM_RES_H=1024' \
--env 'UMASK=0000' \
--env 'UID=99' \
--env 'GID=100' \
--volume /mnt/user/appdata/enpass:/enpass \
--restart=unless-stopped\
ich777/enpass
This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it!
Content type
Image
Digest
sha256:ea6e9de4e…
Size
334.9 MB
Last updated
about 19 hours ago
docker pull ich777/enpass