drim

August 5, 2026 ยท View on GitHub

One-click deployment tool for self-hosted Kaneo instances.

All you need. Nothing you don't.

Demo

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:

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.