sentryalex

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by sentryalex

  1. Where exactly that docker file is located? and should I edit this file every time I update Tachidesk app?
  2. yes I used Parag2K3's suggestion for the permission error. Is there better solution? like adding permissions as a values? here is docker run root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='Tachidesk-Docker' --net='bridge' -e TZ="America/Los_Angeles" -e HOST_OS="Unraid" -e HOST_HOSTNAME="AlexFileServer" -e HOST_CONTAINERNAME="Tachidesk-Docker" -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:4567]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/Suwayomi/Tachidesk-Server/master/server/src/main/resources/icon/faviconlogo.png' -p '4567:4567/tcp' -v '/mnt/user/appdata/Tachidesk-Docker':'/home/suwayomi/.local/share/Tachidesk':'rw' -v '/mnt/user/manga/':'/home/suwayomi/.local/share/Tachidesk/downloads':'rw' -v '/mnt/user/manga/':'/home/suwayomi/.local/share/Tachidesk/local':'rw' -u $(id -99):$(id -100) 'ghcr.io/suwayomi/tachidesk' 1a2afdcf18a1c89a55f8eab14b5b7cc1814c93e9a6e03f783c83db59ac977863
  3. Hi everyone, 1. I'm seeing that all extensions and saved library gets removed each time container rebuilds. (so container update will delete everything.) 2. Download and Local path are not working correctly, even that I specified correct path and docker path shows unraid folders via console, app doesn't seem to notice those downloaded files. When I try do download using tachidesk, it still downloads /home/suwayomi/.local/share/Tachidesk # cat logfile.log |grep Sword /root/.local/share/Tachidesk/downloads/Asura Scans (EN)/Reincarnation Of The Strongest Sword God/Chapter 1 /home/suwayomi/.local/share/Tachidesk # ls -al downloads/ total 16 drwxrwxrwx 1 99 users 27 Aug 31 20:01 . drwxr-xr-x 1 99 users 104 Sep 2 11:01 .. drwxrwxrwx 1 1001 users 12288 Aug 24 10:41 Prison School /home/suwayomi/.local/share/Tachidesk # ls -al local total 16 drwxrwxrwx 1 99 users 27 Aug 31 20:01 . drwxr-xr-x 1 99 users 104 Sep 2 11:01 .. drwxrwxrwx 1 1001 users 12288 Aug 24 10:41 Prison School