This repository was archived by the owner on Jun 5, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathapps.json
More file actions
697 lines (697 loc) · 43.8 KB
/
Copy pathapps.json
File metadata and controls
697 lines (697 loc) · 43.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
{
"name": "Homelab Dashboard",
"subtitle": "Monitor and manage your homelab",
"description": "A premium, fully native iOS app for monitoring and managing your personal Homelab ecosystem. Built with Swift 6 and SwiftUI, featuring the Liquid Glass design system.",
"iconURL": "https://raw.githubusercontent.com/JohnnWi/homelab-project/main/media-docs/app-icon.png",
"website": "https://github.com/JohnnWi/homelab-project",
"tintColor": "#4A90D9",
"apps": [
{
"name": "Homelab",
"bundleIdentifier": "homelab.foreverhomelab",
"developerName": "JohnnWi",
"subtitle": "Your homelab, in your pocket.",
"localizedDescription": "A premium, fully native iOS app for monitoring and managing your personal Homelab ecosystem.\n\nIntegrated services:\n• Portainer — Monitor Docker containers, CPU/Memory usage, Start/Stop/Restart\n• Pi-hole — Real-time query stats, blocked domains, toggle ad-blocking\n• Beszel — System monitor with CPU, Memory, Disk usage across nodes\n• Gitea — Browse repos, contribution heatmaps, syntax-highlighted code\n• Nginx Proxy Manager — Proxy hosts, redirections, SSL certificates\n• Tailscale — VPN connectivity status and quick launch\n• AdGuard Home — DNS query stats, filters, blocked services, rewrites\n• Healthcheck — Monitor uptime, response times, notifications\n• Patchmon — Track software updates and patches across your infrastructure\n• Jellystat — Monitor Jellyfin media server usage and playback stats\n• Bookmarks — Save and organize your homelab links\n\nFeatures:\n• Multi-instance support for all services\n• Cyberpunk visual mode for service cards\n• Multilingual: English, Italian, French, Spanish, German\n• Liquid Glass UI design\n• Face ID / biometric unlock",
"iconURL": "https://raw.githubusercontent.com/JohnnWi/homelab-project/main/media-docs/app-icon.png",
"tintColor": "#4A90D9",
"category": "utilities",
"screenshots": [
"https://raw.githubusercontent.com/JohnnWi/homelab-project/main/media-docs/foto-ios/IMG_9186.PNG",
"https://raw.githubusercontent.com/JohnnWi/homelab-project/main/media-docs/foto-ios/IMG_9187.PNG",
"https://raw.githubusercontent.com/JohnnWi/homelab-project/main/media-docs/foto-ios/IMG_9193.PNG",
"https://raw.githubusercontent.com/JohnnWi/homelab-project/main/media-docs/foto-ios/IMG_9190.PNG",
"https://raw.githubusercontent.com/JohnnWi/homelab-project/main/media-docs/foto-ios/IMG_9199.PNG",
"https://raw.githubusercontent.com/JohnnWi/homelab-project/main/media-docs/foto-ios/IMG_9275.PNG",
"https://raw.githubusercontent.com/JohnnWi/homelab-project/main/media-docs/foto-ios/IMG_9238.PNG",
"https://raw.githubusercontent.com/JohnnWi/homelab-project/main/media-docs/foto-ios/IMG_9200.jpg"
],
"versions": [
{
"version": "1.6.2",
"buildVersion": "38",
"date": "2026-05-06",
"localizedDescription": "Removed the crypto donation section from Settings on iOS and Android.\nCleaned up related donation strings and settings UI copy.\nIncluded minor settings maintenance for the 1.6.2 release.",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v1.6.2/Homelab.ipa",
"size": 33523307,
"minOSVersion": "26.0"
},
{
"version": "1.6.1",
"buildVersion": "37",
"date": "2026-05-06",
"localizedDescription": "Improved UniFi URL normalization across iOS and Android.\nAdded more reliable UniFi site validation and login handling.\nIncluded localization and service configuration fixes for the UniFi integration.",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v1.6.1/Homelab.ipa",
"size": 33531064,
"minOSVersion": "26.0"
},
{
"version": "1.6.0",
"buildVersion": "36",
"date": "2026-05-06",
"localizedDescription": "Added TrueNAS Scale support.\nAdded TrueNAS Core support.\nImproved Beszel integration and reliability.\nIncluded backup, login, and service catalog updates for the new TrueNAS dashboard.",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v1.6.0/Homelab.ipa",
"size": 33528358,
"minOSVersion": "26.0"
},
{
"version": "1.5.4",
"buildVersion": "35",
"date": "2026-05-03",
"localizedDescription": "Improved Dockhand session recovery across iOS and Android.\nAdded automatic re-authentication and retry handling for Dockhand requests.\nIncluded additional stability fixes for Dockhand and related request flows.",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v1.5.4/Homelab.ipa",
"size": 33420087,
"minOSVersion": "26.0"
},
{
"version": "1.5.3",
"buildVersion": "34",
"date": "2026-04-30",
"localizedDescription": "Improved Maltrail event parsing across iOS and Android.\nAdded compatibility for text-based Maltrail event responses.\nIncluded date and event handling fixes for more reliable Maltrail data.",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v1.5.3/Homelab.ipa",
"size": 33422926,
"minOSVersion": "26.0"
},
{
"version": "1.5.2",
"buildVersion": "33",
"date": "2026-04-30",
"localizedDescription": "Fixed Komodo stack detail refresh and fallback handling.\nImproved Komodo status presentation on iOS and Android.\nIncluded additional Komodo stability and UX fixes.",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v1.5.2/Homelab.ipa",
"size": 33416651,
"minOSVersion": "26.0"
},
{
"version": "1.5.1",
"buildVersion": "32",
"date": "2026-04-29",
"localizedDescription": "Fixed Komodo API payload handling across iOS and Android.\nImproved Komodo stack actions and repository compatibility.\nIncluded stability improvements for Komodo integrations.",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v1.5.1/Homelab.ipa",
"size": 33412467,
"minOSVersion": "26.0"
},
{
"version": "1.5.0",
"buildVersion": "31",
"date": "2026-04-29",
"localizedDescription": "Added Pterodactyl support across iOS and Android.\nAdded Calagopus support across iOS and Android.\nImproved game server summaries and resource status handling.\nUpdated the service catalog and README.",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v1.5.0/Homelab.ipa",
"size": 33411472,
"minOSVersion": "26.0"
},
{
"version": "1.4.0",
"buildVersion": "30",
"date": "2026-04-29",
"localizedDescription": "- Added Uptime Kuma support across iOS and Android\n- Added Ubiquiti Network support across iOS and Android\n- Expanded backup support for the new services\n- Improved service onboarding, icons, and dashboard coverage\n",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v1.4.0/Homelab.ipa",
"size": 33264131,
"minOSVersion": "26.0"
},
{
"version": "1.3.0",
"buildVersion": "29",
"date": "2026-04-24",
"localizedDescription": "- Added Komodo support across iOS and Android\n- Added Maltrail support across iOS and Android\n- Added DockMon support across iOS and Android\n- Expanded backup and restore support for the new services\n- Improved localized UI and service onboarding flows\n",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v1.3.0/Homelab.ipa",
"size": 30037007,
"minOSVersion": "26.0"
},
{
"version": "1.2.1",
"buildVersion": "28",
"date": "2026-04-22",
"localizedDescription": "- Fixed Crafty Controller integration issues\\n- Fixed Proxmox dashboard and navigation issues\\n- Improved error handling and stability across affected services",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v1.2.1/Homelab.ipa",
"size": 29734469,
"minOSVersion": "26.0"
},
{
"version": "1.2.0",
"buildVersion": "27",
"date": "2026-04-17",
"localizedDescription": "- Added Proxmox support across iOS and Android\\n- Fixed more than 50 bugs across the app\\n- Improved reliability, compatibility, and service integrations",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v1.2.0/Homelab.ipa",
"size": 29743828,
"minOSVersion": "26.0"
},
{
"version": "1.1.3",
"buildVersion": "26",
"date": "2026-04-10",
"localizedDescription": "- Fixed Wakapi integration issues across iOS and Android\\n- Improved Wakapi dashboard compatibility and data handling\\n- Added more stability improvements and quality fixes\\n- Next improvements will focus on Proxmox and Ubiquiti UniFi",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v1.1.3/Homelab.ipa",
"size": 27995154,
"minOSVersion": "26.0"
},
{
"version": "1.1.2",
"buildVersion": "25",
"date": "2026-04-07",
"localizedDescription": "- Important fixes for iOS\\n- Important fixes for Dockhand\\n- Improved service reachability handling\\n- Stability improvements",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v1.1.2/Homelab.ipa",
"size": 27923607,
"minOSVersion": "26.0"
},
{
"version": "1.1.1",
"buildVersion": "24",
"date": "2026-04-07",
"localizedDescription": "## What's New in v1.1.1\n\n- Fixed 2FA authentication for Dockhand\n- Stability improvements\n\n### Platforms\n- iOS (Swift / SwiftUI)\n- Android (Kotlin / Jetpack Compose)",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v1.1.1/Homelab.ipa",
"size": 27921041,
"minOSVersion": "26.0"
},
{
"version": "1.1.0",
"buildVersion": "23",
"date": "2026-04-07",
"localizedDescription": "## What's New in v1.1.0\n\n- New service: Wakapi\n- New service: Crafty Controller\n- Dozens of fixes and improvements\n\n### Platforms\n- iOS (Swift / SwiftUI)\n- Android (Kotlin / Jetpack Compose)",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v1.1.0/Homelab.ipa",
"size": 27921120,
"minOSVersion": "26.0"
},
{
"version": "1.0.6",
"date": "2026-04-03",
"localizedDescription": "## What's New in v1.0.6\n\n- Fix for Pangolin\n- Fix for Beszel\n- Removed cyberpunk mode\n- Fixed the Debug Logs card\n\n### Platforms\n- iOS (Swift / SwiftUI)\n- Android (Kotlin / Jetpack Compose)",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v1.0.6/Homelab.ipa",
"size": 27733867,
"minOSVersion": "18.0"
},
{
"version": "1.0.5",
"date": "2026-03-31",
"localizedDescription": "## What's New in v1.0.5\n\nFix Pangolin org-scoped API key support\n\n### Platforms\n- 📱 **iOS** (Swift / SwiftUI) — requires iOS 18.0+\n- 🤖 **Android** (Kotlin / Jetpack Compose) — requires Android 8.0+",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v1.0.5/Homelab.ipa",
"size": 27564129,
"minOSVersion": "18.0"
},
{
"version": "1.0.4",
"date": "2026-03-30",
"localizedDescription": "## What's New in v1.0.4\n\n- Fix: iOS system context menu (Copy/Paste/Select) now appears in the correct device language instead of Italian\n- Fix: App language now auto-detects device locale on first install\n- Fix: HTTP error message now clearly explains LiveContainer limitation\n- Improved URL field placeholder to show both http:// and https:// examples\n\n### Platforms\n- 📱 **iOS** (Swift / SwiftUI) — requires iOS 18.0+\n- 🤖 **Android** (Kotlin / Jetpack Compose) — requires Android 8.0+",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v1.0.4/Homelab.ipa",
"size": 27565539,
"minOSVersion": "18.0"
},
{
"version": "1.0.3",
"date": "2026-03-29",
"localizedDescription": "## What's New in v1.0.3\n\n- Critical bug fix\n\n### Platforms\n- 📱 **iOS** (Swift / SwiftUI) — requires iOS 18.0+\n- 🤖 **Android** (Kotlin / Jetpack Compose) — requires Android 8.0+",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v1.0.3/Homelab.ipa",
"size": 27562437,
"minOSVersion": "18.0"
},
{
"version": "1.0.2",
"date": "2026-03-29",
"localizedDescription": "## What's New in v1.0.2\n\n- Bug fixes and stability improvements\n- Update check interval reduced to 15 minutes — new versions now appear much faster in the in-app popup\n\n### Platforms\n- 📱 **iOS** (Swift / SwiftUI) — requires iOS 18.0+\n- 🤖 **Android** (Kotlin / Jetpack Compose) — requires Android 8.0+",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v1.0.2/Homelab.ipa",
"size": 27562431,
"minOSVersion": "18.0"
},
{
"version": "1.0.1",
"date": "2026-03-29",
"localizedDescription": "## What's New in v1.0.1\n\nPatch release focused on bug fixes and stability improvements following the v1.0.0 launch.\n\n### Platforms\n- 📱 **iOS** (Swift / SwiftUI) — requires iOS 18.0+\n- 🤖 **Android** (Kotlin / Jetpack Compose) — requires Android 8.0+",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v1.0.1/Homelab.ipa",
"size": 27562428,
"minOSVersion": "18.0"
},
{
"version": "1.0.0",
"date": "2026-03-29",
"localizedDescription": "## What's New in v1.0.0\n\nThis is a major milestone release — **Homelab 1.0** is here!\n\n### New Services\n- **Servarr Stack** — Full dashboard for the complete media automation suite:\n - Sonarr, Radarr, Lidarr, Prowlarr (arr apps with downloads, health, upcoming)\n - qBittorrent (speeds, DHT nodes, Gluetun tunnel/firewall status)\n - Bazarr (subtitle manager — missing subtitles, download status)\n - FlareSolverr (Cloudflare bypass proxy — status and version)\n - Jellyseerr (requests and pending approvals)\n- **Technitium DNS** — DNS statistics and query monitoring\n- **Pangolin / Newt** — VPN tunnel dashboard\n- **Dockhand** — Container manager dashboard\n- **Linux Update** — System update status across your hosts\n\n### Design & Customization\n- **Home redesign** — Refreshed colors, icons, and card layout\n- **Alternate app icons** — 6 variants: Default, Dark, Clear Light, Clear Dark, Tinted Light, Tinted Dark\n- **New color theme options** in Settings\n\n### Other Improvements\n- Various bug fixes and performance improvements\n\n---\n\n> **A small note:** I'm taking a short break from development to focus on my studies. Thank you for all the support — it means a lot! Development will resume soon. 🙏\n\n---\n\n### Platforms\n- 📱 **iOS** (Swift / SwiftUI) — requires iOS 18.0+\n- 🤖 **Android** (Kotlin / Jetpack Compose) — requires Android 8.0+",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v1.0.0/Homelab.ipa",
"size": 27558365,
"minOSVersion": "18.0"
},
{
"version": "0.9.2",
"date": "2026-03-26",
"localizedDescription": "## What's New in v0.9.2\n\n- **Fix**: Update popup now appears on app launch from the dashboard, not only when opening Settings\n- **UI**: Update popup is taller and more readable — changelog no longer gets cut off\n\n### Platforms\n- 📱 **iOS** (Swift / SwiftUI / Liquid Glass) — requires iOS 18.0+\n- 🤖 **Android** (Kotlin / Jetpack Compose / Material 3) — requires Android 8.0+",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v0.9.2/Homelab.ipa",
"size": 8156114,
"minOSVersion": "18.0"
},
{
"version": "0.9.1",
"date": "2026-03-26",
"localizedDescription": "## What's New in v0.9.1\n\n- **Translations complete**: Italian, French, Spanish, and German now have 100% translation coverage — all strings for backup, biometric auth, Beszel metrics, Gitea, NPM, and Plex are fully localized\n- **Bug Fix**: Fixed missing translations for backup/restore and biometric authentication screens on all languages\n\n### Platforms\n- 📱 **iOS** (Swift / SwiftUI / Liquid Glass) — requires iOS 18.0+\n- 🤖 **Android** (Kotlin / Jetpack Compose / Material 3) — requires Android 8.0+",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v0.9.1/Homelab.ipa",
"size": 8155766,
"minOSVersion": "18.0"
},
{
"version": "0.9.0",
"date": "2026-03-25",
"localizedDescription": "## What's New in v0.9.0\n\n- **Backup & Restore**: New encrypted backup system — export and import your entire configuration (services, settings, PIN) on both iOS and Android\n- **NPMplus Fix**: Fixed authentication flow for NPMplus (Nginx Proxy Manager fork) on both platforms\n- **PIN Screen**: Fixed layout and interaction issues on the PIN lock screen\n- **Android Battery Fix**: Fixed battery stats not displaying correctly in Beszel\n\n### Platforms\n- 📱 **iOS** (Swift / SwiftUI / Liquid Glass) — requires iOS 18.0+\n- 🤖 **Android** (Kotlin / Jetpack Compose / Material 3) — requires Android 8.0+",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v0.9.0/Homelab.ipa",
"size": 8147037,
"minOSVersion": "18.0"
},
{
"version": "0.8.2",
"date": "2026-03-25",
"localizedDescription": "## What's New in v0.8.2\n\n- **NPMplus Support**: Added compatibility with the NPMplus fork of Nginx Proxy Manager (cookie-based token fallback)\n- **Configured Services Page**: New dedicated page in Settings to view, add, edit, delete, and reorder all your configured services\n- **Update Popup**: Full-screen popup notification on app launch when a new version is available, with changelog display\n- **Settings Reorder**: Reorganized settings layout for better usability — donation card on top, cleaner card styles\n- **Bug Fixes**: Fixed JPEG-as-PNG resource issue on Android, improved build stability\n\n### Platforms\n- 📱 **iOS** (Swift / SwiftUI / Liquid Glass) — requires iOS 18.0+\n- 🤖 **Android** (Kotlin / Jetpack Compose / Material 3) — requires Android 8.0+",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v0.8.2/Homelab.ipa",
"size": 8056006,
"minOSVersion": "18.0"
},
{
"version": "0.8.1",
"date": "2026-03-25",
"localizedDescription": "## What's New\n\n- **Multi-GPU support in Beszel**: Systems with multiple GPUs now display all GPUs as separate cards with individual metrics and history charts (thanks @FlintyLemming!)\n- Fix Android build issues (PNG format, missing ProGuard rules)\n\n## Downloads\n- **Homelab.ipa** — iOS (sideload via SideStore/AltStore)\n- **Homelab.apk** — Android",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v0.8.1/Homelab.ipa",
"size": 8039005,
"minOSVersion": "18.0"
},
{
"version": "0.8.0",
"date": "2026-03-23",
"localizedDescription": "## What's New in v0.8.0\n\n### New Service: Plex\n- Monitor your Plex Media Server from your phone\n- View libraries, total items (Movies, Shows, Episodes, Music)\n- Active sessions with real-time playback info (resolution, bitrate, user)\n- Recently added media overview\n- Server info with version and platform details\n\n### Other\n- Vibe-coding disclaimer added to README\n- Star history chart restored\n- Updated to 12 integrated services\n\n**Full Changelog**: https://github.com/JohnnWi/homelab-project/compare/v0.7.2...v0.8.0",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v0.8.0/Homelab.ipa",
"size": 8037625,
"minOSVersion": "18.0"
},
{
"version": "0.7.2",
"date": "2026-03-21",
"localizedDescription": "## What's New in v0.7.2\n\n### New Feature\n- **In-app update banner**: the app now checks for new versions and shows a notification in Settings when an update is available\n\n### Bug Fixes\n- Fixed cyberpunk mode color inconsistencies\n- Fixed button alignment issues across multiple views\n\n### Other\n- Added `app-version.json` manifest for remote version checking\n- Updated all translations (EN, IT, FR, ES, DE)\n\n**Full Changelog**: https://github.com/JohnnWi/homelab-project/compare/v0.7.1...v0.7.2",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v0.7.2/Homelab.ipa",
"size": 7925910,
"minOSVersion": "18.0"
},
{
"version": "0.7.1",
"date": "2026-03-21",
"localizedDescription": "## What's New in v0.7.1\n\n### Bug Fix\n- **Nginx Proxy Manager**: Fixed token expiration issue — the authentication token now refreshes automatically in the background, preventing failed requests.\n\n**Full Changelog**: https://github.com/JohnnWi/homelab-project/compare/v0.7.0...v0.7.1",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v0.7.1/Homelab.ipa",
"size": 7910721,
"minOSVersion": "18.0"
},
{
"version": "0.7.0",
"date": "2026-03-21",
"localizedDescription": "What's New in v0.7.0:\n\n- New Service: Patchmon — Track software updates and patches\n- New Service: Jellystat — Monitor Jellyfin media server usage\n- Cyberpunk mode — unique visual theme for service cards\n- Android UI redesign for multiple services\n- Various bug fixes and stability improvements",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v0.7.0/Homelab.ipa",
"size": 7897101,
"minOSVersion": "18.0"
},
{
"version": "0.6.0",
"date": "2026-03-19",
"localizedDescription": "## What's New in v0.6.0\n\n### New Service: Healthcheck\n- Monitor uptime and health of your services\n- View check statuses, response times, and notifications\n- Create/edit checks with full configuration\n\n### Improvements\n- Redesigned README with table of contents and collapsible screenshot galleries\n- Fixed SWIFT_COMPILATION_MODE to persist across project regeneration\n- Updated translations (EN, IT, DE, ES, FR)\n- Various bug fixes and stability improvements\n\n**Full Changelog**: https://github.com/JohnnWi/homelab-project/compare/v0.5.0...v0.6.0",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v0.6.0/Homelab.ipa",
"size": 7387013,
"minOSVersion": "18.0"
},
{
"version": "0.5.0",
"date": "2026-03-17",
"localizedDescription": "What's New in v0.5.0:\n\n• New Service: AdGuard Home DNS\n• Dashboard with real-time query statistics\n• Query log, filters, blocked services, rewrites, user rules\n• New ServiceIcon component\n• Updated translations (EN, IT, DE, ES, FR)\n• Various bug fixes and stability improvements",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v0.5.0/Homelab.ipa",
"size": 7076402,
"minOSVersion": "18.0"
},
{
"version": "0.4.0",
"date": "2026-03-16",
"localizedDescription": "What's New in v0.4.0:\n\n• Redesigned dashboard UI for all services\n• New Beszel containers view and system detail\n• Line graph visualizations\n• Debug logging and improved error handling\n• Multi-language support updates\n• Various bug fixes and stability improvements",
"downloadURL": "https://github.com/JohnnWi/homelab-project/releases/download/v0.4.0/Homelab.ipa",
"size": 33005537,
"minOSVersion": "18.0"
}
],
"appPermissions": {
"entitlements": [],
"privacy": {
"NSFaceIDUsageDescription": "Homelab uses Face ID to quickly unlock the app.",
"NSLocalNetworkUsageDescription": "Homelab needs to access your local network to communicate with your self-hosted services."
}
}
}
],
"news": [
{
"title": "v1.6.2 — Removed the crypto donation section from Settings on iOS and Android.",
"identifier": "release-1.6.2",
"caption": "Removed the crypto donation section from Settings on iOS and Android. Cleaned up related donation strings and settings UI copy. Included minor settings maintenance for the 1.6.2 release.",
"date": "2026-05-06",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v1.6.2",
"appID": "homelab.foreverhomelab"
},
{
"title": "v1.6.1 — Improved UniFi URL normalization across iOS and Android.",
"identifier": "release-1.6.1",
"caption": "Improved UniFi URL normalization across iOS and Android. Added more reliable UniFi site validation and login handling. Included localization and service configuration fixes for the UniFi integration.",
"date": "2026-05-06",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v1.6.1",
"appID": "homelab.foreverhomelab"
},
{
"title": "v1.6.0 — Added TrueNAS Scale support.",
"identifier": "release-1.6.0",
"caption": "Added TrueNAS Scale support. Added TrueNAS Core support. Improved Beszel integration and reliability.",
"date": "2026-05-06",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v1.6.0",
"appID": "homelab.foreverhomelab"
},
{
"title": "v1.5.4 — Improved Dockhand session recovery across iOS and Android.",
"identifier": "release-1.5.4",
"caption": "Improved Dockhand session recovery across iOS and Android. Added automatic re-authentication and retry handling for Dockhand requests. Included additional stability fixes for Dockhand and related request flows.",
"date": "2026-05-03",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v1.5.4",
"appID": "homelab.foreverhomelab"
},
{
"title": "v1.5.3 — Improved Maltrail event parsing across iOS and Android.",
"identifier": "release-1.5.3",
"caption": "Improved Maltrail event parsing across iOS and Android. Added compatibility for text-based Maltrail event responses. Included date and event handling fixes for more reliable Maltrail data.",
"date": "2026-04-30",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v1.5.3",
"appID": "homelab.foreverhomelab"
},
{
"title": "v1.5.2 — Fixed Komodo stack detail refresh and fallback handling.",
"identifier": "release-1.5.2",
"caption": "Fixed Komodo stack detail refresh and fallback handling. Improved Komodo status presentation on iOS and Android. Included additional Komodo stability and UX fixes.",
"date": "2026-04-30",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v1.5.2",
"appID": "homelab.foreverhomelab"
},
{
"title": "v1.5.1 — Fixed Komodo API payload handling across iOS and Android.",
"identifier": "release-1.5.1",
"caption": "Fixed Komodo API payload handling across iOS and Android. Improved Komodo stack actions and repository compatibility. Included stability improvements for Komodo integrations.",
"date": "2026-04-29",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v1.5.1",
"appID": "homelab.foreverhomelab"
},
{
"title": "v1.5.0 — Added Pterodactyl support across iOS and Android.",
"identifier": "release-1.5.0",
"caption": "Added Pterodactyl support across iOS and Android. Added Calagopus support across iOS and Android. Improved game server summaries and resource status handling.",
"date": "2026-04-29",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v1.5.0",
"appID": "homelab.foreverhomelab"
},
{
"title": "v1.4.0 — - Added Uptime Kuma support across iOS and Android",
"identifier": "release-1.4.0",
"caption": "- Added Uptime Kuma support across iOS and Android - Added Ubiquiti Network support across iOS and Android - Expanded backup support for the new services",
"date": "2026-04-29",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v1.4.0",
"appID": "homelab.foreverhomelab"
},
{
"title": "v1.3.0 — - Added Komodo support across iOS and Android",
"identifier": "release-1.3.0",
"caption": "- Added Komodo support across iOS and Android - Added Maltrail support across iOS and Android - Added DockMon support across iOS and Android",
"date": "2026-04-24",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v1.3.0",
"appID": "homelab.foreverhomelab"
},
{
"title": "v1.2.1 — - Fixed Crafty Controller integration issues\\n- Fixed Proxmox dashboard and navigation issues\\n- Improved error handling and stability across affected services",
"identifier": "release-1.2.1",
"caption": "- Fixed Crafty Controller integration issues\\n- Fixed Proxmox dashboard and navigation issues\\n- Improved error handling and stability across affected services",
"date": "2026-04-22",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v1.2.1",
"appID": "homelab.foreverhomelab"
},
{
"title": "v1.2.0 — - Added Proxmox support across iOS and Android\\n- Fixed more than 50 bugs across the app\\n- Improved reliability, compatibility, and service integrations",
"identifier": "release-1.2.0",
"caption": "- Added Proxmox support across iOS and Android\\n- Fixed more than 50 bugs across the app\\n- Improved reliability, compatibility, and service integrations",
"date": "2026-04-17",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v1.2.0",
"appID": "homelab.foreverhomelab"
},
{
"title": "v1.1.3 — - Fixed Wakapi integration issues across iOS and Android\\n- Improved Wakapi dashboard compatibility and data handling\\n- Added more stability improvements and quality fixes\\n- Next improvements will focus on Proxmox and Ubiquiti UniFi",
"identifier": "release-1.1.3",
"caption": "- Fixed Wakapi integration issues across iOS and Android\\n- Improved Wakapi dashboard compatibility and data handling\\n- Added more stability improvements and quality fixes\\n- Next improvements will focus on Proxmox and Ubiquiti UniFi",
"date": "2026-04-10",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v1.1.3",
"appID": "homelab.foreverhomelab"
},
{
"title": "v1.1.2 — - Important fixes for iOS\\n- Important fixes for Dockhand\\n- Improved service reachability handling\\n- Stability improvements",
"identifier": "release-1.1.2",
"caption": "- Important fixes for iOS\\n- Important fixes for Dockhand\\n- Improved service reachability handling\\n- Stability improvements",
"date": "2026-04-07",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v1.1.2",
"appID": "homelab.foreverhomelab"
},
{
"title": "v1.1.1 — - Fixed 2FA authentication for Dockhand",
"identifier": "release-1.1.1",
"caption": "- Fixed 2FA authentication for Dockhand - Stability improvements - iOS (Swift / SwiftUI)",
"date": "2026-04-07",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v1.1.1",
"appID": "homelab.foreverhomelab"
},
{
"title": "v1.1.0 — - New service: Wakapi",
"identifier": "release-1.1.0",
"caption": "- New service: Wakapi - New service: Crafty Controller - Dozens of fixes and improvements",
"date": "2026-04-07",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v1.1.0",
"appID": "homelab.foreverhomelab"
},
{
"title": "v1.0.6 — - Fix for Pangolin",
"identifier": "release-1.0.6",
"caption": "- Fix for Pangolin - Fix for Beszel - Removed cyberpunk mode",
"date": "2026-04-03",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v1.0.6",
"appID": "homelab.foreverhomelab"
},
{
"title": "v1.0.5 — Fix Pangolin org-scoped API key support",
"identifier": "release-1.0.5",
"caption": "Fix Pangolin org-scoped API key support - 📱 **iOS** (Swift / SwiftUI) — requires iOS 18.0+ - 🤖 **Android** (Kotlin / Jetpack Compose) — requires Android 8.0+",
"date": "2026-03-31",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v1.0.5",
"appID": "homelab.foreverhomelab"
},
{
"title": "v1.0.4 — - Fix: iOS system context menu (Copy/Paste/Select) now appears in the correct device language instead of Italian",
"identifier": "release-1.0.4",
"caption": "- Fix: iOS system context menu (Copy/Paste/Select) now appears in the correct device language instead of Italian - Fix: App language now auto-detects device locale on first install - Fix: HTTP error message now clearly explains LiveContainer limitation",
"date": "2026-03-30",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v1.0.4",
"appID": "homelab.foreverhomelab"
},
{
"title": "v1.0.3 — - Critical bug fix",
"identifier": "release-1.0.3",
"caption": "- Critical bug fix - 📱 **iOS** (Swift / SwiftUI) — requires iOS 18.0+ - 🤖 **Android** (Kotlin / Jetpack Compose) — requires Android 8.0+",
"date": "2026-03-29",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v1.0.3",
"appID": "homelab.foreverhomelab"
},
{
"title": "v1.0.2 — - Bug fixes and stability improvements",
"identifier": "release-1.0.2",
"caption": "- Bug fixes and stability improvements - Update check interval reduced to 15 minutes — new versions now appear much faster in the in-app popup - 📱 **iOS** (Swift / SwiftUI) — requires iOS 18.0+",
"date": "2026-03-29",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v1.0.2",
"appID": "homelab.foreverhomelab"
},
{
"title": "v1.0.1 — Patch release focused on bug fixes and stability improvements following the v1.0.0 launch.",
"identifier": "release-1.0.1",
"caption": "Patch release focused on bug fixes and stability improvements following the v1.0.0 launch. - 📱 **iOS** (Swift / SwiftUI) — requires iOS 18.0+ - 🤖 **Android** (Kotlin / Jetpack Compose) — requires Android 8.0+",
"date": "2026-03-29",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v1.0.1",
"appID": "homelab.foreverhomelab"
},
{
"title": "v1.0.0 — This is a major milestone release — **Homelab 1.0** is here!",
"identifier": "release-1.0.0",
"caption": "This is a major milestone release — **Homelab 1.0** is here! - **Servarr Stack** — Full dashboard for the complete media automation suite: - Sonarr, Radarr, Lidarr, Prowlarr (arr apps with downloads, health, upcoming)",
"date": "2026-03-29",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v1.0.0",
"appID": "homelab.foreverhomelab"
},
{
"title": "v0.9.2 — - **Fix**: Update popup now appears on app launch from the dashboard, not only when opening Settings",
"identifier": "release-0.9.2",
"caption": "- **Fix**: Update popup now appears on app launch from the dashboard, not only when opening Settings - **UI**: Update popup is taller and more readable — changelog no longer gets cut off - 📱 **iOS** (Swift / SwiftUI / Liquid Glass) — requires iOS 18.0+",
"date": "2026-03-26",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v0.9.2",
"appID": "homelab.foreverhomelab"
},
{
"title": "v0.9.1 — - **Translations complete**: Italian, French, Spanish, and German now have 100% translation coverage — all strings for backup, biometric auth, Beszel metrics, Gitea, NPM, and Plex are fully localized",
"identifier": "release-0.9.1",
"caption": "- **Translations complete**: Italian, French, Spanish, and German now have 100% translation coverage — all strings for backup, biometric auth, Beszel metrics, Gitea, NPM, and Plex are fully localized - **Bug Fix**: Fixed missing translations for backup/restore and biometric authentication screens on all languages - 📱 **iOS** (Swift / SwiftUI / Liquid Glass) — requires iOS 18.0+",
"date": "2026-03-26",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v0.9.1",
"appID": "homelab.foreverhomelab"
},
{
"title": "v0.9.0 — - **Backup & Restore**: New encrypted backup system — export and import your entire configuration (services, settings, PIN) on both iOS and Android",
"identifier": "release-0.9.0",
"caption": "- **Backup & Restore**: New encrypted backup system — export and import your entire configuration (services, settings, PIN) on both iOS and Android - **NPMplus Fix**: Fixed authentication flow for NPMplus (Nginx Proxy Manager fork) on both platforms - **PIN Screen**: Fixed layout and interaction issues on the PIN lock screen",
"date": "2026-03-25",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v0.9.0",
"appID": "homelab.foreverhomelab"
},
{
"title": "v0.8.2 — What's New in v0.8.2",
"identifier": "release-0.8.2",
"caption": "What's New in v0.8.2 - **NPMplus Support**: Added compatibility with the NPMplus fork of Nginx Proxy Manager (cookie-based token fallback) - **Configured Services Page**: New dedicated page in Settings to view, add, edit, delete, and reorder all your configured services",
"date": "2026-03-25",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v0.8.2",
"appID": "homelab.foreverhomelab"
},
{
"title": "v0.8.2 — What's New",
"identifier": "release-0.8.2",
"caption": "What's New - **NPMplus Support**: Added cookie-based token fallback for NPMplus (Nginx Proxy Manager fork with CrowdSec) - **Configured Services Page**: New dedicated page in Settings to manage all connected services",
"date": "2026-03-25",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v0.8.2",
"appID": "homelab.foreverhomelab"
},
{
"title": "v0.8.1 — What's New",
"identifier": "release-0.8.1",
"caption": "What's New - **Multi-GPU support in Beszel**: Systems with multiple GPUs now display all GPUs as separate cards with individual metrics and history charts (thanks @FlintyLemming!) - Fix Android build issues (PNG format, missing ProGuard rules)",
"date": "2026-03-25",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v0.8.1",
"appID": "homelab.foreverhomelab"
},
{
"title": "v0.8.0 — What's New in v0.8.0",
"identifier": "release-0.8.0",
"caption": "What's New in v0.8.0 New Service: Plex - Monitor your Plex Media Server from your phone",
"date": "2026-03-23",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v0.8.0",
"appID": "homelab.foreverhomelab"
},
{
"title": "v0.7.2 — What's New in v0.7.2",
"identifier": "release-0.7.2",
"caption": "What's New in v0.7.2 New Feature - **In-app update banner**: the app now checks for new versions and shows a notification in Settings when an update is available",
"date": "2026-03-21",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v0.7.2",
"appID": "homelab.foreverhomelab"
},
{
"title": "v0.7.1 — What's New in v0.7.1",
"identifier": "release-0.7.1",
"caption": "What's New in v0.7.1 Bug Fix - **Nginx Proxy Manager**: Fixed token expiration issue — the authentication token now refreshes automatically in the background, preventing failed requests.",
"date": "2026-03-21",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v0.7.1",
"appID": "homelab.foreverhomelab"
},
{
"title": "v0.7.0 — Patchmon, Jellystat & Cyberpunk Mode",
"identifier": "release-0.7.0",
"caption": "New Patchmon and Jellystat services, plus a cyberpunk visual theme for service cards.",
"date": "2026-03-21",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v0.7.0",
"appID": "homelab.foreverhomelab"
},
{
"title": "v0.6.0 — Healthcheck Service",
"identifier": "release-0.6.0",
"caption": "New Healthcheck service to monitor uptime, response times, and notifications for all your services.",
"date": "2026-03-19",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v0.6.0",
"appID": "homelab.foreverhomelab"
},
{
"title": "v0.5.0 — AdGuard DNS",
"identifier": "release-0.5.0",
"caption": "New AdGuard Home DNS service with dashboard, query log, filters, and more.",
"date": "2026-03-17",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v0.5.0",
"appID": "homelab.foreverhomelab"
},
{
"title": "v0.4.0 — New UI for All Services",
"identifier": "release-0.4.0",
"caption": "Redesigned dashboard UI, new Beszel features, and improved error handling.",
"date": "2026-03-16",
"tintColor": "#4A90D9",
"notify": true,
"url": "https://github.com/JohnnWi/homelab-project/releases/tag/v0.4.0",
"appID": "homelab.foreverhomelab"
}
]
}