Hi there, is there a way to auto-update apps to the newest version?
or is there an app that can do that?
I have made a search for an app, but nothing comes up. will there be such a setting in the future?
Hi there, is there a way to auto-update apps to the newest version?
or is there an app that can do that?
I have made a search for an app, but nothing comes up. will there be such a setting in the future?
Hey,
well you could run sudo -u www-data php occ app:update --all
as a cronjob (or just for specific apps, see Using the occ command — Nextcloud latest Administration Manual latest documentation)
Not sure if this is really a good idea, though.
Another way: GitHub - ChristophWurst/unattended_upgrades: Updates Nextcloud apps automatically (though this isn’t really maintained atm: App store release · Issue #5 · ChristophWurst/unattended_upgrades · GitHub)