Code Injector is a small Nextcloud admin app that lets you inject arbitrary HTML into every page.
- Clone this repository into your Nextcloud
custom_appsdirectory ascodeinjector:git clone https://github.com/zawias-pro/nextcloud-code-inject.git codeinjector
- Enable the app in the Nextcloud Apps settings.
- Go to Settings → Administration → Code Injector.
There is a docker development environment available. To start it, run ./start-test-environment.sh from within the docker directory.