2023-10-20 16:19:29 +02:00
|
|
|
This repo uses a certain structure and some procedures.
|
|
|
|
|
|
|
|
# `/tools`
|
2023-10-26 01:55:33 +02:00
|
|
|
|
2023-10-20 16:19:29 +02:00
|
|
|
Almost everthing can be managed with tools in the `/tools` directory.
|
|
|
|
This does *not* change config however it interacts with it.
|
|
|
|
|
|
|
|
# `/servers/<server>`
|
2023-10-26 01:55:33 +02:00
|
|
|
|
2023-10-20 16:19:29 +02:00
|
|
|
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`
|
2023-10-26 01:55:33 +02:00
|
|
|
|
2023-10-20 16:19:29 +02:00
|
|
|
All servers share the same skeleton.
|
2023-10-26 01:55:33 +02:00
|
|
|
This contains backup scripts, ssh config and all other boring stuff.
|