Auto-commit: 2026-07-10 23:00 CT
This commit is contained in:
parent
ca76c0f92a
commit
1679915a9b
3 changed files with 12 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ Side projects built into the site.
|
|||
- [syncthing.rockcampbell.com](https://syncthing.rockcampbell.com) — Syncthing, P2P file sync
|
||||
- [torrent.rockcampbell.com](https://torrent.rockcampbell.com) — qBittorrent
|
||||
- [ops.rockcampbell.com](https://ops.rockcampbell.com) — Rocklab Ops Dashboard
|
||||
- [geopulse.rockcampbell.com](https://geopulse.rockcampbell.com) — GeoPulse, self-hosted location tracking (OwnTracks)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -95,6 +95,12 @@ contentDir = "content"
|
|||
parent = "explore"
|
||||
weight = 11
|
||||
|
||||
[[menus.main]]
|
||||
name = "GeoPulse"
|
||||
url = "https://geopulse.rockcampbell.com"
|
||||
parent = "explore"
|
||||
weight = 12
|
||||
|
||||
[[menus.footer]]
|
||||
name = "RSS"
|
||||
url = "/index.xml"
|
||||
|
|
|
|||
|
|
@ -23,6 +23,11 @@
|
|||
<span class="tool-card__name">ytdl</span>
|
||||
<span class="tool-card__desc">Download video or audio from YouTube and other sites</span>
|
||||
</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>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue