HomelabMFA v1.0 — biometric gate for ntfy Push MFA

This commit is contained in:
2026-06-04 12:17:50 +00:00
commit 9f76a0a4ee
2961 changed files with 351146 additions and 0 deletions
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<!-- Background circle -->
<path
android:fillColor="#1A1A2E"
android:pathData="M0,0h108v108h-108z"/>
<!-- Shield outline -->
<path
android:fillColor="#7986CB"
android:pathData="M54,18L27,28v18c0,16.6 11.5,32.1 27,35.9C69.5,78.1 81,62.6 81,46V28L54,18z"/>
<!-- Fingerprint lines -->
<path
android:fillColor="#1A1A2E"
android:strokeColor="#1A1A2E"
android:strokeWidth="1"
android:pathData="M54,36c-5.5,0 -10,4.5 -10,10s4.5,10 10,10 10,-4.5 10,-10S59.5,36 54,36z"/>
<path
android:fillColor="#7986CB"
android:pathData="M54,40c-3.3,0 -6,2.7 -6,6s2.7,6 6,6 6,-2.7 6,-6S57.3,40 54,40z"/>
<!-- Lock shackle -->
<path
android:fillColor="#FFFFFF"
android:pathData="M54,44c-1.1,0 -2,0.9 -2,2s0.9,2 2,2 2,-0.9 2,-2S55.1,44 54,44z"/>
</vector>