You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OK found the issue ! The stack is not working using http only protocol.
The application configuration in /var/www/pterodactyl/.env is set with APP_URL={{ pterodactyl_panel_url | quote }}
but the ansible role defaults set : pterodactyl_panel_url: "https://{{ ansible_fqdn }}"
see the hard coded protocole above ? ^_^
This information should probably be added to the README. I'm open to reworking the webserver integration in the future to be more generic and to support HTTP (also related to #220), but I don't actively use this collection myself anymore, so this is low-priority for me.
Agreed this should be added in the Readme as this is "security by design".
Not sure a good idea to introduce the http support, as this not designed for... ^_ ^
Will add it in Readme in the PR concerning nginx.
I succeed install on my debian 12 virtual machine.
pterodactyl_panel_domain: "pterodactyl.local"
I get the login page... Nice !
However when trying to login :
10.0.2.2 - - [22/Dec/2024:01:53:57 +0100] "GET /sanctum/csrf-cookie HTTP/1.1" 404 187 "http://pterodactyl.local:8001/auth/login" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36"
NB : I have a port forward local port 8001 --> VM port 80
The text was updated successfully, but these errors were encountered: