Fix repo layout README

This commit is contained in:
Dominik Moritz Roth 2025-05-13 14:27:43 +02:00
parent c8b9b9e5dc
commit 1180a3d8ac

View File

@ -32,12 +32,11 @@ The Tang server provides secure remote unlocking of LUKS volumes:
## Repository Structure ## Repository Structure
``` ```
. .
├── deploy.sh # Deployment script for Hetzner ├── build.sh # Build and upload image from build-config
├── generate_ignition.py # Python-based Ignition config generator ├── deploy.sh # Deployment script for Hetzner from deploy-config
├── MASTER_README.md # Tang server setup documentation ├── MASTER_README.md # Tang server setup documentation
├── README.md # Main project documentation ├── README.md # Main project documentation
├── requirements.txt # Python dependencies └── requirements.txt # Python dependencies
└── settings.yaml # Configuration settings
``` ```
## Prerequisites ## Prerequisites