1
Fork 0

Specify full urls for homer services

This commit is contained in:
prescientmoon 2024-02-24 04:32:30 +01:00
parent 71a6fc6817
commit 18c18acc90
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4

View file

@ -43,19 +43,19 @@ in
name = "Vaultwarden"; name = "Vaultwarden";
subtitle = "Password manager"; subtitle = "Password manager";
logo = icon "bitwarden.png"; logo = icon "bitwarden.png";
url = "warden.moonythm.dev"; url = "https://warden.moonythm.dev";
} }
{ {
name = "Syncthing"; name = "Syncthing";
subtitle = "File synchronization"; subtitle = "File synchronization";
logo = icon "syncthing.png"; logo = icon "syncthing.png";
url = "syncthing.lapetus.moonythm.dev"; url = "https://syncthing.lapetus.moonythm.dev";
} }
{ {
name = "Whoogle"; name = "Whoogle";
subtitle = "Search engine"; subtitle = "Search engine";
logo = icon "whoogle.webp"; logo = icon "whoogle.webp";
url = "search.moonythm.dev"; url = "https://search.moonythm.dev";
} }
]; ];
} }
@ -67,19 +67,19 @@ in
name = "Intray"; name = "Intray";
subtitle = "GTD capture tool"; subtitle = "GTD capture tool";
icon = fa "cubes-stacked"; icon = fa "cubes-stacked";
url = "intray.moonythm.dev"; url = "https://intray.moonythm.dev";
} }
{ {
name = "Smos"; name = "Smos";
subtitle = "A comprehensive self-management system."; subtitle = "A comprehensive self-management system.";
icon = fa "list"; icon = fa "list";
url = "smos.moonythm.dev"; url = "https://smos.moonythm.dev";
} }
{ {
name = "Actual"; name = "Actual";
subtitle = "Budgeting tool"; subtitle = "Budgeting tool";
logo = icon "actual.png"; logo = icon "actual.png";
url = "actual.moonythm.dev"; url = "https://actual.moonythm.dev";
} }
]; ];
} }