From d4a93a18616be28a7cd57b54d7ba9523d0ed316b Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Sat, 9 Sep 2023 22:55:55 +0530 Subject: [PATCH] add note about 10GB on pubnix, and add nc to instance list --- src/routes/instances/instances.ts | 7 +++++++ src/routes/pubnix/faq/+page.svelte | 2 ++ static/icons/nextcloud.svg | 3 +++ 3 files changed, 12 insertions(+) create mode 100644 static/icons/nextcloud.svg diff --git a/src/routes/instances/instances.ts b/src/routes/instances/instances.ts index 3c3029b..2b8b11d 100644 --- a/src/routes/instances/instances.ts +++ b/src/routes/instances/instances.ts @@ -295,6 +295,13 @@ const instances: Instances[] = [ short_eu: "https://lt.psf.lt/", icon: "/icons/libretranslate.png" }, + { + name: "NextCloud", + description: "Open-source file storage solution and alternative to the google suite.", + eu: "https://nc.projectsegfau.lt/", + short_eu: "https://nc.psf.lt/", + icon: "/icons/nextcloud.svg" + }, { name: "Akkoma", description: "Federated microblogging platform.", diff --git a/src/routes/pubnix/faq/+page.svelte b/src/routes/pubnix/faq/+page.svelte index cd06ded..5d21fb2 100644 --- a/src/routes/pubnix/faq/+page.svelte +++ b/src/routes/pubnix/faq/+page.svelte @@ -46,3 +46,5 @@ >XMPP MUC to discuss the pubnix. +

10GB isn't enough for me!

+Money doesn't grow on trees :P. To make the project sustainable, we have decided to make extra storage (upto 30GB) on the Pubnix require at minimum an yearly donation of 10$ (or equivalent in UPI/Crypto). Once you have donated, please contact us so we can give you the extra storage once verified. diff --git a/static/icons/nextcloud.svg b/static/icons/nextcloud.svg new file mode 100644 index 0000000..cc0cdb6 --- /dev/null +++ b/static/icons/nextcloud.svg @@ -0,0 +1,3 @@ + + +image/svg+xml \ No newline at end of file