Djoss

Community Developer
  • Posts

    2356
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Djoss

  1. You can try to add something like "proxy_read_timeout 60s;" (adjust the time yo your need) to the Advanced section of your proxy host.
  2. If you open a web page in Firefox and then don't touch the container, the page will stay there forever. Are you saying that you see Firefox closing/exiting itself ?
  3. Are you using a reverse proxy? This is usually the one causing the disconnection.
  4. Support for Tixati docker container Application Name: Tixati Application Site: https://tixati.com Docker Hub: https://hub.docker.com/r/jlesage/tixati Github: https://github.com/jlesage/docker-tixati Make sure to look at the complete documentation, available on Github ! Post any questions or issues relating to this docker in this thread.
  5. Did you try to paste with "Ctrl-v" ? If that doesn't work, can you provide an example of what you are trying to copy/paste ?
  6. This is because the "Plex Media Server" folder is part of the internal CrashPlan exclusion list...
  7. Looks like a network issue. Are you able to manually access https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz ?
  8. Did you try to only include a test folder as backup source ? Do you have the same issue with different backup targets ?
  9. Support for FreeFileSync docker container Application Name: FreeFileSync Application Site: https://freefilesync.org Docker Hub: https://hub.docker.com/r/jlesage/freefilesync Github: https://github.com/jlesage/docker-freefilesync Make sure to look at the complete documentation, available on Github ! Post any questions or issues relating to this docker in this thread.
  10. You may run "docker image ls | grep jlesage".
  11. Somehow permission on the first 2 files have changed. They should not have the execute permission... Removing and re-installing the image is probably not working because these files are part of the baseimage. So you also need to remove all images that depend on the same baseimage (e.g. MakeMKV, MKVToolNix).
  12. Can you try to run and report the output of the following command, replacing "<DIR>" by your data-root directory ? find <DIR> -type f -name XDG_CONFIG_HOME -exec ls -l {} ';'
  13. What version of unRAID do you run ? What kind of Docker data-root did you setup (btrfs, ifs, directory) ?
  14. You can add the VNC_PASSWORD environment variable. See: https://github.com/jlesage/docker-filezilla#environment-variables https://github.com/jlesage/docker-filezilla#vnc-password A reverse proxy can also be used.
  15. What changed recently in your setup?
  16. By default the volume mapping is read-only. To change it, edit the containers settings, toggle the Advanced View (at the upper right), click the Edit button next to the "Storage" setting and change the Access Mode to Read/Write.
  17. @younkster, you can also check the container's log to better understand what is happening.
  18. All settings/variables related to the automatic disc ripper don't apply to the MakeMKV UI. You can adjust the minimum title length from the MakeMKV UI itself, in settings.
  19. Do you want to rip a disc using the UI or the Automatic Disc Ripper ?
  20. Reset of settings is caused by a bug with the MakeMKV cli: when the beta key is expired, it seems to clear all settings instead of just removing the beta key from the file. You can follow the discussion here: https://github.com/jlesage/docker-makemkv/issues/172
  21. This issue is now fixed with the latest image.
  22. I don't seem to be able to reproduce on my side. Do you know if the crash occurs on specific files/video formats ? Also, could you try to add "--ulimit core=-1" to "Extra parameters" and see if the crash report has more details?
  23. Yes it works well on my MacBook. I've set the trackpad's secondary click to "Click with Two Fingers".