Added full offline support and configurable logging level and API requests debug logs

This commit is contained in:
zurdi
2024-11-27 17:10:32 +00:00
parent 96a0ba59d5
commit a51dd03e1a
18 changed files with 367 additions and 156 deletions

View File

@@ -23,7 +23,7 @@ services:
volumes:
- romm_resources:/romm/resources # Resources fetched from IGDB (covers, screenshots, etc.)
- romm_redis_data:/redis-data # Cached data for background tasks
- /path/to/library:/romm/library # Your game library
- /path/to/library:/romm/library # Your game library. Check https://github.com/rommapp/romm?tab=readme-ov-file#folder-structure for more details.
- /path/to/assets:/romm/assets # Uploaded saves, states, etc.
- /path/to/config:/romm/config # Path where config.yml is stored
ports: