This progress bar is on the bottom of https://join-lemmy.org Does it automatically update when people donate to either the Liberapay, Patreon, or Open Collective? Is this progress bar open source so lemmy servers can implement it to show their donation\costs amounts?
https://github.com/LemmyNet/joinlemmy-site/blob/main/src/shared/donation_stats.ts
And here’s the code to update the stats
https://github.com/LemmyNet/joinlemmy-site/blob/main/update_donations.mjs
It seems not. It’s updated each time the website owner
rebuilds the front pagerunsnpm run update_donations
.Its run and updated in a cronjob every hour.