Sign inSign up

ich777/enpass

By ich777

•Updated about 19 hours ago

Image
4

100K+

ich777/enpass repository overview

⁠Enpass in Docker optimized for Unraid

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

⁠Env params

NameValueExample
CUSTOM_RES_WMinimum of 1024 pixesl (leave blank for 1024 pixels)1280
CUSTOM_RES_HMinimum of 768 pixesl (leave blank for 768 pixels)1024
UMASKSet permissions for newly created files0000
UIDUser Identifier99
GIDGroup Identifier100

⁠Run example

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
⁠Webgui address: http://[SERVERIP]:[PORT]/vnc.html?autoconnect=true

This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it!

⁠Support Thread: https://forums.unraid.net/topic/83786-support-ich777-application-dockers/⁠

Tag summary

Content type

Image

Digest

sha256:ea6e9de4e…

Size

334.9 MB

Last updated

about 19 hours ago

docker pull ich777/enpass