nextcloud / docker

⛴ Docker image of Nextcloud
https://hub.docker.com/_/nextcloud/
GNU Affero General Public License v3.0
6.04k stars 1.83k forks source link

Autocompletion for `occ` #2312

Open joshtrichards opened 3 weeks ago

joshtrichards commented 3 weeks ago

See whether it's feasible to enable autocompletion for occ within the image: https://docs.nextcloud.com/server/latest/admin_manual/occ_command.html#enabling-autocompletion

There are some hurdles, such as needing bash-complete + the www-data profile/nologin usage

joshtrichards commented 1 week ago

References for future work: