Everything posted by Nelinski
-
[GUIDE] Matrix-Synapse w/ postgres DB (chat server) + Element (web client) + Coturn (voice)
Fixed it, it's always the simplest things. I had a trailing / at the end of the home server URL in the compose file. Removed that and it starts fine.
-
[GUIDE] Matrix-Synapse w/ postgres DB (chat server) + Element (web client) + Coturn (voice)
@tekolote Thanks, that was helpful. I think I've made progress but still not 100% there. When I go to my sliding URL/.well-known/matrix/client I get the return as expected: {"m.homeserver": {"base_url": "https://bridge.domain.co.uk"}, "org.matrix.msc3575.proxy": {"url": "https://sliding.domain.co.uk"}} If I go directly to https://sliding.domain.co.uk I get a 404 error. When configuring Element X, I enter the URL as https://sliding.domain.co.uk and it detects I've got sliding enabled but doesn't get past that first configuration screen. Looking at the sliding logs it has the following: 21:14:48 INF Received connection from unknown access token, querying with homeserver 21:14:48 INF c= duration=0.000 path=//_matrix/client/r0/account/whoami size=0 status=301 21:14:48 INF c= duration=0.000 path=/_matrix/client/r0/account/whoami size=19 status=404 {"level":"warn","error":"/whoami returned HTTP 404","time":"2024-03-23T21:14:48Z","message":"failed to get user ID from device ID"} 21:14:48 ERR failed to get or create Conn error="HTTP 502 : /whoami returned HTTP 404" Any ideas? ( @JEZBRO if you're able to help too, appreciate the offer!)
-
[GUIDE] Matrix-Synapse w/ postgres DB (chat server) + Element (web client) + Coturn (voice)
@JEZBRO I'm trying to set this up but with SWAG. I believe I've followed this all to a T but I'm getting a 403. Any suggestions of what to check/look for to get this working?
-
Community Created Banners
-
Indexers keep failing to connect after update to 6.11
@dbh It's this variable when you edit the docker template - NAME_SERVERS. Just remove all the other IP addresses listed (e.g. the DNS servers listed) and put "8.8.8.8,8.8.4.4".
-
Indexers keep failing to connect after update to 6.11
I've updated my name servers/dns for the docker just to "8.8.8.8,8.8.4.4" and it fixed the issue. This was recommended in another thread somewhere (can't recall where). Works fine for me ever since.
-
[support] digiblur's Docker Template Repository
If you don't delete your app data it will be.
-
[support] digiblur's Docker Template Repository
Same here. A bit strange as the docker hub still shows the latest tag as valid and was last updated recently.
-
Docker requests
+1 for this please!
-
wsdd 100% using 1 core
I've just had this issue too now.
-
[Support] ich777 - Gameserver Dockers
Docker runs fine for me, I've actually got two running simultaneously and they're both fine. I also get that warning in my logs but the docker works fine even with that warning: 0030:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (00000000010CF4E0 1 C) semi-stub I had the exact same behaviour until I correctly port forwarded. I could see my lobby but couldn't connect to it: How many cores have you assigned to the ACC Server docker? If you left it all night and it finally got past that point, it sounds like you haven't got much power and it's taking a while to run. I had to assign more cores to the docker as mine all default to 1 core. Post a screenshot of your docker edit page (advanced mode) and share your ACC config files here and I'll double check them @hackspy679
-
[Support] ich777 - Gameserver Dockers
No problem, appreciate you looking into it anyway! If I can test at all, do let me know.
-
[Support] ich777 - Gameserver Dockers
Yeah I have a feeling you need to own the game in order to download the server but the server is a separate download via steam so you don't have to install the main game too.
-
[Support] ich777 - Gameserver Dockers
Is there a way to auto update the Assetto Corsa Competizione server (accserver.exe) you have to manually include? There have been quite a few updates to it recently so it means my server is always out of date.
-
[SUPPORT] OpenEats - CorneliousJD Repo
All working for me too now, thanks!
-
[SUPPORT] OpenEats - CorneliousJD Repo
I'm looking to increase the image size too. Make any progress on that?
-
[Support] selfhosters.net's Template Repository
I've been trying to work out how to do this. This works fine, thanks for posting the solution!
-
Speedtest.net for unRAID 6.1+
I installed it via Community Applications -> DockerHub. You can enable DockerHub searching in the community applications as seen below by clicking "Apps - > Settings" The version I'm using is called "speedtest-plus-plus" by eyeruleall. If you run the docker, it'll show you your speedtest results in the docker log file.
-
[Support] SpaceinvaderOne Deconz
What's the best way of connecting Deconz to Home Assistant? I've got Home Assistant setup on a custom network and accessible via a sub domain. How would I set it up so I can view the WebUI of Deconz but also have it on the same custom network as Home Assistant so it can get the API key? Edit: The easiest way I found to do this.. Install a VNC Web Browser on the same network. Then you can open the web browser and easily browse to the Deconz Web UI via VNC which Home Assistant can also see it on the same network.
-
Speedtest.net for unRAID 6.1+
I have the exact same issue. I ended up trying SpeedTest++ as a docker. That gave me accurate results in the few hundred mbit/s range.
-
Speedtest.net for unRAID 6.1+
For some reason, neither of those give me accurate results. They both show the same results with ~3MB down compared to my actual speeds which is in the hundreds. Testing via the Firefox docker or a Linux torrent shows my true speeds.
-
[Support] kru-x - Godaddy ddns
Great, thanks for the help! Haha no - I'm not actually using "server" for anything at the moment and I have no plans to give people on the internet access to my Unraid server!
-
[Support] kru-x - Godaddy ddns
Hi Kru-x, Thanks for the reply. Not sure if this is the exact way you meant, but this works and solves my problem.
-
[Support] kru-x - Godaddy ddns
This docker is exactly what I'm looking for. I can get this working with my domain mydomain.com. But I can't get this working for subdomains like www.mydomain.com, server.mydomain.com etc. Only way I can get this working is by setting the "Domain Name" as mydomain.com when setting the docker up. I can't get it working for subdomains, by specifying "@", "*", "server" etc. How do you set this up?
-
[Support] binhex - Radarr
I want to run two instances of Radarr through my VPN container (qBittorrentVPN). It doesn't work though as I can't change the container port, only the host port. What's the best way of getting around this as I'm struggling to find a way. Thanks!