drim
August 5, 2026 ยท View on GitHub
One-click deployment tool for self-hosted Kaneo instances.
All you need. Nothing you don't.

drim generates your docker-compose.yml, Caddyfile and .env, installs Docker if it is
missing, and brings the stack up, so a fresh server goes from nothing to a running Kaneo in
one command.
Install
curl -fsSL https://assets.kaneo.app/install.sh | sh
Then deploy:
drim setup
Or do both at once, with automatic HTTPS for your domain:
curl -fsSL https://assets.kaneo.app/install.sh | sh -s -- --setup --domain=kaneo.example.com
Documentation
Full documentation lives in the Kaneo docs:
- Deploy with drim covers every command, the install script options, configuration, and requirements
- Migrating to drim covers moving an existing deployment onto drim, and updating an older one to the current single-container layout
- Environment variables
Contributing
See CONTRIBUTING.md. Bugs and feature requests go in issues; vulnerabilities go to SECURITY.md so they can be handled privately.
License
MIT. See LICENSE.