Enhancement: Move updatecheck to serverside #150

Open
opened 2026-04-24 22:59:32 +02:00 by adam · 1 comment
Owner

Originally created by @mx03 on GitHub (Dec 27, 2021).

Instead every user call the api.github.com for new version, the server should proxy this request and caches for x hours/days.

Is there a reason why there are no new releases published on github ( https://github.com/advplyr/audiobookshelf/releases )

Originally created by @mx03 on GitHub (Dec 27, 2021). Instead every user call the api.github.com for new version, the server should proxy this request and caches for x hours/days. Is there a reason why there are no new releases published on github ( https://github.com/advplyr/audiobookshelf/releases )
Author
Owner

@advplyr commented on GitHub (Dec 27, 2021):

Agreed.
The reason is I had been manually doing those releases and since they were so frequent it was getting time consuming and I wanted to automate that process.
I have wanted to write a script that will create the releases from the commits automatically and include the binaries (only debian for now). That script would deploy the docker container and package the debian binary. That's why I started prefixing commits with Fix, Change, Add.

@advplyr commented on GitHub (Dec 27, 2021): Agreed. The reason is I had been manually doing those releases and since they were so frequent it was getting time consuming and I wanted to automate that process. I have wanted to write a script that will create the releases from the commits automatically and include the binaries (only debian for now). That script would deploy the docker container and package the debian binary. That's why I started prefixing commits with Fix, Change, Add.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#150