Time Zones Are Hard https://tz.kdy.ch
 
 
 
Go to file
Kody 645829e785
Build / Build (push) Successful in 1m59s Details
Run oxipng
2023-09-20 22:38:14 +02:00
.forgejo/workflows revert 82f7c56e32 2023-09-10 19:12:28 +00:00
css Fix colors; Fix size of icon on smaller width 2023-09-20 14:21:48 +02:00
img Run oxipng 2023-09-20 22:38:14 +02:00
js Yeet Nuxt for some simple PHP 2023-08-17 17:58:46 +02:00
.dockerignore Lighter docker image 2023-09-05 17:58:59 +02:00
.gitignore Yeet Nuxt for some simple PHP 2023-08-17 17:58:46 +02:00
Dockerfile Lighter docker image 2023-09-05 17:58:59 +02:00
LICENSE Init; Just some base stuff to start 2023-08-11 18:19:48 +02:00
README.md Formating and update comments 2023-09-19 16:40:32 +02:00
browserconfig.xml Better nojs display; Fix title; Icons; Share 2023-09-19 15:11:22 +02:00
favicon.ico Better nojs display; Fix title; Icons; Share 2023-09-19 15:11:22 +02:00
index.php Don't need to execute that JS every time 2023-09-19 22:59:51 +02:00
renovate.json Update renovate.json 2023-08-18 15:41:06 +00:00
routing.php For security 2023-09-19 15:20:01 +02:00
site.webmanifest Better nojs display; Fix title; Icons; Share 2023-09-19 15:11:22 +02:00

README.md

Time Zones Are Hard

But this site is simple

Dev

# Build CSS, you can add `--watch` too
sass -s compressed css/

# Run local PHP server
php -S 127.0.0.1:8080 routing.php

Docker

# Build it locally if you want, or skip this step to pull from my packages
docker build . -t git.rita.moe/kody/tz:latest

# Change the first "8080" with the port you want to have on your host
# Or omit "-p 8080:8080" if you're using a reverse-proxy within the docker network
docker run -d -p 8080:8080 --name tz git.rita.moe/kody/tz:latest