Difference between revisions of "Infrastructure:Sczi"

From the Linux and Unix Users Group at Virginia Teck Wiki
Jump to: navigation, search
imported>Pew
 
(9 intermediate revisions by 4 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]] ''eventually''
+
'''Sczi''' is our 3rd generation web host running on [[Infrastructure:Meltdown|Meltdown]]. For the older host, see [[Infrastructure:Sczi_(2nd_generation)]].
 +
 
 
== 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:Cyberdelia|cyberdelia]]. It is running Debian 8.3 "Jessie", as of installation, and is integrated with both LDAP and NFS. Most web pages are statically generated HTML served by nginx, with some dynamic modification through PHP.
+
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
 +
** <s>[https://funkwhale.vtluug.org funkwhale]</s>
 +
** [https://hokieprivacy.org hokieprivacy]
 +
** <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://vtluug.org Main Site]
 +
** This wiki and [[gp:Main Page|Gobblerpedia]]
 +
** dex, for authing with the wikis
 +
** 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
  
Eventually, [[w:postgres|postgres]] will be configured, to migrate gobblerpedia and this wiki, and either uwsgi will be configured to move the website, or someone will volunteer to redo the website.
+
== 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:
  
== Websites ==
+
git@sczi.vtluug.org:9000
* Ngnix server
 
** [https://www.hokieprivacy.org Hokie Privacy]
 
** [https://linx.vtluug.org linx]
 
*Nginx Proxy
 
** [https://vtluug.org vtluug site]
 
** [https://vtluug.org/wiki/Main_page wiki]
 
* [gopher://vtluug.org gopher]
 
  
== Projected Features ==
+
== See Also ==
* [https://www.vtluug.org VTLUUG Website]
+
* [https://github.com/vtluug/docker-manifests/tree/master/sczi docker configration files]
* [[Main_page|VTLUUG Wiki]]
+
* [[Infrastructure:Sczi_(2nd_generation)]]
* [[gp:Main page|Gobblerpedia]]
 
  
 
[[Category:Infrastructure]]
 
[[Category:Infrastructure]]
 
[[Category:Hosts]]
 
[[Category:Hosts]]

Latest revision as of 06:36, 3 November 2024

Sczi is our 3rd generation web host running on Meltdown. For the older host, see Infrastructure:Sczi_(2nd_generation).

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

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