Hi all,
for a client I needed to create bunch of modification to oficial nextcloud in version 30. Some of the modifications were possible only using javascript and modifiing php files, however some of them really requires to modify .Vue source files of the frontend. The option to create new nextcloud app for those features is unfortunately not possible in this case, because it really needs to modify existing base apps of nextcloud.
So best option would be to use the nextcloud development version (GitHub - juliusknorr/nextcloud-docker-dev: Nextcloud development environment using docker-compose) for production as well, so we could have a repository with possibility to develop nicely and modify also those .Vue source files and pipeline to deploy on production.
Is there any nice way how to create this setup? Do you have experience with something like this and are you willing to help me a little bit? Or is there any tutorial for this?
I would be really greateful for any help and also possibly interested and willing to write some documentation with examples later for this possible setup (modifiiing the docker-dev env to prod env) to help nextcloud community and developers develop more easily.
Thanks for all you opinions and support
Jan