Daniel Barton
Daniel Barton
This isn't a bug with the panel. You have modified the egg to use the start.sh instead and not set permissions correctly. - Please use the discord for support. Also...
Yep you modified the eggs startup command. The fact ATM9 doesn't have a server.jar doesn't matter. If you're using the correct egg it handles those cases. Github issues are not...
> `java -Xms128M -XX:MaxRAMPercentage=95.0 -Dterminal.jline=false -Dterminal.ansi=true $( [[ ! -f unix_args.txt ]] && printf %s "-jar {{SERVER_JARFILE}}" || printf %s "@unix_args.txt" )` > > This is the default shipped startup...
Hi, I just tried this and could not reproduce. Could you test it again ?
127.0.0.53 port 53 is your DNS server that it's using to resolve the domain. The domain it's attempting to resolve according to your error message is `panel.example.com` and that doesn't...
Can confirm. What is happening is when wings starts up, it starts with an empty Configuration struct that is then filled with the defaults and THEN we overlay the data...
@promarcel If I provided you a source code patch that does what I described above, would you be willing to test, and do you have the ability to apply the...
Hey @promarcel - I have this branch here that has the required changes. It appears to be working fine for me. Please test and let me know. https://github.com/danny6167/wings/tree/config-load-order
Note: If you're not passing any options, you will need to supply an empty value to `config` to keep it empty. ```yaml log_config: type: fluentd config: {} ```
Submitted as a draft while I wait for a couple of people to test it.