summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2023-06-02 20:43:47 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2023-06-02 20:43:47 -0600
commit1d40d40b34393bd87e4d351f137a59922b849c60 (patch)
treed95245d9011cb238ded1528489bb7f0ecfe25867
parent9c390bec452fbb20d8661d5dd8d1374af3d5eb67 (diff)
temporarily stash manga server entry
-rw-r--r--src/blog/temp/manga_server_with_komga.md (renamed from src/blog/a/manga_server_with_komga.md)6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/blog/a/manga_server_with_komga.md b/src/blog/temp/manga_server_with_komga.md
index 0d92f73..3af6f1f 100644
--- a/src/blog/a/manga_server_with_komga.md
+++ b/src/blog/temp/manga_server_with_komga.md
@@ -163,6 +163,8 @@ Then just create the library in Komga (the `+` sign next to *Libraries*), choose
The real important part (for me) is the permissions of the `/mnt/d/mangal` directory (and for any future directory for extra libraries for the matter), as I want to have write access for `komga` so I can manage from the web interface itself. It looks like it's just a matter of giving ownership to the `komga` user either for owner or for group (or to all for that matter), but since I'm going to use a separate user to download manga then I need to choose carefully.
+### Set default directory permissions
+
The desired behaviour is: set `komga` as group ownership, set write access to group and whenever a new directory/file is created, inherit these permission settings. I found out via [this](https://unix.stackexchange.com/a/1315) stack exchange answer how to do it. So for me:
```sh
@@ -235,6 +237,10 @@ mangal config info
With this we can already start using `mangal` to download via the TUI or the *inline* option.
+### Headless browser scrapper
+
+BULLSHIT STUFF HERE
+
### TUI
Run the TUI by just running: