feat(index): add Home Assistant
This commit is contained in:
parent
76e0ae782a
commit
51b902f13e
2 changed files with 5 additions and 0 deletions
4
public/icons/home-assistant.svg
Normal file
4
public/icons/home-assistant.svg
Normal file
|
@ -0,0 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#e5e7eb" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
|
||||
<path d="M10 12V8.964"/><path d="M14 12V8.964"/><path d="M15 12a1 1 0 0 1 1 1v2a2 2 0 0 1-2 2h-4a2 2 0 0 1-2-2v-2a1 1 0 0 1 1-1z"/>
|
||||
<path d="M8.5 21H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2v-2"/>
|
||||
</svg>
|
After Width: | Height: | Size: 442 B |
|
@ -10,6 +10,7 @@ const services = [
|
|||
{ serviceName: "Element" },
|
||||
{ serviceName: "Gitea", serviceUrl: "https://git.home.arpa" },
|
||||
{ serviceName: "Headplane", serviceUrl: "https://headscale.home.arpa/admin" },
|
||||
{ serviceName: "Home Assistant", serviceUrl: "https://ha.home.arpa" },
|
||||
{ serviceName: "Immich" },
|
||||
{ serviceName: "Lodestone" },
|
||||
{ serviceName: "Maloja" },
|
||||
|
|
Loading…
Add table
Reference in a new issue