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.
curl -fsSL https://assets.kaneo.app/install.sh | shThen deploy:
drim setupOr do both at once, with automatic HTTPS for your domain:
curl -fsSL https://assets.kaneo.app/install.sh | sh -s -- --setup --domain=kaneo.example.comFull 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
See CONTRIBUTING.md. Bugs and feature requests go in issues; vulnerabilities go to SECURITY.md so they can be handled privately.
MIT. See LICENSE.