Difference between revisions of "Infrastructure:Sczi"
imported>Pew |
|||
Line 1: | Line 1: | ||
− | '''Sczi''' is our | + | '''Sczi''' is our 3rd generation web host running on [[Infrastructure:Meltdown|Meltdown]]. |
+ | |||
== History == | == History == | ||
In 2014, Sczi had been selected as the name for the new mail server for VTLUUG. However, following the [[CVL eviction]] and [[gp:Cyber Auschwitz|Cyber Auschwitz]], the LUUG decided to build a new web server using this name, and run mail on the rebuilt [[Infrastructure:Acidburn|Acidburn]] | In 2014, Sczi had been selected as the name for the new mail server for VTLUUG. However, following the [[CVL eviction]] and [[gp:Cyber Auschwitz|Cyber Auschwitz]], the LUUG decided to build a new web server using this name, and run mail on the rebuilt [[Infrastructure:Acidburn|Acidburn]] | ||
Line 7: | Line 8: | ||
== Setup == | == Setup == | ||
− | sczi is a VM running on [[Infrastructure: | + | sczi is a VM running on [[Infrastructure:Meltdown|Meltdown]]. It is running Ubuntu 18.04 and all services are run using docker-compose, with our [https://github.com/vtluug/docker-mainfests docker-manifests] repo containing all docker configuration files. |
− | + | == Web Services == | |
+ | * Nginx Proxy | ||
+ | ** [https://funkwhale.vtluug.org funkwhale] | ||
+ | ** [https://hokieprivacy.org hokieprivacy] | ||
+ | ** [https://linx.li linx.li] (and linx.vtluug.org) | ||
+ | ** [https://bash.vtluug.org vtbash] | ||
+ | ** [https://vtluug.org Main Site] | ||
+ | ** This wiki and [[gp:Main Page|Gobblerpedia]] | ||
+ | ** dex, for authing with the wikis | ||
− | == | + | == Other Services == |
− | + | * [http://gitolite.com/gitolite/index.html gitolite] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | == | + | == See Also == |
− | * [https:// | + | * [https://github.com/vtluug/docker-manifests/tree/master/sczi docker configration files] |
− | |||
− | |||
[[Category:Infrastructure]] | [[Category:Infrastructure]] | ||
[[Category:Hosts]] | [[Category:Hosts]] | ||
− |
Revision as of 08:11, 4 January 2019
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)
- vtbash
- Main Site
- This wiki and Gobblerpedia
- dex, for authing with the wikis