thilojaeggi / WinGetty

An open source REST Backend for creating a private WinGet Repo without having to rely on cloud dependencies.
https://wingetty.dev
GNU Affero General Public License v3.0
168 stars 15 forks source link

Why doesn't the https 8443 port appear or add it to the package urls? #53

Closed eujoanderson closed 2 months ago

eujoanderson commented 2 months ago

Wingetty is running on port 8443 with redirection with nginx but some requests from the application itself do not show the port that runs on https. Captura de tela 2024-04-23 122227

Captura de tela 2024-04-23 122335

thilojaeggi commented 2 months ago

This must be a misconfiguration in your NGINX reverse proxy as it is included in my case for example. You could also give setting the env variable SERVER_NAME a go and setting that to "wingetty.shop:8443" respectively