Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 743 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 743 Bytes

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