Files
work-timerer/README.md
Beesquit e1bbf19387
All checks were successful
Build and Push Docker Image / build-and-push (release) Successful in 48s
updated ci
2025-10-16 13:30:45 +03:00

697 B

work-timerer

Simple web app that shows time left to work and some more things

Installation

You can run the app running just index.html or you using docker compose.

Just copy this compose.yml file:

services:
  work-timerer:
    image: git.frik.su/Beesquit/work-timerer:latest
    container_name: work-timerer
    ports:
      - 4000:80
    volumes:
      - ./src:/usr/share/nginx/html
    restart: unless-stopped

The application should be available at the localhost:4000

Todo:

  • Make travel time customizable with env

Limitations:

  • The app is linked to the system time
  • If you live in a different timezone than your office the app will not work correctly