Time Zones Are Hard
https://tz.kdy.ch
Build / Build (push) Successful in 1m59s
Details
|
||
---|---|---|
.forgejo/workflows | ||
css | ||
img | ||
js | ||
.dockerignore | ||
.gitignore | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
browserconfig.xml | ||
favicon.ico | ||
index.php | ||
renovate.json | ||
routing.php | ||
site.webmanifest |
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