Everything posted by jj_uk
-
[support] rix's Docker Repository
OK, It's requesting authentication when connecting to VNC, the VNC password is not set in the container. If I set it, to 123, its still rejected. I've tried real VNC for windows desktop and the chrome app. Both are rejecting authentication.
-
[support] rix's Docker Repository
How do you VNC into the Google Music Manager app?
-
[Support] Linuxserver.io - MariaDB
I need to make this change to the config (for nextcloud), but can't find the config file. Where is the config file in the container? [mysqld] innodb_file_per_table=1
-
[Support] Linuxserver.io - MariaDB
That's worked for me, thanks. I have the same version as you.
-
[Support] Linuxserver.io - MariaDB
How do I find out the version of MariaDB that i'm running? The log file doesn't show anything about version.
-
[Support] binhex - MinecraftBedrockServer
Yep; should've checked the template before blindly adding the new values!
-
[Support] binhex - MinecraftBedrockServer
After adding this and applying, I see duplicates for backup hours and purge days, is this ok? root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-minecraftbedrockserver' --net='bridge' -e TZ="Europe/London" -e HOST_OS="Unraid" -e 'CREATE_BACKUP_HOURS'='12' -e 'PURGE_BACKUP_DAYS'='14' -e 'ENABLE_WEBUI_CONSOLE'='yes' -e 'ENABLE_WEBUI_AUTH'='yes' -e 'WEBUI_USER'='admin' -e 'WEBUI_PASS'='<censored>' -e 'WEBUI_CONSOLE_TITLE'='Minecraft Bedrock' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -e 'PURGE_BACKUP_DAYS'='7' -e 'CREATE_BACKUP_HOURS'='4' -p '19132:19132/tcp' -p '19132:19132/udp' -p '19133:19133/tcp' -p '19133:19133/udp' -p '8222:8222/tcp' -v '/mnt/user/appdata/binhex-minecraftbedrockserver':'/config':'rw' 'binhex/arch-minecraftbedrockserver'
-
[Support] binhex - MinecraftBedrockServer
I have the xbox working with the bedrockconnect DNS. Yes. You can enter a port on xbox. I'll create a few instances of this docker on different ports and see it'll work. Hopefully LAN games on minecraft searches all ports as I can't see where that can be changed (android).
-
[Support] binhex - MinecraftBedrockServer
I dont think it will work because AFAIK, minecraft expects servers to be on port 19132, and there can only be one server running on that port at a time.
-
[Support] binhex - MinecraftBedrockServer
I thought the BedrockConnect DNS server runs on my hardware and the xbox users changes their DNS lookup settings to point to my WAN IP address, which is then forwarded to the BedrockConnect DNS?
-
[Support] binhex - MinecraftBedrockServer
They're kids using xboxes. I'd need to give them all raspberry pi's and have them connect to that. And explain to the parents why I'm giving their child a device that wants internet access ... A docker on my server would be better. I found this, but I've no idea how to run a docker on unraid, I've always used the apps tab: https://github.com/Pugmatt/BedrockConnect/blob/master/docker/README.md
-
[Support] binhex - MinecraftBedrockServer
Ok. I manually created the file and it's all running locally. Now I need to use BedrockConnect to allow external Xboxs to connect to my MC server; but I don't really trust a random dns server and I expect it would be less latency if it was running locally. So any chance of a docker running https://github.com/Pugmatt/BedrockConnect dns server?
-
[Support] binhex - MinecraftBedrockServer
The fix will only affect new installs, right?
-
[Support] binhex - MinecraftBedrockServer
https://github.com/Pugmatt/BedrockConnect On page 4, there was talk of setting up a docker to run a local DNS server for this. Would this allow xbox users that are outside of my LAN to input my WAN IP into minecraft and then connect to the bedrock server?
-
[Support] binhex - MinecraftBedrockServer
Great. I've done that and it's up and running. Is it possible to have multiple levels on the same server?
-
[Support] binhex - MinecraftBedrockServer
I too cannot find server.properties. I installed the container for the first time a few hrs ago. I don't have a 'config' folder? It's not here: \appdata\binhex-minecraftbedrockserver and it's also not here: \appdata\binhex-minecraftbedrockserver\minecraft
-
[Support] Djoss - Nginx Proxy Manager
During the setup of a new proxy host, I created several invalid certificates for the domain, e..g xxxx.domain.com because the DNS entries on my domain had not propagated when I tried to create the certs. (takes 24-48 hrs apparently), so i think this is why cert creation failed. 3 days later, I've now sucessfully created my proxy host in proxy manager, selecting "create a new cert" when adding it. Can the old expired certs be removed from the list of certs? I have quite a few now that are expired from previous failed setups.
-
[Support] Djoss - Nginx Proxy Manager
"Scheme : http" This fixed it for me, i was using "https" for the scheme as it connects with ssl. Clearly I don't understand the difference. Thanks for your help!
-
[Support] Djoss - Nginx Proxy Manager
I can't get this to work. I've tried all sorts of configuration in HA.
-
[Support] Djoss - Nginx Proxy Manager
Within the link posted, there is a nginx setup configuration. Is nginx already configured like this or do I need to change something?
-
[Plugin] CA Appdata Backup / Restore v2
Exactly what I've just came here for. I messed up a single container and need to restore only that container.
-
[Support] Djoss - Nginx Proxy Manager
Is anyone using this with the home assistant docker? I can't get access to HA when going through this proxy. I get a bad gateway error.
-
[Support] Linuxserver.io - OpenVPN AS
Yes it does. You can create a new admin user, then login as new admin user, and delete the default admin user.
-
[Support] Djoss - Nginx Proxy Manager
Did you figure this out? I am trying to use this for Home assistant, but after I enter credentials on the HA login page, I get the error with a "retry" link.
-
[Support] Linuxserver.io - OpenVPN AS
Docker, br0. Because openvpn uses bridge, it uses the same internet connection as unraid, e.g. direct to internet (via my router). My router is setup to use the pihole IP address as the DNS servers, therefore all openvpn requests go through pihole.