diff --git a/src/README.md b/src/README.md new file mode 100644 index 0000000..06fb329 --- /dev/null +++ b/src/README.md @@ -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) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 7390c82..b4cc9bd 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -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) diff --git a/src/chapter_1.md b/src/chapter_1.md deleted file mode 100644 index b743fda..0000000 --- a/src/chapter_1.md +++ /dev/null @@ -1 +0,0 @@ -# Chapter 1 diff --git a/src/gov/coc.md b/src/gov/coc.md new file mode 100644 index 0000000..38fc14f --- /dev/null +++ b/src/gov/coc.md @@ -0,0 +1 @@ +# Code of Conduct diff --git a/src/guides/start.md b/src/guides/start.md new file mode 100644 index 0000000..47e95c3 --- /dev/null +++ b/src/guides/start.md @@ -0,0 +1,4 @@ +# Getting Started + +(work in progress) +run `ssh hello@join.wolfgirl.systems` and follow the prompts to get started. diff --git a/src/infra/distributed.md b/src/infra/distributed.md new file mode 100644 index 0000000..19af52a --- /dev/null +++ b/src/infra/distributed.md @@ -0,0 +1 @@ +# distributed filesystem diff --git a/src/infra/nixos.md b/src/infra/nixos.md new file mode 100644 index 0000000..ac58284 --- /dev/null +++ b/src/infra/nixos.md @@ -0,0 +1 @@ +# NixOS diff --git a/src/infra/pops.md b/src/infra/pops.md new file mode 100644 index 0000000..1cb0b58 --- /dev/null +++ b/src/infra/pops.md @@ -0,0 +1 @@ +# Points of Presense diff --git a/src/misc/contributors.md b/src/misc/contributors.md new file mode 100644 index 0000000..77e8114 --- /dev/null +++ b/src/misc/contributors.md @@ -0,0 +1 @@ +# Contributors diff --git a/src/software/signup.md b/src/software/signup.md new file mode 100644 index 0000000..2f91e45 --- /dev/null +++ b/src/software/signup.md @@ -0,0 +1 @@ +# Sign Up CLI diff --git a/src/software/user.md b/src/software/user.md new file mode 100644 index 0000000..5a22e3d --- /dev/null +++ b/src/software/user.md @@ -0,0 +1 @@ +# User Management diff --git a/src/software/web.md b/src/software/web.md new file mode 100644 index 0000000..925af9c --- /dev/null +++ b/src/software/web.md @@ -0,0 +1 @@ +# Web Provision