Time Zones Are Hard - https://tz.rita.moe
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

PHP 83.4%
SCSS 15.3%
Dockerfile 1.3%
31 2 0

Clone this repository

https://tangled.org/rita.moe/tz https://tangled.org/did:plc:ifih2t3hdlosbdunucq5bnwd/tz
git@knot.rita.moe:rita.moe/tz git@knot.rita.moe:did:plc:ifih2t3hdlosbdunucq5bnwd/tz

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
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