WIP: Update list of FOSS services #3
@ -5,7 +5,6 @@ title: Directory
|
|||||||
Some of our internal websites:
|
Some of our internal websites:
|
||||||
- [Gitea](https://git.linux.ucla.edu): includes the Git repository for the
|
- [Gitea](https://git.linux.ucla.edu): includes the Git repository for the
|
||||||
website you're viewing right now!
|
website you're viewing right now!
|
||||||
- [cgit](https://linux.ucla.edu/git): a more minimalist git server.
|
|
||||||
- [Booru](https://booru.linux.ucla.edu): imageboard
|
- [Booru](https://booru.linux.ucla.edu): imageboard
|
||||||
- [Orwell](https://orwell.linux.ucla.edu): server room security camera
|
- [Orwell](https://orwell.linux.ucla.edu): server room security camera
|
||||||
|
|
||||||
|
@ -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`
|
- [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
|
## 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.
|
- [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.
|
|
||||||
|
@ -86,6 +86,11 @@ name = "X"
|
|||||||
icon = "twitter"
|
icon = "twitter"
|
||||||
url = "https://x.com/uclalug"
|
url = "https://x.com/uclalug"
|
||||||
|
|
||||||
|
[[params.social]]
|
||||||
|
name = "Mastodon"
|
||||||
|
icon = "at-sign"
|
||||||
|
url = "https://mastodon.linux.ucla.edu/@admin"
|
||||||
|
|
||||||
[[params.social]]
|
[[params.social]]
|
||||||
name = "Instagram"
|
name = "Instagram"
|
||||||
icon = "instagram"
|
icon = "instagram"
|
||||||
|
@ -11,7 +11,12 @@
|
|||||||
33% { color: #45e845; }
|
33% { color: #45e845; }
|
||||||
66% {color: #4545e8; }
|
66% {color: #4545e8; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.invisible {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<a class="invisible" rel="me" href="https://mastodon.linux.ucla.edu/@admin">Mastodon</a>
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
<a href="/events/ewaste-s24">
|
<a href="/events/ewaste-s24">
|
||||||
|
Loading…
Reference in New Issue
Block a user