From a18537bf9cef30451ad529ffa80400da48a79c41 Mon Sep 17 00:00:00 2001 From: toufic ar Date: Sun, 19 Jul 2026 18:44:31 +0300 Subject: add autopush entry, wrap card URL references --- src/lib/components/Services.svelte | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'src/lib/components/Services.svelte') diff --git a/src/lib/components/Services.svelte b/src/lib/components/Services.svelte index d291599..444bd66 100644 --- a/src/lib/components/Services.svelte +++ b/src/lib/components/Services.svelte @@ -61,6 +61,29 @@ }, ], }, + { + icon: "iconify-[fa7-solid--bell]", + name: "push notifications", + description: + "autopush server, you can use this with Sunup for push notifications using UnifiedPush", + source: + "https://git.toufy.me/servers/tree/adonis/captiveportal/default.nix", + url: "https://push.toufy.me", + references: [ + { + name: "autopush", + url: "https://github.com/mozilla-services/autopush-rs", + }, + { + name: "UnifiedPush", + url: "https://unifiedpush.org", + }, + { + name: "Sunup", + url: "https://codeberg.org/Sunup/android", + }, + ], + }, ]; -- cgit v1.3.1