Commit Graph

12 Commits

Author SHA1 Message Date
Maximilian Dorninger
b9bf190c1b Update config.toml
I forgot to change the config when merging a previous PR that merged the frontend and backend container.
2025-07-18 12:36:09 +02:00
wjbeckett
df7d00ad99 feat: improve container setup and fix deployment issues
- Move images directory from /data/images to /app/images to separate app data from user media
- Implement config folder approach instead of direct file mounting
- Add automatic config initialization with example config on first boot
- Remove hardcoded media directory environment variables from Dockerfile
- Update startup script to handle config folder setup and validation
- Only create application-managed directories, not user media directories
- Update docker-compose.yaml to use config folder volume mapping

Fixes container startup failures when config.toml doesn't exist and improves
separation between application data and user media directories.
2025-07-18 12:54:08 +10:00
maxDorninger
2c995ae29c remove base_api_path field from template config.toml 2025-07-17 17:56:49 +02:00
maxDorninger
45b1b397a6 edit default config 2025-07-17 11:44:03 +02:00
maxDorninger
bbe786e063 rearrange stuff in config.toml 2025-07-16 15:05:33 +02:00
maxDorninger
8806c7caed update installation guide 2025-07-16 14:59:54 +02:00
maxDorninger
d60f8bd89b add alembic migration for new columns 2025-07-16 01:19:26 +02:00
maxDorninger
b3c762040d add support for transmission 2025-07-15 19:56:46 +02:00
maxDorninger
517042973b refine toml.config 2025-07-11 11:27:49 +02:00
maxDorninger
caccf48b65 refine the example config.toml 2025-07-11 10:44:43 +02:00
maxDorninger
608bb338b2 refine the example config.toml 2025-07-11 01:05:08 +02:00
maxDorninger
c446ec06c9 add template config.toml file 2025-07-10 23:49:47 +02:00