Skip to content

Commit ad7d9b4

Browse files
2 parents cadf784 + 012785b commit ad7d9b4

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

diagram.svg

Lines changed: 1 addition & 1 deletion
Loading

public/intranet.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,26 @@ <h2>Wger</h2>
589589
</div>
590590
</a>
591591

592+
<a
593+
href="http://192.168.68.122:3000"
594+
target="_blank"
595+
class="card placeholder"
596+
>
597+
<div
598+
class="card-header"
599+
data-bg
600+
style="
601+
--card-bg-image: url(&quot;https://images.unsplash.com/photo-1551403793-813bd2ab3fe8?q=80&w=1171&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&quot;);
602+
"
603+
>
604+
<div class="card-icon">🛫</div>
605+
</div>
606+
<div class="card-content">
607+
<h2>AirTrail</h2>
608+
<p>Self-hosted flight statistics and tracking.</p>
609+
</div>
610+
</a>
611+
592612
<a
593613
href="http://192.168.68.121:3001/status/proxmox"
594614
target="_blank"

src/data/google-maps-stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"totalViews": 0,
55
"totalPhotos": 0,
66
"totalReviews": 0,
7-
"lastUpdated": "2025-11-11T06:21:13.580Z"
7+
"lastUpdated": "2025-11-17T06:21:41.495Z"
88
}

src/utils/googleMapsCache.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Cached Google Maps statistics
33
* Generated by scripts/fetch-google-maps-stats.js
4-
* Last updated: 2025-11-11T06:21:13.581Z
4+
* Last updated: 2025-11-17T06:21:41.496Z
55
*/
66

77
import type { GoogleMapsStats } from './googleMaps.js';
@@ -13,7 +13,7 @@ export const cachedGoogleMapsStats: Record<string, GoogleMapsStats> = {
1313
totalViews: 0,
1414
totalPhotos: 0,
1515
totalReviews: 0,
16-
lastUpdated: new Date('2025-11-11T06:21:13.580Z')
16+
lastUpdated: new Date('2025-11-17T06:21:41.495Z')
1717
}
1818
};
1919

0 commit comments

Comments
 (0)