Changed README

This commit is contained in:
DerGrumpf 2025-06-23 17:00:31 +02:00
parent 0935d03ef9
commit ac9c7af8cd

View File

@ -31,7 +31,6 @@ docker-compose up
Manual Installation Manual Installation
```bash ```bash
# Install dependencies # Install dependencies
pip install -r requirements.txt pip install -r requirements.txt
@ -69,17 +68,12 @@ Feature Toggles
ENABLE_DOWNLOAD - Enable file downloads (default: True) ENABLE_DOWNLOAD - Enable file downloads (default: True)
ENABLE_API - Enable JSON API endpoints (default: True) ENABLE_API - Enable JSON API endpoints (default: True)
UI Settings
THEME - UI theme, dark or light (default: dark)
## Development ## Development
With Nix With Nix
The project includes a complete Nix flake for reproducible development: The project includes a complete Nix flake for reproducible development:
```bash ```bash
# Enter development shell # Enter development shell
nix develop nix develop
@ -94,7 +88,6 @@ With Just
If you have just installed: If you have just installed:
```bash ```bash
# See all available commands # See all available commands
just just
@ -109,7 +102,6 @@ just clean # Clean temporary files
Manual Development Manual Development
```bash ```bash
# Install dependencies # Install dependencies
pip install -r requirements.txt pip install -r requirements.txt
@ -144,7 +136,6 @@ The compose file includes an optional nginx reverse proxy:
```bash ```bash
# Start with proxy # Start with proxy
docker-compose --profile with-proxy up docker-compose --profile with-proxy up
``` ```