Mistborn provides a platform to create your own virtual private cloud and manage all your self-hosted services through a convenient WebUI. It's designed for individuals who want to take back control of their data and applications without compromising on security.
The platform comes equipped with a robust set of security tools to protect your digital environment. Key features include:
Easily deploy and manage popular applications like Nextcloud, Jitsi, Home Assistant, and many more. Mistborn gives you the foundation to build a secure, private, and fully-featured cloud environment that you control.
services:
mistborn:
image: cyber5k/mistborn:latest
container_name: mistborn
cap_add:
- NET_ADMIN
- SYS_MODULE
sysctls:
- net.ipv4.ip_forward=1
- net.ipv4.conf.all.src_valid_mark=1
ports:
- '80:80'
- '443:443'
- '51820:51820/udp'
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./mistborn-data:/var/lib/mistborn
environment:
- ADMIN_PASSWORD=${ADMIN_PASSWORD}
restart: unless-stoppedADMIN_PASSWORD=SuperSecretMistbornPassword123Auto-fetched 18 minutes ago