pterodactyl / development

Development environment setup for Pterodactyl. This is used internally by our development team to ensure getting Pterodactyl running in a development environment is a painless as possible.
Apache License 2.0
26 stars 30 forks source link

Improvements for Wings dev #7

Open TekExplorer opened 3 years ago

TekExplorer commented 3 years ago
+ add example Wings startup command, as I was not aware of the ignore cert thing.
+ add `/etc/hosts` entry to the Wings VM so it can actually reach the panel

dunno if theres a vagrant way to add the hosts value to wings.

TekExplorer commented 3 years ago

its also possible to import the root cert to the wings VM but idk if you want that

Software-Noob commented 3 years ago

Doesn't --debug already ignore the certs making ignore certs flag pointless in that context?

TekExplorer commented 3 years ago

Doesn't --debug already ignore the certs making ignore certs flag pointless in that context?

not anymore. read the changelog

Software-Noob commented 3 years ago

Doesn't --debug already ignore the certs making ignore certs flag pointless in that context?

not anymore. read the changelog

You're right with --ignore-certificate-error being added in that release as well.

schrej commented 3 years ago

8fa4f6ed5693aa8ee565bfcfd901addfe01a84f9 and 2d3e446cc27dc795c7917547c84e85acd1aa0881 should probably solve both

TekExplorer commented 3 years ago

yeah i noticed. its about what i did locally anyway. still could show how you are ment to run wings with the config and debug flags