binhex

Community Developer
  • Posts

    7899
  • Joined

  • Last visited

  • Days Won

    37

Everything posted by binhex

  1. that depends on which version he is running on his pc, is he running minecraft java (downloaded from mojang) or is he running minecraft bedrock (downloaded from the microsoft store)?, if its from the ms store then it will connect to the bedrock server.
  2. they are also shown in the README.md in GitHub and also in the template when you first configure the container :-). absolutely! doubly so if you are exposing the web ui to the internet.
  3. as crafty v4 is quite different to crafty v3 i have decided to go down the route of a separate image and support thread, it just keeps things simpler, people can move when they like then - please also keep in mind there is no migration script to move from v3 to v4, so this will require some work by the end user, and of course v4 is beta at this time so expect bugs. crafty v4 is now in CA, please use this new support thread for all discussions regards crafty v4:-
  4. Overview: Support for Docker image arch-crafty-4 in the binhex repo. Application: Crafty Controller v4 - https://craftycontrol.com/ Docker Hub: https://hub.docker.com/r/binhex/arch-crafty-4/ GitHub: https://github.com/binhex/arch-crafty-4 Documentation: https://github.com/binhex/documentation If you appreciate my work, then please consider buying me a beer 😁 For other Docker support threads and requests, news and Docker template support for the binhex repository please use the "General" thread here
  5. the changes for me are a no-op, its the app that changes, sadly it looks like the dev's for qbittorrent have given up detailing what goes into each release, last changelog entry was jan 2022:- https://github.com/qbittorrent/qBittorrent/blob/master/Changelog im personally sticking on 4.3.9 for a while, it works well enough, but im sure it does have bugs too, slightly concerned by the 2,783 open issues though for qbittorrent 🙂
  6. see Q5:- https://github.com/binhex/documentation/blob/master/docker/faq/unraid.md p.s. the only reason this didnt work for @caseyparsons is because he was looking at minecraft java tagged docker images for minecraft bedrock, if he had used the right tags it would of worked.
  7. exclude this container from CA backup, pausing and resuming the container will break it.
  8. That's the plan [emoji16] Sent from my CLT-L09 using Tapatalk
  9. yep, as i suspected wrong lan network, from your log:- LAN_NETWORK defined as '192.168.1.0/24' see Q4 from here to work it out correctly:- https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md
  10. whats the ip of the machine you are running the browser from?.
  11. you are not alone:- https://bugs.mojang.com/browse/MC-252520 keep an eye on this.
  12. it looks like the image built, all good?
  13. i guess i can delete the tag or change it perhaps, i was also shocked when i saw it!, leave it with me and i will have a think of the best way forward.
  14. See text in red from the official Minecraft server website:- https://www.minecraft.net/en-us/download/server/bedrock/ Sent from my CLT-L09 using Tapatalk
  15. I'm currently in limbo as I'm moving house so there is limited support from me. From what I've seen RC2 onwards including release has some strange issues with permissions, you can't try stopping the container then deleting /config/perms.txt then start the container to reset permissions. Sent from my CLT-L09 using Tapatalk
  16. See Q4:- https://github.com/binhex/documentation/blob/master/docker/faq/plex.md
  17. Hi all a quick note, i am moving house and therefore will have VERY limited internet connectivity (smart phone) for a couple of weeks so support directly from me will be quite limited, i'm sure the community will keep things ticking along just fine :-). binhex. P.S. Please do not worry about updates, this is all running in the cloud and therefore will carry on seamlessly.
  18. sure!, i appreciate the post, im just trying to be clear to anybody reading your post that the issue is not (and cannot be) the image 🙂
  19. sorry to say, but there is no way this can happen, the container has no access to edit env vars defined on the host, this must be either CA plugin bug (unlikely) or PEBKAC
  20. have you upgraded to unraid 6.10.0 by any chance?, i see on reddit people complaining about random permissions changes to appdata so it maybe related to that.
  21. there are rumbles on reddit about a possible bug in 6.10.0 where unraid incorrectly resets permissions to root for appdata, try stopping the container, then delete the file /config/perms.txt and then start the container, it may take a minute to go through all the perms but might fix it up for you.
  22. no idea how you do this with OMV5 or swarm mode,3, but you need to specify the following additional permission:- --cap-add=NET_ADMIN
  23. yeah i think im going to rework it and just use XX instead of the version, as it will no doubt change again in the not too distant future.
  24. yep you can do this, novnc has a pull out on the left hand side, if you click on this and then click on the second icon down 'clipboard' then you can copy your text from your host and then it will be available to paste inside of the novnc window in which pycharm is running in.