diff --git a/doc/structure.md b/doc/structure.md new file mode 100644 index 0000000..b59d6fd --- /dev/null +++ b/doc/structure.md @@ -0,0 +1,13 @@ +This repo uses a certain structure and some procedures. + +# `/tools` +Almost everthing can be managed with tools in the `/tools` directory. +This does *not* change config however it interacts with it. + +# `/servers/` +All static servers on the IXVD network get it's own folder in `/servers`. +These folders must be derived from `/servers/skel` which is a skeleton directory with all default config. + +# `/skel` +All servers share the same skeleton. +This contains backup scripts, ssh config and all other boring stuff. \ No newline at end of file