save button placement and docke rmounts
This commit is contained in:
+4
-2
@@ -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
|
||||
|
||||
+4
-4
@@ -340,10 +340,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="flex gap-3 mb-8">
|
||||
<button type="submit" class="btn btn-primary">Save settings</button>
|
||||
</div>
|
||||
|
||||
<!-- Local import -->
|
||||
<div class="card bg-base-200 shadow mb-4">
|
||||
<div class="card-body gap-3">
|
||||
@@ -359,6 +355,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="flex gap-3 mb-8">
|
||||
<button type="submit" class="btn btn-primary">Save settings</button>
|
||||
</div>
|
||||
|
||||
<!-- Danger zone -->
|
||||
<div class="card border border-error">
|
||||
<div class="card-body gap-2">
|
||||
|
||||
Reference in New Issue
Block a user