{"id":26964419,"url":"https://github.com/nicklayb/caltar","last_synced_at":"2025-04-03T06:32:17.213Z","repository":{"id":277467070,"uuid":"932379402","full_name":"nicklayb/caltar","owner":"nicklayb","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-17T00:15:42.000Z","size":209,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T01:27:12.172Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicklayb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-13T20:21:23.000Z","updated_at":"2025-03-17T00:15:45.000Z","dependencies_parsed_at":"2025-03-01T02:23:12.740Z","dependency_job_id":"755e948d-b959-45ed-8b47-b586f82d9297","html_url":"https://github.com/nicklayb/caltar","commit_stats":null,"previous_names":["nicklayb/caltar"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicklayb%2Fcaltar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicklayb%2Fcaltar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicklayb%2Fcaltar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicklayb%2Fcaltar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicklayb","download_url":"https://codeload.github.com/nicklayb/caltar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246948006,"owners_count":20859360,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-03T06:31:23.250Z","updated_at":"2025-04-03T06:32:17.200Z","avatar_url":"https://github.com/nicklayb.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Caltar\n\nCalendar platform that supports various providers.\n\n## Installation\n\n### With Docker\n\n```yml\nservices:\n  app:\n    image: nboisvert/caltar:latest\n    container_name: caltar\n    ports:\n      - \"4000:4000\"\n    volumes:\n      - ./data:/opt/data\n    environment:\n      - TZ=America/Montreal\n      - LOCALE=fr\n      - GEONAMES_USERNAME=nboisvert\n      - SECRET_KEY_BASE=...\n      - LIVE_VIEW_SALT=...\n      - DATABASE_PATH=/opt/data/db.sqlite\n      - APP_HOST=http://localhost:4000\n    restart: always\n```\n\n**Note**: It is recommended to mount a local folder at `/opt/data` otherwise the databas will be reset at every restart.\n\nOnce the app starts, a default calendar called \"Main\" will be created.\n\nYou can then head to `http://localhost:4000` to show the calendar or `http://localhost:4000/settings` to go to the settings and configure your calendar.\n\n#### Environment\n\n- `TZ`: Timezone to convert calendar dates\n- `LOCALE`: Language, only `fr` and `en` are supported so far.\n- `GEONAMES_USERNAME`: Username of a user that has access to [Geonames](https://www.geonames.org/) (Only required to use with Formula 1 provider.\n- `SECRET_KEY_BASE`: Any random characters sequence of 64 characters long\n- `LIVE_VIEW_SALT`: Any random characters sequence of 32 characters long\n- `DATABASE_PATH`: Path to the sqlite database (It **must** be scoped under `/opt/data` inside the container).\n- `APP_HOST`: Must represent the host from which you wanna access the app.\n\n## Current provider supported\n\n- `Icalendar`: Supports `ics` endpoint to show icalendar format.\n- `Formula1`: Wrapper over `Icalendar` that are formatted more appropriately for Formula 1 (requires a `GEONAMES_USERNAME` env variable with a username registered at [Geonames](https://www.geonames.org/))\n- `Birthdays`: Birthday list\n- `Sport`: Schedule and live sporting event provided by either [theScore](https://thescore.com) or Hockey Tech (Provides mostly Canadian Hockey League).\n- `Recurring`: Recurring event that occurs every x weeks for instance.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicklayb%2Fcaltar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicklayb%2Fcaltar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicklayb%2Fcaltar/lists"}