Docs:00 Contents: Difference between revisions

This page was last edited on 21 February 2025, at 12:45.
(cleaned up structure a lil)
Line 20: Line 20:
If you're new to sever-ing, you may find the following guides useful:
If you're new to sever-ing, you may find the following guides useful:


[[Docs:00.1 Network terminology|00.1 Network terminology]] gives an overview of terms we will be using throughout this guide in relation to networking
* [[Docs:00.1 Network terminology|00.1 Network terminology]]  
 
** Gives an overview of terms we will be using throughout this guide in relation to networking
[[Docs:00.2 Terminal Unix Commands Cheat Sheet|00.2 Terminal Unix Commands Cheat Sheet]] is an introduction to working on the command line.
* [[Docs:00.2 Terminal Unix Commands Cheat Sheet|00.2 Terminal Unix Commands Cheat Sheet]]  
** Is an introduction to working on the command line.


== Index of Pages ==
== Index of Pages ==
[[Docs:01 Setup a Local Collaborative Environment|01 Setup a Local Collaborative Environment]]
[[Docs:02 Local Server Setup with Nginx|02 Local Server Setup with Nginx]]
[[Docs:03 VPN with Tinc|03 VPN with Tinc]]
[[Docs:04 Reverse Proxy with NginX|04 Reverse Proxy with NginX]]


* [[Docs:01 Setup a Local Collaborative Environment|01 Setup a Local Collaborative Environment]]
* [[Docs:02 Local Server Setup with Nginx|02 Local Server Setup with Nginx]]
* [[Docs:03 VPN with Tinc|03 VPN with Tinc]]
* [[Docs:04 Reverse Proxy with NginX|04 Reverse Proxy with NginX]]


[[Category:Docs]]
[[index.php?title=Category:Docs]]

Revision as of 12:45, 21 February 2025

These docs make up the process and steps that made up the back-end of our technical configuration. These docs act not only as a resource as to how to take up and hack these things yourself, but also to present alongside this the histories, networks and inspirations that have led us to this infrastructure's existence.

Access

We have tried to make these docs accessible and legible (as possible) to both technical and non-technical readings. If you want a light, but still deep exploration of the setup, check out the Index of Pages listed below.

Prerequisites

If you would like to follow along, the following are necessary:

  • 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

Foundational information

If you're new to sever-ing, you may find the following guides useful:

Index of Pages

index.php?title=Category:Docs