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
185 stars 17 forks source link

Problems with starting Wingetty #28

Closed Narrowcastingscherm closed 10 months ago

Narrowcastingscherm commented 11 months ago

I am trying now to install wingetty on a alma linux server, but every time i run docker-compose up -d the systems freezes and i cannot connect to 8080, this is only when i run the wingetty docker compose command

thilojaeggi commented 11 months ago

Any logs on the system side, this sounds more like an issue with your environment than with WinGetty itself.

Narrowcastingscherm commented 11 months ago

can i go back to an older version to try it?

thilojaeggi commented 11 months ago

You can just choose an older docker image with for example: ghcr.io/thilojaeggi/wingetty:0.0.5 You'd need to delete the created volumes though (if they were even created).