-
m1rc0 started following Matrix Server auf Unraid Home Server installieren? , [support] Siwat's Docker Repository , [Support] A75G Repo and 1 other
-
[support] Siwat's Docker Repository
Hi @Hawkins12. I've the same issue. Did you find a solution? Cheers
-
[Support] A75G Repo
Sadly no. Would love to get some help @Roudy
-
[Support] ich777 - Gameserver Dockers
Hey @ich777 Thank you very much for your time and effort. My boys and and me are having a blast playing some old school games at home. Sadly with Unreal Tournament 99 (my favourite game ;)), we have the problem, that the server crashes when switching to certain maps. It seems to be related to Maps with ][ in their names, e.g. DM-Deck16][. From the log, I get the following error: ProcessServerTravel: DM-Deck16][.unr?game=Botpack.DeathMatchPlus?mutator= Server switch level: DM-Deck16][.unr?game=Botpack.DeathMatchPlus?mutator= Browse: DM-Deck16][.unr?Name=Player?Class=Botpack.TMale2?team=255?skin=SoldierSkins.blkt?Face=SoldierSkins.Othello?game=Botpack.DeathMatchPlus?mutator= LoadMap: DM-Deck16][.unr?Name=Player?Class=Botpack.TMale2?team=255?skin=SoldierSkins.blkt?Face=SoldierSkins.Othello?game=Botpack.DeathMatchPlus?mutator= appError called: ReadFile beyond EOF 0+4/0 Executing UObject::StaticShutdownAfterError ULinkerLoad::Serialize FUnrealfileSummary<< LoadSummary ULinkerLoad::ULinkerLoad UObject::GetPackageLinker UObject::StaticLoadObject (Engine.Level None.MyLevel DM-Deck16][.unr) VerifyPackages UGameEngine::LoadMap LocalMapURL UGameEngine::Browse ServerTravel UGameEngine::Tick UpdateWorld UServerCommandlet::Main ReadFile beyond EOF 0+4/0 History: ULinkerLoad::Serialize <- FUnrealfileSummary<< <- LoadSummary <- ULinkerLoad::ULinkerLoad <- UObject::GetPackageLinker <- UObject::StaticLoadObject <- (Engine.Level None.MyLevel DM-Deck16][.unr) <- VerifyPackages <- UGameEngine::LoadMap <- LocalMapURL <- UGameEngine::Browse <- ServerTravel <- UGameEngine::Tick <- UpdateWorld <- UServerCommandlet::Main Exiting due to error Exiting. Any idea about that? //edit Happens too when I copy the map and give it a new name.
-
[Support] A75G Repo
Hi everybody, sorry if its a stupid question. But I'm trying to setup keycloak behind a reverse proxy (NginxProxyManager in my case). On my local network everything is fine but if I try to access keycloak via my domain the admin gui won't load. A bit of googling got me the following reasonable hint: docker exec keycloak /opt/jboss/keycloak/bin/jboss-cli.sh --connect "/subsystem=undertow/server=default-server/http-listener=default:write-attribute(name=proxy-address-forwarding, value=true)" Sadly in the docker jboss-cli.sh isn't present under /opt/bitnami/keycloak/bin nor can I find it anywhere else. Any hints, please?
-
[REQUEST] Mastodon
Now we have this great CA available. See: https://github.com/linuxserver/docker-mastodon/pkgs/container/mastodon I installed it and everything works fine, but I'm unable to get any mails out. Did anyone succeed?
-
[Support] binhex - MinecraftBedrockServer
That did it. Thank you very very much. My kids and me are so happy.
-
[Support] binhex - MinecraftBedrockServer
Weeh...no need to call me old. But yes, I did check for updates but there is non appearing. Other dockers are updating fine.
-
[Support] binhex - MinecraftBedrockServer
Does anybody know when the server will be bumped to the latest patch? The devices from the kids are all up to date and cannot connect anymore. Server states: Version 1.19.31.01
-
[GUIDE] Matrix-Synapse w/ postgres DB (chat server) + Element (web client) + Coturn (voice)
Just censored it. I got it working when starting with a fresh container. This time I used the matrix-synapse docker. Sadly the connection to the PostgreSQL DB does not work, yet.
-
Matrix Server auf Unraid Home Server installieren?
Herzlichen Dank dir. Ich hab nun auch nochmal frisch gestartet. Tatsächlich hatte ich den Matrix Docker gewählt. Mit dem Matrix Synapse Docker und der SQLite DB geht es nun. Danke danke. Federation hat dann gestern Abend auch noch geklappt. Ich benutze den NgnixProxyManager und habe unter Advanced folgendes eingetragen: location /.well-known/matrix/server { return 200 '{"m.server": "matrix.meinedomain.de:443"}'; default_type application/json; add_header Access-Control-Allow-Origin *; } location /.well-known/matrix/client { return 200 '{"m.homeserver": {"base_url": "https://matrix.meinedomain.de"}}'; default_type application/json; add_header Access-Control-Allow-Origin *; }
-
Matrix Server auf Unraid Home Server installieren?
Danke BuTscH, das mit der DB war auch mein erster Gedanke, aber mit: database: name: sqlite3 args: database: /data/homeserver.db ergibt sich keine Veränderung.
-
[GUIDE] Matrix-Synapse w/ postgres DB (chat server) + Element (web client) + Coturn (voice)
Hi there, thanks for the work and the great guide. I tried to follow it but if I open the console for the matrix synapse docker and try to create the first user I get the following error: Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/usr/local/lib/python3.10/dist-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/usr/local/lib/python3.10/dist-packages/urllib3/util/connection.py", line 85, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused The relevant part of my config looks like this: server_name: "meine.domain.de" pid_file: /data/homeserver.pid web_client_location: https://element.domain.de public_baseurl: https://meine.domaim.de listeners: - port: 8008 tls: false type: http x_forwarded: true bind_addresses: ['0.0.0.0'] resources: - names: [client,federation] compress: false database: name: psycopg2 args: user: matrix password: "DBPW!" database: synapse host: UNRAID_IP port: 5432 cp_min: 5 cp_max: 10 Any help woul really be appreaciated.
-
Matrix Server auf Unraid Home Server installieren?
Ganz vielen Dank. Leider bleibt der Fehler bestehend. Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( File "/usr/local/lib/python3.10/dist-packages/urllib3/util/connection.py", line 95, in create_connection raise err File "/usr/local/lib/python3.10/dist-packages/urllib3/util/connection.py", line 85, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused Der, wie ich glaube, relevante Teil meiner Config: server_name: "meine.domain.de" pid_file: /data/homeserver.pid web_client_location: https://element.domain.de public_baseurl: https://meine.domaim.de listeners: - port: 8008 tls: false type: http x_forwarded: true bind_addresses: ['0.0.0.0'] resources: - names: [client,federation] compress: false database: name: psycopg2 args: user: matrix password: "DBPW!" database: synapse host: UNRAID_IP port: 5432 cp_min: 5 cp_max: 10
-
Matrix Server auf Unraid Home Server installieren?
Vielleicht noch eine andere Frage dazu. Ich wollte den ersten Nutzer anlegen und bekomme immer ein connection refused. Jemand eine Idee, woran das liegen könnte?
m1rc0
Members
-
Joined
-
Last visited