save button placement and docke rmounts

This commit is contained in:
2026-05-14 22:57:34 +02:00
parent 76be6f35d5
commit d8b3b3bda3
2 changed files with 8 additions and 6 deletions
+4 -2
View File
@@ -6,8 +6,10 @@ services:
volumes: volumes:
# Persists the SQLite database and settings across container restarts # Persists the SQLite database and settings across container restarts
- ./data:/app/data - ./data:/app/data
# CWA import folder — set the host path to match your CWA ingest directory # Grimmory bookdrop — set the host path to Grimmory's bookdrop directory
- /path/to/cwa-import:/cwa-import - /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 # Optional: mount your SSH private key read-only instead of pasting it in the UI
# - ~/.ssh/id_rsa:/run/secrets/ssh_key:ro # - ~/.ssh/id_rsa:/run/secrets/ssh_key:ro
restart: unless-stopped restart: unless-stopped
+4 -4
View File
@@ -340,10 +340,6 @@
</div> </div>
</div> </div>
<div class="flex gap-3 mb-8">
<button type="submit" class="btn btn-primary">Save settings</button>
</div>
<!-- Local import --> <!-- Local import -->
<div class="card bg-base-200 shadow mb-4"> <div class="card bg-base-200 shadow mb-4">
<div class="card-body gap-3"> <div class="card-body gap-3">
@@ -359,6 +355,10 @@
</div> </div>
</div> </div>
<div class="flex gap-3 mb-8">
<button type="submit" class="btn btn-primary">Save settings</button>
</div>
<!-- Danger zone --> <!-- Danger zone -->
<div class="card border border-error"> <div class="card border border-error">
<div class="card-body gap-2"> <div class="card-body gap-2">