intro, file structure

This commit is contained in:
Ezri Zhu 2024-09-26 02:41:58 -04:00
parent 6c38ab1394
commit 38548ecd7c
Signed by: ezri
SSH key fingerprint: SHA256:PjS2hKMfl3gJ5Furjjq+kXa4ZvS1c0gb4/djAxxAf6c
12 changed files with 61 additions and 2 deletions

25
src/README.md Normal file
View file

@ -0,0 +1,25 @@
# Introduction
wolfgirl.systems is a collection of Linux systems running NixOS designed to be a
pleasant home for friends.
wolfgirl.systems is consisted of multiple point of presenses around the world.
Each user will have access to every other instance, and various other services
that wolfgirl.systems hosts.
We're entirely volunteer run, and not for profit, we're all just here to provide
a comfy space for our friends.
The system will always be invite only to prevent abuse, if you want an invite,
please reach out to an existing member if you know one, or you may contact one
of the administrators (see list below) if you think you have a compelling case.
# Services
Currently we only offer shared UNIX machines (similar to public unix machines),
for members. Members can use it for hosting their own website, writing and
testing their code in a Linux environment, running their programs 24/7, etc...
# Administrators
* [Ezri](https://ezri.pet)

View file

@ -1,3 +1,26 @@
# Summary
- [Chapter 1](./chapter_1.md)
[Introduction](README.md)
# Guides
- [Getting Started](guides/start.md)
# Infrastructure
- [Points of Presense](infra/pops.md)
- [NixOS](infra/nixos.md)
- [distributed filesystem](infra/distributed.md)
# Software
- [Sign Up CLI](software/signup.md)
- [User Management](software/user.md)
- [Web Provision](software/web.md)
# Governance
- [Code of Conduct](gov/coc.md)
-----------
[Contributors](misc/contributors.md)

View file

@ -1 +0,0 @@
# Chapter 1

1
src/gov/coc.md Normal file
View file

@ -0,0 +1 @@
# Code of Conduct

4
src/guides/start.md Normal file
View file

@ -0,0 +1,4 @@
# Getting Started
(work in progress)
run `ssh hello@join.wolfgirl.systems` and follow the prompts to get started.

1
src/infra/distributed.md Normal file
View file

@ -0,0 +1 @@
# distributed filesystem

1
src/infra/nixos.md Normal file
View file

@ -0,0 +1 @@
# NixOS

1
src/infra/pops.md Normal file
View file

@ -0,0 +1 @@
# Points of Presense

1
src/misc/contributors.md Normal file
View file

@ -0,0 +1 @@
# Contributors

1
src/software/signup.md Normal file
View file

@ -0,0 +1 @@
# Sign Up CLI

1
src/software/user.md Normal file
View file

@ -0,0 +1 @@
# User Management

1
src/software/web.md Normal file
View file

@ -0,0 +1 @@
# Web Provision