Skip to content

Commit 938863e

Browse files
update intranet
1 parent 67fe77c commit 938863e

File tree

3 files changed

+64
-3
lines changed

3 files changed

+64
-3
lines changed

public/intranet.html

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,67 @@ <h2>Calibre Requests</h2>
235235
</a>
236236
</div>
237237

238+
<h2 class="section-title">KVM Access</h2>
239+
240+
<div class="grid">
241+
<a
242+
href="http://192.168.68.132/#/auth/login"
243+
target="_blank"
244+
class="card help-form"
245+
>
246+
<div
247+
class="card-header"
248+
data-bg
249+
style="
250+
--card-bg-image: url(&quot;https://images.unsplash.com/photo-1683322499436-f4383dd59f5a?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&quot;);
251+
"
252+
>
253+
<div class="card-icon">🖥️</div>
254+
</div>
255+
<div class="card-content">
256+
<h2>Proxmox Server</h2>
257+
</div>
258+
</a>
259+
260+
<a
261+
href="http://192.168.68.126/#/auth/login"
262+
target="_blank"
263+
class="card help-form"
264+
>
265+
<div
266+
class="card-header"
267+
data-bg
268+
style="
269+
--card-bg-image: url(&quot;https://images.unsplash.com/photo-1591439657848-9f4b9ce436b9?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&quot;);
270+
"
271+
>
272+
<div class="card-icon">🖥️</div>
273+
</div>
274+
<div class="card-content">
275+
<h2>William's PC</h2>
276+
</div>
277+
</a>
278+
279+
<a
280+
href="http://192.168.68.116/#/auth/login"
281+
target="_blank"
282+
class="card help-form"
283+
>
284+
<div
285+
class="card-header"
286+
data-bg
287+
style="
288+
--card-bg-image: url(&quot;https://images.unsplash.com/photo-1502209877429-d7c6df9eb3f9?fm=jpg&q=60&w=3000&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&quot;);
289+
"
290+
>
291+
<div class="card-icon">🖥️</div>
292+
</div>
293+
<div class="card-content">
294+
<h2>Daniela's PC</h2>
295+
</div>
296+
</a>
297+
</div>
298+
238299
<h2 class="section-title">Server Resources</h2>
239300

240301
<!-- Server Section -->

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-12-02T06:22:09.592Z"
7+
"lastUpdated": "2025-12-02T23:19:02.418Z"
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-12-02T06:22:09.592Z
4+
* Last updated: 2025-12-02T23:19:02.419Z
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-12-02T06:22:09.592Z')
16+
lastUpdated: new Date('2025-12-02T23:19:02.418Z')
1717
}
1818
};
1919

0 commit comments

Comments
 (0)