From 7b3b86b0dca762ed5a692711effa15682da92ceb Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Fri, 17 Feb 2023 21:51:47 +0530 Subject: [PATCH 1/6] add pubnix faq --- src/routes/pubnix/faq/+page.svelte | 35 ++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/src/routes/pubnix/faq/+page.svelte b/src/routes/pubnix/faq/+page.svelte index 2cc1017..7373312 100644 --- a/src/routes/pubnix/faq/+page.svelte +++ b/src/routes/pubnix/faq/+page.svelte @@ -8,6 +8,37 @@

What is a pubnix?

A pubnix is a [[Unix?]] server provided by a person or a group to a group - for non-commercial recreational goals.A pubnix is a Unix server provided by a person or a group to the public + with non-commercial recreational goals. +A pubnix is a server running UNIX or a UNIX-like operating system that is + opened to the public. +

What can I do on the pubnix?

+Quite a lot! You can run Docker containers, set up a website, and learn + some amount of Linux system administration. +

How do I get started?

+First, you need to register an account. You can do that here. After registering, you need to wait a while because we manually check + each registration. If you get accepted, you will receive an E-mail. +

What's your systems specs?

+Guess you'll have to find out. Join today! +

I joined, but I have no idea what to do.

+No worries! We have put out tutorials on how to do common things on our wiki. +

Do you have a place to discuss the pubnix

+Yep! We have a matrix room to discuss the pubnix. From bebefc4a2268a47ddd522a6c68414cc32c216e2e Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Fri, 17 Feb 2023 21:52:18 +0530 Subject: [PATCH 2/6] upper case P & S makes docker compose freak out --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index e43d826..8d74c6f 100644 --- a/compose.yml +++ b/compose.yml @@ -1,7 +1,7 @@ services: website: container_name: website - image: ghcr.io/ProjectSegfault/website:latest + image: ghcr.io/projectsegfault/website:latest restart: unless-stopped # uncomment these lines if you want to build from source #build: From 9349f20cef712ae0f9a80773beeaff4d3e55e207 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Fri, 17 Feb 2023 21:52:34 +0530 Subject: [PATCH 3/6] fix fedi and matrix links --- src/routes/pubnix/User.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/pubnix/User.svelte b/src/routes/pubnix/User.svelte index e6a3621..b706714 100644 --- a/src/routes/pubnix/User.svelte +++ b/src/routes/pubnix/User.svelte @@ -53,11 +53,11 @@ {/if} {#if user.matrix} -
+
{/if} {#if user.fediverse} -
+
{/if} {#if user.website} From 06180941f98558add32788611228154c99513df8 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Fri, 17 Feb 2023 21:56:35 +0530 Subject: [PATCH 4/6] uncomment pubnix from navbar --- src/lib/Nav/Nav.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Nav/Nav.svelte b/src/lib/Nav/Nav.svelte index cd5a4dc..e7e49ba 100644 --- a/src/lib/Nav/Nav.svelte +++ b/src/lib/Nav/Nav.svelte @@ -28,7 +28,7 @@ const menus = [ { name: "Instances", url: "/instances" }, { name: "Donate", url: "/donate" }, - // { name: "Pubnix", url: "/pubnix" }, + { name: "Pubnix", url: "/pubnix" }, { name: "Contact", url: "/contact" }, { name: "Team", url: "/team" }, { From e64ef1f383c38f58cc0ec30db24d2c7fb4f1828b Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Fri, 17 Feb 2023 21:57:31 +0530 Subject: [PATCH 5/6] quote the links --- src/routes/pubnix/User.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/pubnix/User.svelte b/src/routes/pubnix/User.svelte index b706714..5b4b8b7 100644 --- a/src/routes/pubnix/User.svelte +++ b/src/routes/pubnix/User.svelte @@ -53,11 +53,11 @@ {/if} {#if user.matrix} -
+
{/if} {#if user.fediverse} -
+
{/if} {#if user.website} From 4dc54ddf1d7e0c6d9c41828a0abf151dc527a4be Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Fri, 17 Feb 2023 21:59:18 +0530 Subject: [PATCH 6/6] minor grammar fixes --- src/routes/pubnix/faq/+page.svelte | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/routes/pubnix/faq/+page.svelte b/src/routes/pubnix/faq/+page.svelte index 7373312..2cbc9a4 100644 --- a/src/routes/pubnix/faq/+page.svelte +++ b/src/routes/pubnix/faq/+page.svelte @@ -17,7 +17,7 @@ >

What can I do on the pubnix?

Quite a lot! You can run Docker containers, set up a website, and learn + >Quite a lot! You can run containers, set up a website, and learn some amount of Linux system administration.

How do I get started?

@@ -25,7 +25,7 @@ >First, you need to register an account. You can do that here. After registering, you need to wait a while because we manually check - each registration. If you get accepted, you will receive an E-mail.

What's your systems specs?

Guess you'll have to find out. Join today! @@ -33,12 +33,12 @@ No worries! We have put out tutorials on how to do common things on our wiki.wiki. -

Do you have a place to discuss the pubnix

+

Do you have a place to discuss the pubnix?

Yep! We have a matrix roomMatrix room to discuss the pubnix.