Own app not in app store?

Hi,
I’m thinking about implementing some very specific functionality I need for a individual projects as a nextcloud app. Is it possible to install an app locally, e.g. not from the app store?

How would such an app be registered to nc and should I create a new app in the store to start the development of the app?

Any suggestions will be apreciated.

Best Regards,

Andreas

You can just put it into apps/

The folder name must match the app id. Everything needed for publishing the app is documented here https://nextcloudappstore.readthedocs.io/en/latest/developer.html

Thank you for the Information