Colanode
Open-source and local-first Slack and Notion alternative
Alternative to: notion, slack
v0.2.1
2025-06-12Highlights
We have enabled login with Google currently only for the web app (desktop support coming in the future). To enable Google login for your self-hosted server, set the following environment variables:
# ACCOUNT_GOOGLE_ENABLED: 'true'
# ACCOUNT_GOOGLE_CLIENT_ID: 'your_google_client_id'
# ACCOUNT_GOOGLE_CLIENT_SECRET: 'your_google_client_secret'
What’s Changed
- Implement login with google by @hakanshehu in https://github.com/colanode/colanode/pull/57
- Server settings dialog and other minor improvements by @hakanshehu in https://github.com/colanode/colanode/pull/58
- Change default cors origin to localhost:4000 by @hakanshehu in https://github.com/colanode/colanode/pull/59
- Prepare for release 0.2.1 by @hakanshehu in https://github.com/colanode/colanode/pull/60
Full Changelog: https://github.com/colanode/colanode/compare/v0.2.0…v0.2.1