# affine > A privacy-focused, local-first, open-source, and ready-to-use alternative for Notion & Miro. * **Maintainer**: [@val](https://git.coopcloud.tech/val) * **Status**: `testing` * **Category**: Apps * **Image**: [`affine`](https://hub.docker.com/r/affine), 4, upstream * **Healthcheck**: Yes * **Backups**: Yes * **Email**: Yes * **Tests**: No * **SSO**: Not via env, but possible via GUI ## Quick start * `abra app * `abra app new affine` * when smtp is used: `abra app secret insert smtp_password v1` * `abra app secret generate --all ` * `abra app config ` * `abra app deploy ` For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech). ## note on maintenance The default version of the recipe reflects the last "manually" tested deployment of a stable version. If you want to go with the stable versions, or want to test latest or a nightly, just adapt `IMAGE_VERSION` in the env. ## potential evolvement of the recipe - [ ] insert private encryption key via secret (at the moment it's stored in the config-volume, as this is affine default) - [ ] include more config options via .env, [using config.js](https://github.com/toeverything/AFFiNE/tree/canary/.docker/selfhost)