mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-04-10 12:49:29 +02:00
add blossom apps to other stuff
This commit is contained in:
parent
e22b9aac17
commit
779d7de2d1
@ -187,6 +187,22 @@ export const externalTools: App[] = [
|
||||
image: "https://nosbin.com/logo.png",
|
||||
isExternal: true,
|
||||
},
|
||||
{
|
||||
id: "blossom.hzrd149.com",
|
||||
title: "Blossom Drive",
|
||||
description: "Upload and organize blobs",
|
||||
to: "https://blossom.hzrd149.com/",
|
||||
image: "https://blossom.hzrd149.com/pwa-192x192.png",
|
||||
isExternal: true,
|
||||
},
|
||||
{
|
||||
id: "bouquet.slidestr.net",
|
||||
title: "Bouquet",
|
||||
description: "Manage your blobs on multiple servers",
|
||||
to: "https://bouquet.slidestr.net/",
|
||||
image: "https://bouquet.slidestr.net/bouquet.png",
|
||||
isExternal: true,
|
||||
},
|
||||
];
|
||||
|
||||
export const allApps = [...internalApps, ...internalTools, ...externalTools];
|
||||
|
Loading…
x
Reference in New Issue
Block a user