diff options
Diffstat (limited to 'src/lib/components/Services.svelte')
| -rw-r--r-- | src/lib/components/Services.svelte | 23 |
1 files changed, 23 insertions, 0 deletions
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", + }, + ], + }, ]; </script> |
