diff --git a/docker-compose.yml b/docker-compose.yml index 72c476f..e6b3ea5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,8 +6,10 @@ services: volumes: # Persists the SQLite database and settings across container restarts - ./data:/app/data - # CWA import folder — set the host path to match your CWA ingest directory - - /path/to/cwa-import:/cwa-import + # Grimmory bookdrop — set the host path to Grimmory's bookdrop directory + - /path/to/grimmory/bookdrop:/bookdrop + # Local import folder — set the host path to your epub/pdf directory + - /path/to/local-books:/local-books # Optional: mount your SSH private key read-only instead of pasting it in the UI # - ~/.ssh/id_rsa:/run/secrets/ssh_key:ro restart: unless-stopped diff --git a/static/index.html b/static/index.html index 5e55ddb..cc0ac5c 100644 --- a/static/index.html +++ b/static/index.html @@ -340,10 +340,6 @@ -