Auto-commit: 2026-07-10 23:00 CT

This commit is contained in:
Rock Campbell 2026-07-10 23:00:01 +00:00
parent ca76c0f92a
commit 1679915a9b
3 changed files with 12 additions and 0 deletions

View file

@ -44,6 +44,7 @@ Side projects built into the site.
- [syncthing.rockcampbell.com](https://syncthing.rockcampbell.com) — Syncthing, P2P file sync - [syncthing.rockcampbell.com](https://syncthing.rockcampbell.com) — Syncthing, P2P file sync
- [torrent.rockcampbell.com](https://torrent.rockcampbell.com) — qBittorrent - [torrent.rockcampbell.com](https://torrent.rockcampbell.com) — qBittorrent
- [ops.rockcampbell.com](https://ops.rockcampbell.com) — Rocklab Ops Dashboard - [ops.rockcampbell.com](https://ops.rockcampbell.com) — Rocklab Ops Dashboard
- [geopulse.rockcampbell.com](https://geopulse.rockcampbell.com) — GeoPulse, self-hosted location tracking (OwnTracks)
--- ---

View file

@ -95,6 +95,12 @@ contentDir = "content"
parent = "explore" parent = "explore"
weight = 11 weight = 11
[[menus.main]]
name = "GeoPulse"
url = "https://geopulse.rockcampbell.com"
parent = "explore"
weight = 12
[[menus.footer]] [[menus.footer]]
name = "RSS" name = "RSS"
url = "/index.xml" url = "/index.xml"

View file

@ -23,6 +23,11 @@
<span class="tool-card__name">ytdl</span> <span class="tool-card__name">ytdl</span>
<span class="tool-card__desc">Download video or audio from YouTube and other sites</span> <span class="tool-card__desc">Download video or audio from YouTube and other sites</span>
</a> </a>
<a href="https://geopulse.rockcampbell.com" class="tool-card">
<span class="tool-card__icon">📍</span>
<span class="tool-card__name">GeoPulse</span>
<span class="tool-card__desc">Self-hosted location tracking — a private replacement for Google Timeline</span>
</a>
</div> </div>
</section> </section>