Favicon of KeePassXC (LinuxServer.io)

KeePassXC (LinuxServer.io)

Manage sensitive data in an encrypted, offline file. Works across Windows, macOS, and Linux. Auto-fills credentials into apps. Free, open-source, and ad-free.

Store your most sensitive information like usernames, passwords, and notes in a highly secure, offline database. This password manager gives you full control over your data by saving it in an encrypted file that can be stored anywhere you choose, from your local drive to a private cloud solution. It operates completely offline, with no ads, no trackers, and no subscriptions.

Designed for users who demand the highest level of security, it offers a robust set of features to protect your digital life:

  • Certified Security: Your data is always encrypted. The tool has been awarded a security Visa by the French National Cybersecurity Agency (ANSSI), demonstrating its compliance with high security standards.
  • Cross-Platform Operation: Get a consistent and reliable experience whether you are using Windows, macOS, or Linux.
  • Fully Open Source: The source code is publicly available on GitHub under the GPLv3 license, allowing for complete transparency and community auditing.
  • Powerful Features: Includes a strong password generator, auto-fill for browsers and applications, and tools to import your data from other password managers.

Directory Structure

keepassxc-linuxserver-io
keepassxc
config
.env
docker-compose.yml

docker-compose.yml

services:
  keepassxc:
    image: lscr.io/linuxserver/keepassxc:latest
    container_name: keepassxc
    security_opt:
      - seccomp:unconfined
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - PASSWORD=${WEB_GUI_PASSWORD}
    volumes:
      - ./config:/config
    ports:
      - 3000:3000
      - 3001:3001
    shm_size: "1gb"
    restart: unless-stopped

.env

WEB_GUI_PASSWORD=your_super_secret_password
Categories:

Share:

Ad
Favicon

 

  
 

Similar to KeePassXC (LinuxServer.io)

Favicon

 

  
  
Favicon

 

  
  
Favicon