Code Injector is a small Nextcloud admin app that lets you inject arbitrary HTML into every page.
The easiest way to install Code Injector is to use the Nextcloud App Store: https://apps.nextcloud.com/apps/codeinjector
It's recommended to use the App Store, as it will automatically keep the app up to date. If you install it manually, you will have to update it yourself.
- 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.