PassIt
Simple password manage with sharing features by group and user, but no administration interface.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "3.9"
services:
web:
image: passit/passit:stable
command: bin/start.sh
ports:
- "8000:8080"
environment:
DATABASE_URL: postgres://postgres:postgres@YOUR_HOST:5432/postgres
SECRET_KEY: change_me
IS_DEBUG: 'False'
EMAIL_URL: consolemail://
DEFAULT_FROM_EMAIL: "passit@something.com"
EMAIL_CONFIRMATION_HOST: "https://passit.some-site.com"
restart: unless-stoppedResources
Website: https://passit.io/
GitLab: https://gitlab.com/passit
Docker Hub: https://hub.docker.com/r/passit/passit
Configuration: https://passit.io/install/