nextcloud/richdocuments
Suggested richdocumentscode install command doesn't work in all situations
开放
#1,179 创建于 2020年10月7日
1. to developenhancementgood first issueintegration: built-in code server
仓库指标
- 星标
- (452 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Describe the bug
richdocumentscode can in many cases not be installed via the web interface due to timeouts. As a result, richdocuments (rightly) suggests installing using occ if it doesn't work. See here:
However, that command assumes that one has installed Nextcloud manually instead of using e.g. the snap, where the comand doesn't work. It should be trivial to check the $SNAP and $SNAP_NAME environment variables and print the proper command in that situation (sudo nextcloud.occ app:install richdocumentscode specifically), but I'm afraid I don't quite have the vue chops to pull it off.