Full Changelog: v1.0.0...v1.1.4
Welcome to Keeper
This is an open-source calendar syncing project I created out of mild frustration.
- Source anonymized events in iCal/ICS format from remote sources
- Link CalDAV, or accounts such as iCloud, FastMail, Google Calendar, and Outlook as destinations.
- Easily self-hostable
- Future release notes will be more detailed, for now please refer to the README.md in the root.
Recent Changes
- Adds a turbo.json to each service package to allow for the Docker image to be able to environment passthrough whitelisted variables. Prior to this, attempting to pass variables had no effect on the containers since we are running the process through Turbo.
- Adds a
turbo.jsonto the@keeper.sh/databasepackage so that migrations can be run through the@keeper.sh/apipackage in the Docker image. - This improves the Docker configuration by implementing steps & caching to reduce end-bundle size.
- Ensure's that environment variables needed at build time propagate when running in the Docker container
- Please note that the
@keeper.sh/webcontainer is still quite large since it needs to ship with the capability to build. - Ensure that for the
@keeper.sh/webcontainer, start depends on build.