A simple calendar to find a day where everyone from your friend group has time https://dayfinder.ux6.eu
This repository has been archived on 2026-08-11. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Vue 65.3%
  • TypeScript 26.9%
  • JavaScript 4%
  • CSS 2.8%
  • Dockerfile 1%
Find a file
2024-12-31 14:39:17 +01:00
.github/workflows Update docker-publish.yml 2024-12-30 16:46:45 +01:00
.showcase readme, and sth i forgot 2024-12-29 15:38:21 +01:00
assets/css responsive design 2024-12-29 16:37:38 +01:00
components better error returns, id not found error toast 2024-12-31 14:39:17 +01:00
lib . 2024-12-29 00:44:43 +01:00
pages better error returns, id not found error toast 2024-12-31 14:39:17 +01:00
public npx init 2024-12-28 22:48:01 +01:00
server better error returns, id not found error toast 2024-12-31 14:39:17 +01:00
.gitignore npx init 2024-12-28 22:48:01 +01:00
app.vue better error returns, id not found error toast 2024-12-31 14:39:17 +01:00
components.json . 2024-12-29 00:44:43 +01:00
docker-compose.yml readme, compose update 2024-12-30 16:50:08 +01:00
Dockerfile docker method 2024-12-29 15:53:04 +01:00
nuxt.config.ts readme, and sth i forgot 2024-12-29 15:39:15 +01:00
package-lock.json better error returns, id not found error toast 2024-12-31 14:39:17 +01:00
package.json better error returns, id not found error toast 2024-12-31 14:39:17 +01:00
README.md readme, compose update 2024-12-30 16:50:08 +01:00
tailwind.config.js . 2024-12-29 00:44:43 +01:00
tsconfig.json npx init 2024-12-28 22:48:01 +01:00

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