Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A static website that tracks our trip to Texas Linux Festival 2025.

## Overview

This repository contains the source code for the Jupiter Broadcasting Texas Tracker; a static website that displays our trip progress to Texas. We use a Nix flake to build a container that runs on our backend, which also runs [dawarich](https://github.com/okteto/dawarich). We report our location to dawarich, and then the container scrapes our point info, accumulates it, and pushes it to an S3 bucket. The `index.html` static site then reads from S3 and displays the tracking information.
This repository contains the source code for the Jupiter Broadcasting Texas Tracker; a static website that displays our trip progress to Texas. We use a Nix flake to build a container that runs on our backend, which also runs [dawarich](https://github.com/Freika/dawarich). We report our location to dawarich, and then the container scrapes our point info, accumulates it, and pushes it to an S3 bucket. The `index.html` static site then reads from S3 and displays the tracking information.

You can view the live tracker at [Texas Tracker](https://texastracker.jupiterbroadcasting.com).

Expand Down