Enclosed
Minimalistic web application designed for sending end-to-end encrypted notes and files.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.9'
services:
enclosed:
image: corentinth/enclosed
ports:
- 8787:8787
volumes:
- ./enclosed-data:/app/.data
restart: unless-stoppedResources
Website: https://enclosed.cc/
GitHub: https://github.com/CorentinTh/enclosed
Docker Hub: https://hub.docker.com/r/corentinth/enclosed
Configuration: https://docs.enclosed.cc/self-hosting/docker-compose