Jump to content

binhex

Community Developer
  • Posts

    7,927
  • Joined

  • Last visited

  • Days Won

    38

Everything posted by binhex

  1. what version of unraid are you using?, also try another browser, maybe some adblock script addon is screwing things up for ya.
  2. OK I'm confused!, so no 'Container Port:' field?, I've filled it out to demonstrate what it should looks like once configured with your specified port number:-
  3. Q4:- https://github.com/binhex/documentation/blob/master/docker/faq/qbittorrentvpn.md
  4. I'm running this image myself with no issue (on tagged 'latest'), unless there is a step you guys can provide me to replicate the issue then I won't be able to fix it 😞
  5. if i were you i would simply use the urbackup web ui to delete old file or image backups, i would not advise using the command line, that way there be dragons! :-), example shown below gives you simple button clicks to delete file and/or image backups. As for your errors, i can only assume permissions have got messed up there somehow, you can try resetting permissions by deleting the file /config/perms.txt then restart the container, keep in mind this could take a LONG time to re-apply permissions so be very patient and wait for the web ui to be accessible, it MAY also have unexpected consequences (i've never tried reapplying permissions for urbackup data) so ensure you backup before you do this.
  6. nope its not dead, your issue looks to be that you are trying to use a nameserver located on your LAN, this will be blocked, from your log:- 2023-04-15 23:08:51.057866 [info] LAN_NETWORK defined as '10.5.5.0/24,10.3.3.0/24' 2023-04-15 23:08:51.089893 [info] NAME_SERVERS defined as '10.5.5.1,1.1.1.1,1.0.0.1,8.8.8.8' remove your nameserver '10.5.5.1' from the NAME_SERVERS list.
  7. I've flagged it out of date on arch repo, any urgency in updating to the newer version?
  8. if you use the baked in script i wrote by specifying your showname or show pid using env vars SHOWS and SHOWS_PID (left click edit container) then it will grab the best quality possible, if you REALLY want to do manual downloads then take a look at the following code i wrote which shows how to specify the quality you want:- https://github.com/binhex/arch-get-iplayer/blob/7547438865c73200dcf12a0466d48ed066b594c6/run/nobody/start.sh#L29
  9. the screenshot looks ok, so when manually downloading you use the container path, so using your example:- get_iplayer --get 6352 --output "/unraidshares" in short container paths are visible INSIDE the container, host paths are visible OUTSIDE the container, i.e. unraid server.
  10. you dont need to use the pia wireguard generator at all, i do all the hard work for you, all you need to do if you wish to switch endpoint is change the 'Endpoint' entry in the file /config/wireguard/wg0.conf, if you have edited this file or replaced it with a generated version then i would recommend deleting the file and restarting the container to get you back to a working state, then edit the file /config/wireguard/wg0.conf and change the line ENDPOINT to be the endpoint you want to connect to, e.g.:- Endpoint = slovenia.privacy.network:1337 not true, you can use either, the recommendation is always hostname, servers get shutdown all the time and if you tie yourself to an particular server (specify ip) then sooner or later you are in for a bad time.
  11. looks to me like you don't yet understand how bind mounts work in docker, have a read of this:-
  12. its defined in the file /config/wireguard/wg0.conf
  13. Plex database corruption is sadly quite common, so no worries about asking for help, your options are (in descending best order):- 1. Restore the Plex database from CA backup and restore (plugin) 2. Use the database backups from Plex built-in Scheduler to roll back - see https://support.plex.tv/articles/202485658-restore-a-database-backed-up-via-scheduled-tasks/ 3. Repair the database ** ** I have written a bash script that attempts to make the procedure for repairing SQLite databases more user friendly, its based off this article:- https://support.plex.tv/articles/repair-a-corrupted-database/ If you wish to give the script a go then please let me know and I will show you how to use it.
  14. you need to repair the database first before you consider switching over, you could ask on the plex forums for how to do this, there are steps you can try to take to repair the database.
  15. it looks to me like you aren't running the latest image, go to unraid/docker then toggle basic view to advanced view, then click on 'force update' for the container, this will then force download the latest image.
  16. my bad, the slashes are only required when entering the commands in-game, if you are using the server console then omit the slash, so for help page 10 you would enter 'help 10'.
  17. yep you need to supply a forward slash at the beginning of the command so try '/help', for a full list of commands with descriptions check out https://minecraftbedrock-archive.fandom.com/wiki/Commands/List_of_Commands
  18. i applaud you sir!, im no expert when it comes to bedrock but i know enough to be dangerous, any problems/questions let me know.
  19. try clearing down cookies and/or trying a different browser, also post a screenshot of what you are seeing.
  20. Sorry, i'm unable to reproduce this, i have just pulled down the latest deluge image, changed the paths for completed, incomplete and torrents clicked ok, went back into preferred and the paths are still set, restarted the container, check preferences and the paths are still set correctly, so unless you can give me steps to reproduce this then i cannot fix it. Please keep in mind i have literally millions of downloads of this image, if there was an issue with the image i would expect more than 1 person complaining, i suspect there is something going on here that is local to your setup, Try resetting permissions by deleting /config/perms.txt then restart the container and try setting paths again.
  21. thanks for letting me know, i will rebuild the image, the issue was due to the switch from python 3.10 to 3.11, it caused me all sorts of fun and games i can tell ya!. try pulling the image in about 30 mins from now.
  22. Ok and I assume none of your missing data is found in that path is this correct? If this is the case then I can only assume file system corruption of some manner if you have a backup of your app data then I would suggest a restore. Sent from my 22021211RG using Tapatalk
  23. It's this or sabnzbd, those are the only two mainstream options Sent from my 22021211RG using Tapatalk
  24. this is what i was referring to, ok that sounds fine, next thing to check is that the path set for /config is set to the location of your config files on the host, perhaps for some reason this got reset, data corruption or pebkac perhaps:- left click icon and select edit, scroll down to show more settings and confirm the host path for /config is set to the location you store your config files in e.g. /mnt/cache/appdata/delugevpn/ if its set wrong then correct and apply.
  25. probably Q4 but hard to tell from that pdf:- https://github.com/binhex/documentation/blob/master/docker/faq/plex.md
×
×
  • Create New...