Difference between revisions of "Infrastructure:Sczi"
(→Other Services) |
(gitolite -> gitea) |
||
(One intermediate revision by the same user not shown) | |||
Line 12: | Line 12: | ||
== Web Services == | == Web Services == | ||
* Nginx Proxy | * Nginx Proxy | ||
− | ** [https://funkwhale.vtluug.org funkwhale] | + | ** <s>[https://funkwhale.vtluug.org funkwhale]</s> |
** [https://hokieprivacy.org hokieprivacy] | ** [https://hokieprivacy.org hokieprivacy] | ||
− | ** [https://linx.li linx.li] (and linx.vtluug.org) | + | ** <s>[https://linx.li linx.li] (and linx.vtluug.org)</s> arbitrary file upload found to be too risqué for LUUG hardware |
** [https://bash.vtluug.org vtbash] | ** [https://bash.vtluug.org vtbash] | ||
** [https://vtluug.org Main Site] | ** [https://vtluug.org Main Site] | ||
Line 20: | Line 20: | ||
** dex, for authing with the wikis | ** dex, for authing with the wikis | ||
** https://vtluug.org/users/~$user - User homepages | ** https://vtluug.org/users/~$user - User homepages | ||
+ | ** [https://search.vtluug.org 4get] a metasearch engine | ||
+ | ** [https://git.vtluug.org Gitea] a Github-esque git server with dex/LUUG OpenID auth | ||
+ | ** [https://element.vtluug.org element], a Matrix client | ||
== Other Services == | == Other Services == | ||
− | === | + | === Gitea === |
− | + | The LUUG uses Gitea to host internal and administrative repositories. Apart from the web frontend and HTTP endpoints, you can use git over SSH with the following credentials: | |
− | + | git@sczi.vtluug.org:9000 | |
− | |||
− | |||
== See Also == | == See Also == |
Latest revision as of 08:40, 26 October 2024
Sczi is our 3rd generation web host running on Meltdown.
History
In 2014, Sczi had been selected as the name for the new mail server for VTLUUG. However, following the CVL eviction and Cyber Auschwitz, the LUUG decided to build a new web server using this name, and run mail on the rebuilt Acidburn
Name
The name is taken from a real-life hacker from the University of Maryland, who had previously come to many VTLUUG hackathons and cyber-security summits. The man has since disappeared.
Setup
sczi is a VM running on Meltdown. It is running Ubuntu 18.04 and all services are run using docker-compose, with our docker-manifests repo containing all docker configuration files.
Web Services
- Nginx Proxy
funkwhale- hokieprivacy
linx.li (and linx.vtluug.org)arbitrary file upload found to be too risqué for LUUG hardware- vtbash
- Main Site
- This wiki and Gobblerpedia
- dex, for authing with the wikis
- https://vtluug.org/users/~$user - User homepages
- 4get a metasearch engine
- Gitea a Github-esque git server with dex/LUUG OpenID auth
- element, a Matrix client
Other Services
Gitea
The LUUG uses Gitea to host internal and administrative repositories. Apart from the web frontend and HTTP endpoints, you can use git over SSH with the following credentials:
git@sczi.vtluug.org:9000