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 diff --git a/content/services.md b/content/services.md index bdba40e..eb942f7 100644 --- a/content/services.md +++ b/content/services.md @@ -13,14 +13,18 @@ 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 + +- [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 + +- [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 -- **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. - -- [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. 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" 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; + } +Mastodon