univention-app
univention-app copied to clipboard
📦 Nextcloud App for the Univention Corporate Server
After #191 To be done in January when 29.0.2 is out (6th June)
- chore(release): bump version to 28.0.3-0 - chore(pre-release): Use 28.0.3rc1 for testing Fix https://github.com/nextcloud/univention-app/issues/191 - [ ] Build and test - [ ] Wait for final - [ ] Test...
To be done in January when 28.0.2 is out
Dear App Maintainer, Would you consider support for integrating the Nextcloud App "Optical character recognition" available at https://github.com/janis91/ocr into your Nextcloud Docker Container? When activating this Nextcloud App, I need...
appearently there is a printer app for nextcloud based on https://github.com/e-alfred/nextcloud-printer we would need to add a couple of packages to support it while adding the packages should be easy...
idea: pass on the desired Nextcloud version, and the script takes care of everything else, from changing the version data, to creating the pull request, adding and updateing the new...
Some UCS administrators have the demand to change settings in the php.ini like `upload_max_filesize`. If an admin connects to the running container and changes the php settings under: `/etc/php/7.2/apache2/php.ini` or...
can be run against all files with ```bash shellcheck -e SC1091 $(find . -type f -exec file --mime-type {} + | grep 'text/x-shellscript' | cut -d ':' -f1) ```
- [ ] Waiting for univention to publish 28.0.7 - [ ] Waiting for docker build - [ ] Testing upgrade from 28.0.7 - [ ] Testing fresh install -...
Disabling the OIDC authentication can be done via: `ucr set appcenter/apps/nextcloud/disable-oidc-login=true` Setting the OIDC login identifier (displayed in the login dialog) can be achieved via: `ucr set appcenter/apps/nextcloud/oidc-identifier=UCS` Disabling the...