A simple calendar to find a day where everyone from your friend group has time
https://dayfinder.ux6.eu
- Vue 65.3%
- TypeScript 26.9%
- JavaScript 4%
- CSS 2.8%
- Dockerfile 1%
| .github/workflows | ||
| .showcase | ||
| assets/css | ||
| components | ||
| lib | ||
| pages | ||
| public | ||
| server | ||
| .gitignore | ||
| app.vue | ||
| components.json | ||
| docker-compose.yml | ||
| Dockerfile | ||
| nuxt.config.ts | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.json | ||
Day Finder
A simple calendar to find a day where everyone from your friend group has time
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

