Difference between revisions of "Infrastructure:Sczi"

From the Linux and Unix Users Group at Virginia Teck Wiki
Jump to: navigation, search
imported>Echarlie
(Other Services)
 
(21 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Sczi is our 2nd generation [[Infrastructure:Cyberdelia|cyberdelia]] web-host. It is projected to replace [[Infrastructure:Milton|milton]] in March of [[Category:2016|2016]].
+
'''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]], it was decided to build a new web server, using this name.
+
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]]
  
 
== Name ==
 
== Name ==
The name is stolen from a real-life hacker from the University of Maryland, who had previously come to many VTLUUG hackathons and cybersecurity summits. The man has since disapeared.
+
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 ==
 
== Setup ==
sczi is a VM running on [[Infrastructure:Cyberdelia|cyberdelia]]. It is running Debian 8.3 "Jessie", as of installation, and will be integrated with both LDAP and NFS. Most web pages are statically generated HTML served by nginx.
+
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.
  
== Projected Features ==
+
== Web Services ==
* [https://www.hokieprivacy.org Hokie Privacy]
+
* Nginx Proxy
* [https://www.vtluug.org VTLUUG Website]
+
** [https://funkwhale.vtluug.org funkwhale]
* [[Main_page|VTLUUG Wiki]]
+
** [https://hokieprivacy.org hokieprivacy]
* [[gp:Main page|Gobblerpedia]]
+
** [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
 +
** https://vtluug.org/users/~$user - User homepages
 +
 
 +
== Other Services ==
 +
=== gitolite ===
 +
[http://gitolite.com/gitolite/index.html gitolite] is used for hosting of internal repos. It runs ssh in a Docker container mapped to port 9000.
 +
 
 +
To use this:
 +
* Someone with <tt>gitolite-admin</tt> access needs to add your publickey (and optionally configure a repo for you)
 +
* Clone your repo on port 9000 as the <tt>git</tt> user, e.g. <tt>git clone ssh://git@sczi.vtluug.org:9000/testing.git</tt>
 +
 
 +
== See Also ==
 +
* [https://github.com/vtluug/docker-manifests/tree/master/sczi docker configration files]
 +
* [[Infrastructure:Sczi_(2nd_generation)]]
  
[[Category:2016]]
 
 
[[Category:Infrastructure]]
 
[[Category:Infrastructure]]
 +
[[Category:Hosts]]

Latest revision as of 03:07, 15 September 2021

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

Other Services

gitolite

gitolite is used for hosting of internal repos. It runs ssh in a Docker container mapped to port 9000.

To use this:

See Also