From 4772bd046b59bdc6766fc0cfc2551f73d857a23a Mon Sep 17 00:00:00 2001 From: James Shiffer Date: Sun, 28 Jul 2024 21:10:45 -0700 Subject: [PATCH 1/9] Add Invidious to list of services --- content/services.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/services.md b/content/services.md index bdba40e..2970c15 100644 --- a/content/services.md +++ b/content/services.md @@ -13,14 +13,14 @@ Our club hosts various open source web services for the public to use: - [SuperTuxKart](https://supertuxkart.net): Racing video game server; connect to `linux.ucla.edu` +- [Invidious](https://yt.linux.ucla.edu/): Privacy-respecting YouTube frontend with no ads + ## Planned - **Mirrors**: [EndeavourOS](https://github.com/endeavouros-team/mirrors?tab=readme-ov-file) (only one US mirror!), [Arch Linux](https://wiki.archlinux.org/title/DeveloperWiki:NewMirrors) (Tier 2), [Artix](https://wiki.artixlinux.org/Main/Mirrors) (normal), [CRAN](https://cran.r-project.org/mirrors.html). - [Minetest](https://www.minetest.net/): Like Minecraft, but free and open source. -- [Invidious](https://invidious.io/): Privacy-respecting YouTube frontend with no ads - - [SearXNG](https://docs.searxng.org/): Search engine aggregator with no tracking or ads - **Backups**: once our NAS is online, we will automatically back up the contents of our members' VMs. -- 2.39.5 From e3d46b57bcaee7fe01a5d748a7dee395ccc51099 Mon Sep 17 00:00:00 2001 From: jshiffer Date: Mon, 5 Aug 2024 20:01:33 -0700 Subject: [PATCH 2/9] Add new services to list --- content/services.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/services.md b/content/services.md index 2970c15..b9952bc 100644 --- a/content/services.md +++ b/content/services.md @@ -15,12 +15,14 @@ Our club hosts various open source web services for the public to use: - [Invidious](https://yt.linux.ucla.edu/): Privacy-respecting YouTube frontend with no ads +- [Arch Linux Mirror](https://arch.linux.ucla.edu/): Tier 2 mirror which syncs twice a day from [Leaseweb](https://mirror.sfo12.us.leaseweb.net/archlinux/). Add the line `Server = https://arch.linux.ucla.edu/$repo/os/$arch` to your `/etc/pacman.d/mirrorlist` file. + +- **Backups**: our NAS automatically backs up the contents of our members' VMs three times a week. + ## Planned -- **Mirrors**: [EndeavourOS](https://github.com/endeavouros-team/mirrors?tab=readme-ov-file) (only one US mirror!), [Arch Linux](https://wiki.archlinux.org/title/DeveloperWiki:NewMirrors) (Tier 2), [Artix](https://wiki.artixlinux.org/Main/Mirrors) (normal), [CRAN](https://cran.r-project.org/mirrors.html). +- **More Mirrors**: [EndeavourOS](https://github.com/endeavouros-team/mirrors?tab=readme-ov-file) (only one US mirror!), [Artix](https://wiki.artixlinux.org/Main/Mirrors) (normal), [CRAN](https://cran.r-project.org/mirrors.html). - [Minetest](https://www.minetest.net/): Like Minecraft, but free and open source. - [SearXNG](https://docs.searxng.org/): Search engine aggregator with no tracking or ads - -- **Backups**: once our NAS is online, we will automatically back up the contents of our members' VMs. -- 2.39.5 From 6ca66f1dfefc12049df6e10c663457aa471948fb Mon Sep 17 00:00:00 2001 From: jshiffer Date: Sat, 17 Aug 2024 01:38:43 -0700 Subject: [PATCH 3/9] Remove deprecated cgit --- content/directory.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/directory.md b/content/directory.md index 8c3a05f..e31fe58 100644 --- a/content/directory.md +++ b/content/directory.md @@ -5,7 +5,6 @@ title: Directory Some of our internal websites: - [Gitea](https://git.linux.ucla.edu): includes the Git repository for the website you're viewing right now! -- [cgit](https://linux.ucla.edu/git): a more minimalist git server. - [Booru](https://booru.linux.ucla.edu): imageboard - [Orwell](https://orwell.linux.ucla.edu): server room security camera -- 2.39.5 From 9a80c3c84e78e097ca6d5bae4887bbe9ef9a82de Mon Sep 17 00:00:00 2001 From: jshiffer Date: Sat, 17 Aug 2024 01:39:42 -0700 Subject: [PATCH 4/9] Update 'content/services.md' --- content/services.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/services.md b/content/services.md index b9952bc..99504f9 100644 --- a/content/services.md +++ b/content/services.md @@ -17,6 +17,8 @@ Our club hosts various open source web services for the public to use: - [Arch Linux Mirror](https://arch.linux.ucla.edu/): Tier 2 mirror which syncs twice a day from [Leaseweb](https://mirror.sfo12.us.leaseweb.net/archlinux/). Add the line `Server = https://arch.linux.ucla.edu/$repo/os/$arch` to your `/etc/pacman.d/mirrorlist` file. +- [SearXNG](https://searx.linux.ucla.edu/): Search engine aggregator with no tracking or ads + - **Backups**: our NAS automatically backs up the contents of our members' VMs three times a week. ## Planned @@ -24,5 +26,3 @@ Our club hosts various open source web services for the public to use: - **More Mirrors**: [EndeavourOS](https://github.com/endeavouros-team/mirrors?tab=readme-ov-file) (only one US mirror!), [Artix](https://wiki.artixlinux.org/Main/Mirrors) (normal), [CRAN](https://cran.r-project.org/mirrors.html). - [Minetest](https://www.minetest.net/): Like Minecraft, but free and open source. - -- [SearXNG](https://docs.searxng.org/): Search engine aggregator with no tracking or ads -- 2.39.5 From 3d005dc16acb0ae3db8cef70dae42f85d9b8eedf Mon Sep 17 00:00:00 2001 From: jshiffer Date: Sat, 17 Aug 2024 12:24:36 -0700 Subject: [PATCH 5/9] Update 'content/services.md' --- content/services.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/services.md b/content/services.md index 99504f9..eb942f7 100644 --- a/content/services.md +++ b/content/services.md @@ -19,6 +19,8 @@ Our club hosts various open source web services for the public to use: - [SearXNG](https://searx.linux.ucla.edu/): Search engine aggregator with no tracking or ads +- [Mastodon](https://mastodon.linux.ucla.edu/): A self-hosted, federated alternative to Twitter/X. + - **Backups**: our NAS automatically backs up the contents of our members' VMs three times a week. ## Planned -- 2.39.5 From e09fd6439463f0275bf43504227f506a8a253a31 Mon Sep 17 00:00:00 2001 From: jshiffer Date: Sat, 17 Aug 2024 12:26:10 -0700 Subject: [PATCH 6/9] Update 'hugo.toml' --- hugo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hugo.toml b/hugo.toml index 741e8dd..ecf0bd1 100644 --- a/hugo.toml +++ b/hugo.toml @@ -86,6 +86,11 @@ name = "X" icon = "twitter" url = "https://x.com/uclalug" +[[params.social]] +name = "Mastodon" +icon = "at-sign" +url = "https://mastodon.linux.ucla.edu/@admin" + [[params.social]] name = "Instagram" icon = "instagram" -- 2.39.5 From fd3a461cf4d0d067b4b7585ee1523dd3ff454568 Mon Sep 17 00:00:00 2001 From: jshiffer Date: Sat, 17 Aug 2024 12:30:15 -0700 Subject: [PATCH 7/9] mastodon account verification link can be invisible, but this lets us verify our mastodon account --- layouts/partials/now.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/layouts/partials/now.html b/layouts/partials/now.html index 686489c..db5a21e 100644 --- a/layouts/partials/now.html +++ b/layouts/partials/now.html @@ -11,7 +11,12 @@ 33% { color: #45e845; } 66% {color: #4545e8; } } + + .invisible { + display: none; + } +
  1. -- 2.39.5 From 3cacf02d77b28703afe72f75bab710a6605f15bb Mon Sep 17 00:00:00 2001 From: jshiffer Date: Sun, 18 Aug 2024 18:55:30 -0700 Subject: [PATCH 8/9] Update 'content/services.md' --- content/services.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/services.md b/content/services.md index eb942f7..2ac7261 100644 --- a/content/services.md +++ b/content/services.md @@ -21,6 +21,8 @@ Our club hosts various open source web services for the public to use: - [Mastodon](https://mastodon.linux.ucla.edu/): A self-hosted, federated alternative to Twitter/X. +- [Pleroma](https://installgentoo.linux.ucla.edu/): A federated microblogging platform similar to Mastodon, but with some extra features and customization. + - **Backups**: our NAS automatically backs up the contents of our members' VMs three times a week. ## Planned -- 2.39.5 From 50cdca91b0c2cf519188c36ea9b2b213eb2246ad Mon Sep 17 00:00:00 2001 From: jshiffer Date: Tue, 20 Aug 2024 22:14:03 -0700 Subject: [PATCH 9/9] revert 3cacf02d77b28703afe72f75bab710a6605f15bb revert Update 'content/services.md' --- content/services.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/services.md b/content/services.md index 2ac7261..eb942f7 100644 --- a/content/services.md +++ b/content/services.md @@ -21,8 +21,6 @@ Our club hosts various open source web services for the public to use: - [Mastodon](https://mastodon.linux.ucla.edu/): A self-hosted, federated alternative to Twitter/X. -- [Pleroma](https://installgentoo.linux.ucla.edu/): A federated microblogging platform similar to Mastodon, but with some extra features and customization. - - **Backups**: our NAS automatically backs up the contents of our members' VMs three times a week. ## Planned -- 2.39.5