-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
- Open the left menu "Favorites".(左侧菜单“收藏”)
- Right click any file and click "view in folder".(右键任意文件,点击“在文件夹中查看”)
- Click "New text document" in current position.(当前位置点击“新建文本文档”)
图片展示
Expected behaviour
New text document.(新建文本文档)
Actual behaviour
Alert “Unable to create new file from template”.(提示“无法从模板创建新文件”)
启动脚本
#!/bin/bash
set -ex
VERSION=21.0.1
docker pull nextcloud:$VERSION
docker rm -f my-nextcloud
docker run -d --name my-nextcloud \
-v /home/ubuntu/MyDisk2/nextcloud:/var/www/html \
--restart always \
-p 57202:80 \
nextcloud:$VERSION
docker cp sources.list my-nextcloud:/etc/apt/sources.list
docker exec -it my-nextcloud bash -c "apt update && apt install -y smbclient libmagickcore-6.q16-6-extra"
docker image prune -a -f
Server configuration
Operating system: ubuntu
Web server:
Database:
PHP version:
Nextcloud version: 21.0.1 (see Nextcloud admin page)
Updated from an older Nextcloud/ownCloud or fresh install:
Where did you install Nextcloud from: docker hub
FiloSpaTeam, kostecke, mvvvmd, slater0013, RegisPerdreau and 5 more
