Squashed commit of the following:

commit c8126262de851ef2b9bfed5ca3b07b9dc927f203
Author: riomoo <alister@kamikishi.net>
Date:   Tue Jan 6 01:58:02 2026 -0500

    feat: planned additions

    - Watch folder
    - CBT support with AES-256-CFB encryption (script provided to make it
      easier)
This commit is contained in:
riomoo 2026-01-06 02:02:26 -05:00
parent c06c716d23
commit 9752725855
Signed by: riomoo
SSH key fingerprint: SHA256:dP5B5iLpXU5V8aBA8eGm9tN5YtxXJybnv4McyltPyzM
12 changed files with 1427 additions and 189 deletions

File diff suppressed because it is too large Load diff

View file

@ -769,14 +769,14 @@
<div id="mainSection" class="hidden">
<div id="message"></div>
<div class="upload-section">
<h2 style="margin-bottom: 16px; color: #c9d1d9;">Upload Comic</h2>
<div class="form-group">
<label>Select File (CBZ)</label>
<input type="file" id="fileUpload" accept=".cbz">
</div>
<button onclick="uploadComic()">Upload</button>
</div>
<div class="upload-section">
<h2 style="margin-bottom: 16px; color: #c9d1d9;">Upload Comic</h2>
<div class="form-group">
<label>Select File (CBZ or CBT)</label>
<input type="file" id="fileUpload" accept=".cbz,.cbt">
</div>
<button onclick="uploadComic()">Upload</button>
</div>
<div class="filter-section">
<h3 style="margin-bottom: 12px; color: #c9d1d9; font-size: 16px;">Filter by Tags</h3>