Everything posted by Synopsis8044
-
[Support] silman - Foundry Virtual Tabletop (felddy docker image)
Having an issue with the license. No matter what I do, the container is refusing to accept any license put in the template or when I edit the .json file FoundryVTT | 2026-06-16 19:07:15 | [error] Software license verification failed. Please confirm your Foundry Virtual Tabletop software license There is also no screen on startup asking for the license key?
-
Files not transferring to UnRAID
Download client is Deluge downloads to /volume1/Data/deluge/complete TV directory is set to /volume1/Data/Media (Media is the UnRAID server mounted as a remote path on the Synology) This is my compose version: '3.9' services: sonarr: image: ghcr.io/linuxserver/sonarr:latest container_name: SONARR-SYNOLOGY healthcheck: test: curl -f http://localhost:8989/ || exit 1 restart: on-failure:5 security_opt: - no-new-privileges:true volumes: - /volume1/Data/Media:/tv:rw - /volume1/Data/deluge/complete:/downloads:rw - /volume1/docker/sonarr/config:/config:rw environment: TZ: Australia/Melbourne PGID: 100 PUID: 99 ports: - 8989:8989 Sonarr remote path mappings: https://imgur.com/KSUvHxe Deluge folders settings: https://imgur.com/V2VqGtY All of this was working when I had the Arr apps running on an R710 running UnRAID (Lidarr didn't work properly but didn't bother me as only I could access that) The R710 is dead at the moment so I started from scratch and setup all my containers on the Synology. Since moving to the Syno, I've had this issue
-
Files not transferring to UnRAID
I'll try to explain it as best as I can. I've tried to do this in two configurations and the files refuse to transfer to the UnRAID. I'm losing my damn mind Config 1; Storage: R510 running UnRAID Docker containers: Synology DS923+ Downloads: Synology DS923+ Sonarr grabs the files, downloads to the Syno, Sonarr can see it has finished downloading. End. Nuda. Caput. I have run the damn docker containers as nobody, root and my main user PGID and PUID Config 2; Storage: R510 running UnRAID Docker containers: R510 running UnRAID Downloads: Synology DS923+ Again, grabs, downloads, twiddles it's thumbs. Again I have run the containers with various PUID and PGID values. Nothing. Bloody. Works. Please, for the love of my sanity, someone help
-
[Support] Goobaroo - Modded Minecraft Java Servers
Sorry if this has already been asked. How do I stop the server pausing when no players are online? I want it to just keep going
-
[Support] ich777 - Gameserver Dockers
Good gravy baby, thank you! This was driving me nuts
-
[Support] ich777 - Gameserver Dockers
Getting the below error when trying to spin up an Eco server Not quite sure how to fix this.. [08:45:59] Failed to start the server. Exception was Exception: Exception Message:Authentication to Strange Cloud failed. No authentication methods were available. Provide valid credentials ('-username' and '-password' or '-userToken' or '-steamTicket') or use '-offline' to start server in offline mode. Source:EcoServer System.Exception: Authentication to Strange Cloud failed. No authentication methods were available. Provide valid credentials ('-username' and '-password' or '-userToken' or '-steamTicket') or use '-offline' to start server in offline mode. at Eco.Server.StrangeCloudLogin.Initialize() at Eco.Server.PluginManager.InitializeAsync(StartupInfo startupInfo) at Eco.Server.Startup.StartAsync(StartupInfo startupInfo) [08:45:59] Shutdown finished [08:45:59] Errors report: Failed to start the server. Exception was Exception: Exception Message:Authentication to Strange Cloud failed. No authentication methods were available. Provide valid credentials ('-username' and '-password' or '-userToken' or '-steamTicket') or use '-offline' to start server in offline mode. Source:EcoServer System.Exception: Authentication to Strange Cloud failed. No authentication methods were available. Provide valid credentials ('-username' and '-password' or '-userToken' or '-steamTicket') or use '-offline' to start server in offline mode. at Eco.Server.StrangeCloudLogin.Initialize() at Eco.Server.PluginManager.InitializeAsync(StartupInfo startupInfo) at Eco.Server.Startup.StartAsync(StartupInfo startupInfo)