mbround18 / valheim-docker

Valheim Docker powered by Odin. The Valheim dedicated gameserver manager which is designed with resiliency in mind by providing automatic updates, world backup support, and a user friendly cli interface.
https://hub.docker.com/r/mbround18/valheim
BSD 3-Clause "New" or "Revised" License
757 stars 81 forks source link

Thunderstore API URL Change #804

Closed OverkillSD closed 4 months ago

OverkillSD commented 4 months ago

The API for Thunderstore has changed and the valheim.thunderstore.io URL is defunct.

The correct curl, per https://thunderstore.io/api/docs/, is: curl -X GET "https://thunderstore.io/api/experimental/package/BepInExPack_Valheim/denikson/" -H "accept: application/json" -H "X-CSRFToken: --tokenhere--"

Oglaf commented 4 months ago

As a workaround, after initializing docker for the first time you can manually install BepInEx using odin. odin mod:install https://thunderstore.io/package/download/denikson/BepInExPack_Valheim/5.4.2202/

mbround18 commented 4 months ago

This still works https://gcdn.thunderstore.io/live/repository/packages/denikson-BepInExPack_Valheim-5.4.2102.zip

mbround18 commented 4 months ago

Ahh i see

mbround18 commented 4 months ago

https://github.com/mbround18/valheim-docker/blob/ec122553b794f21304dbc2f9ac8663baf57f0b04/src/scripts/entrypoint.sh#L72 is the issue, updating that url shortly

mbround18 commented 4 months ago

Fixed in https://github.com/mbround18/valheim-docker/pull/807