(change img) |
(tweked bits) |
||
| Line 1: | Line 1: | ||
== Introduction (* ^ ω ^) == | |||
[[File:Net Diagram.jpg|center|719x719px|A diagram of the Servpub network infrastructure made by In-grid.]] | [[File:Net Diagram.jpg|center|719x719px|A diagram of the Servpub network infrastructure made by In-grid.]] | ||
These docs offer up and share the processes and technical practices that made up the back-end of the Servpub network infrastructure. These docs aim to act not only as a resource to share how to take up and hack these VPN infrastructures for yourself, but also to present alongside this the practices, networks and histories that have emerged into the Servpub server infrastructures. | These docs offer up and share the processes and technical practices that made up the back-end of the Servpub network infrastructure. These docs aim to act not only as a resource to share how to take up and hack these VPN infrastructures for yourself, but also to present alongside this the practices, networks and histories that have emerged into the Servpub server infrastructures. | ||
| Line 11: | Line 12: | ||
* [[Docs:04 Reverse Proxy with NginX|04 Reverse Proxy with NginX]] | * [[Docs:04 Reverse Proxy with NginX|04 Reverse Proxy with NginX]] | ||
** Learn how to pass public internet traffic through the VPN to a site on the portable server. | ** Learn how to pass public internet traffic through the VPN to a site on the portable server. | ||
== Prerequisites == | == Prerequisites == | ||
If you would like to follow along, | If you would like to follow along in real life (IRL), you will need these bits of hardware! | ||
* '''Small board computer (SBC)''' | * '''Small board computer (SBC)''' | ||
| Line 23: | Line 25: | ||
* '''Knowledge of terminal/bash''' | * '''Knowledge of terminal/bash''' | ||
** For an intro to basic terminal/bash commands see [[00.2 Terminal Unix Commands Cheat Sheet]] | ** For an intro to basic terminal/bash commands see [[00.2 Terminal Unix Commands Cheat Sheet]] | ||
* '''A Server with public IP (optional)''' | |||
** This is to hos a VPN on, but is only needed if you want to host things publically. | |||
== Foundational information == | == Foundational / Background information (⁄ ⁄•⁄ω⁄•⁄ ⁄) == | ||
If you're new to sever-ing and sysadmin, you may find the following guides useful: | If you're new to sever-ing and sysadmin, you may find the following guides useful as they explain more of the basics of how these things work: | ||
* [[Docs:00.1 Network terminology|00.1 Network terminology]] | * [[Docs:00.1 Network terminology|00.1 Network terminology]] | ||
| Line 32: | Line 36: | ||
** Is an introduction to working on the command line. | ** Is an introduction to working on the command line. | ||
== Access == | == Access ⊂(´• ω •`⊂) == | ||
We have tried to make these docs accessible and legible (as possible) to both technical and non-technical reading. We have done this through not only try to follow the [https://www.wcag.com/resource/wcag-quick-tips-for-content-writers/ Web Content Access Guidelines] but also working with the concept of ''semi-plain'' language that Kelsie Acton notes in here chapter ''Plain Language for Disability Culture'' in [https://nyupress.org/9781479819362/crip-authorship/ Crip Authorship]. Acton states this as: <blockquote>Note on writing: This chapter is written in what I call a semi- plain language style. This means I do the following: | We have tried to make these docs accessible and legible (as possible) to both technical and non-technical reading. We have done this through not only try to follow the [https://www.wcag.com/resource/wcag-quick-tips-for-content-writers/ Web Content Access Guidelines] but also working with the concept of ''semi-plain'' language that Kelsie Acton notes in here chapter ''Plain Language for Disability Culture'' in [https://nyupress.org/9781479819362/crip-authorship/ Crip Authorship]. Acton states this as: <blockquote>Note on writing: This chapter is written in what I call a semi- plain language style. This means I do the following: | ||
| Line 45: | Line 50: | ||
If you have any access requests, please email: in-grid@in-grid.io | If you have any access requests, please email: in-grid@in-grid.io | ||
[[ | |||
[[Category:Docs]] | |||
Revision as of 11:09, 1 August 2025
Introduction (* ^ ω ^)

These docs offer up and share the processes and technical practices that made up the back-end of the Servpub network infrastructure. These docs aim to act not only as a resource to share how to take up and hack these VPN infrastructures for yourself, but also to present alongside this the practices, networks and histories that have emerged into the Servpub server infrastructures.
Index of Sections
- 01 Setup a Local Collaborative Environment
- Learn how to set up a computer locally and how to make users, collectively connect and care for it.
- 02 Local Server Setup with Nginx
- Learn how to set up the computer as a server on your local network and host a basic HTML page!
- 03 VPN with Tinc
- Learn how to set up a Virtual Private Network (VPN) with Tinc so that you can have a portable server.
- 04 Reverse Proxy with NginX
- Learn how to pass public internet traffic through the VPN to a site on the portable server.
Prerequisites
If you would like to follow along in real life (IRL), you will need these bits of hardware!
- Small board computer (SBC)
- We used a raspberry pi, although You don’t necessarily need to use a pi to create a collaborative environment, you could use another type of computer. To understand more about why we chose to use a pi, you can find our notes here Chapter 2a: Server Issues: Platform Infrastructure
- Peripherals
- HDMI, screen, keyboard, mouse etc.
- A laptop or other personal computer
- It would be good to have SSH installed on your laptop. Most OS have it by default now, if not then manually install following the steps under 01.3 SSH
- Knowledge of terminal/bash
- For an intro to basic terminal/bash commands see 00.2 Terminal Unix Commands Cheat Sheet
- A Server with public IP (optional)
- This is to hos a VPN on, but is only needed if you want to host things publically.
Foundational / Background information (⁄ ⁄•⁄ω⁄•⁄ ⁄)
If you're new to sever-ing and sysadmin, you may find the following guides useful as they explain more of the basics of how these things work:
- 00.1 Network terminology
- Gives an overview of terms we will be using throughout this guide in relation to networking
- 00.2 Terminal Unix Commands Cheat Sheet
- Is an introduction to working on the command line.
Access ⊂(´• ω •`⊂)
We have tried to make these docs accessible and legible (as possible) to both technical and non-technical reading. We have done this through not only try to follow the Web Content Access Guidelines but also working with the concept of semi-plain language that Kelsie Acton notes in here chapter Plain Language for Disability Culture in Crip Authorship. Acton states this as:
Note on writing: This chapter is written in what I call a semi- plain language style. This means I do the following:
- Use an active voice
- Mostly use the 6000 most common words in the English language
- Use short sentences
- Use 14 point font
- Use “I” and “you”
We may also use "us" and "we" to state In-grid and our collaborators making this infrastructure.
If you want a light, but still deep exploration of the setup, check out the Index of each section listed above.
If you have any access requests, please email: in-grid@in-grid.io