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
```
.
├── deploy.sh # Deployment script for Hetzner
├── generate_ignition.py # Python-based Ignition config generator
├── build.sh # Build and upload image from build-config
├── deploy.sh # Deployment script for Hetzner from deploy-config
├── MASTER_README.md # Tang server setup documentation
├── README.md # Main project documentation
├── requirements.txt # Python dependencies
└── settings.yaml # Configuration settings
└── requirements.txt # Python dependencies
```
## Prerequisites