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