YunoHost-Apps / castopod_ynh

Castopod package for YunoHost
https://podlibre.org/
GNU General Public License v3.0
23 stars 7 forks source link

Castop just issued an update. How can I use it? #39

Closed unklebonehead closed 3 years ago

unklebonehead commented 3 years ago

Castopod just pushed an update to fix an import issue that I need. Can you push it through or is there a way I can implment it on my install? I desperately need this as well as a few other people I know.

https://code.podlibre.org/podlibre/castopod-host/-/releases/v1.0.0-alpha.69

ericgaspar commented 3 years ago

Version 69 is now on the testing branch #40 and should be pushed to master tomorrow after the CI tests.

unklebonehead commented 3 years ago

Sweet thank you!

unklebonehead commented 3 years ago

They also say I may need to clear the redis cache. How do you do that on Yunohost. I did a reboot. does that do it?

ericgaspar commented 3 years ago

They also say I may need to clear the redis cache. How do you do that on Yunohost. I did a reboot. does that do it?

in a terminal : redis-cli -n [database number] flushdb where the database number is the one set in the config file /var/www/castopod/.env around L.37