Please set an updateJSONURL
miiichael opened this issue ยท 12 comments
This has been automatically marked as stale because it has not had recent activity, and will be closed if no further activity occurs. If this was overlooked, forgotten, or should remain open for any other reason, please reply here to call attention to it and remove the stale status. Thank you for your contributions.
This has been automatically marked as stale because it has not had recent activity, and will be closed if no further activity occurs. If this was overlooked, forgotten, or should remain open for any other reason, please reply here to call attention to it and remove the stale status. Thank you for your contributions.
Somewhere like https://pages.github.com/ ? sweat_smile
As far as i remember gh pages can only be used to serve static web content.
So yes it would be possible to host this on gh pages since you'd only need to serve a single json file if i recall correctly.
This has been automatically marked as stale because it has not had recent activity, and will be closed if no further activity occurs. If this was overlooked, forgotten, or should remain open for any other reason, please reply here to call attention to it and remove the stale status. Thank you for your contributions.
This has been automatically closed because it has not had recent activity. Please feel free to update or reopen it.
The Problem is for an update check, they'd have to set up a website or at least an API Server, which will be pinged allot, so it'll need to have a big bandwith and Power and that is pretty expensive and hard to do for a mod as big as JEI...
Does the existence of https://github.com/Ephys/mc-curseforge-updateJSONURL help at all? ๐ค
Does the existence of https://github.com/Ephys/mc-curseforge-updateJSONURL help at all? ๐ค
It would help them to not have to implement it themselfes, but they'd still have to Host it somewhere and with probebly thousands of people Playing with JEI at the time, they'd have to worry about the Mod exidentally ddosing the Versioning server...
It is possible but expensive.
Somewhere like https://pages.github.com/ ? ๐