Skip to content

A simple calendar to find a day where everyone from your friend group has time

Notifications You must be signed in to change notification settings

slayernominee/day-finder

Repository files navigation

Day Finder

A simple calendar to find a day where everyone from your friend group has time

showcase calendar showcase configuration

Usage

Directly

npm install
npm run build
node .output/server/index.mjs

Docker

docker pull ghcr.io/slayernominee/day-finder
docker run -p 3000:3000 -d day-finder

or with the included docker-compose.yml file

docker-compose up -d

if you want you can use sth like nginx proxy manager as a reverse proxy to get it behind a domain and with ssl

Attention

data is saved only in memory and will on restart be lost, but that is wanted to keep it minimal and simple