You get a list of supported and unsupported not shipped apps with → nc-apps ← :
nc-apps not_shipped all --version=30 --min_version=28 --nopager
… and if you want to list only all not supported not shipped apps:
nc-apps not_shipped all --version=30 --min_version=28 --unsupported --nopager
… or all supported apps:
nc-apps not_shipped all --version=30 --supported --nopager
… or if you want to see which of your currently enabled apps are supported or not:
nc-apps not_shipped enabled --version=30 --nopager
… and many more listing options…
The only restriction is that the script has to run on a box with a barre metal installed Nextcloud because I haven’t adapted it to AIO/docker yet.
ernolf