Meta
The configuration in the meta information is valid for All Roles
, if you want to have the corresponding permissions for users, please go to User
–>User Account
to modify the relative permissions
元信息内的配置对所有角色
生效,如果想让用户有相应的权限请前往 用户
–>用户账号
进行修改相应的权限
Path
路径
The path for this meta to take effect
此元信息生效的路径
Password
密码
Password required to access this path
- Meta information password will not take effect when accessed using
WebDav
NotesNotes
If you want the password to be effective in subfolders, please check
Apply to sub folder
after the password. Do not checkWrite
and then checkApply to sub folder
The correct check example is shown below. If you configure the options correctly, if you check the wrong optionWrite
and then checkApply to sub folder
, it will cause anyone to have permission to write dangerous operations
访问此路径需要密码
- 元信息密码在使用
WebDav
访问时不会生效注意事项注意事项
填写密码如果想在子文件夹也生效,请勾选密码后面的
应用到子文件夹
,请勿勾选写入
再勾选应用到子文件夹
正确勾选示例图如下所示,正确配置选项,如果勾选错误为写入
再勾选应用到子文件夹
会造成任何人都拥有权限写入危险操作
Write
写入
Allow user to make directory, new file and upload files.
允许用户新建目录、新文件和上传文件。
Hide
隐藏
The objects to hide of this path, One regular expression (in Golang
) per line
- Meta information hiding can take effect when accessed using
WebDav
此路径要隐藏的对象,每行一个正则表达式(在 Golang
中)
- 元信息隐藏在使用
WebDav
访问时可以生效
Readme
说明
The Readme to render while enter this path, support markdown content or markdown link.
- Show at bottom of list
- The automatically rendered file name is:
readme.md
进入该路径时渲染的自述文件,支持 Markdown 内容或 Markdown 链接。
- 在列表底部显示
- 自动渲染的文件名为:
readme.md
Header
顶部说明
(new in v3.29.0) The Readme to render while enter this path, support markdown content or markdown link.
- Show at top of list
- The automatically rendered file name is:
top.md
- Files can not be displayed in the list, for example
readme.md
is not displayed in the list - Backstage --> Settings --> Global --> Hidden files --> Add newline
/\/top.md/i
:::(v3.29.0 新增)进入该路径时渲染的自述文件,支持 Markdown 内容或 Markdown 链接。
- Files can not be displayed in the list, for example
- 在列表顶部显示
- 自动渲染的文件名为:
top.md
- 可以在列表中不显示文件,例如
readme.md
不在列表显示 - 后台 --> 设置 --> 全局 --> 隐藏文件 --> 换行添加
/\/top.md/i
:::
- 可以在列表中不显示文件,例如
Apply to sub folder
应用到子文件夹
Apply this meta to sub folder of specific path
将此元信息应用于特定路径的子文件夹
⚠️ Tips
⚠️ Tips
Regarding hidden, users without permissions can search for hidden folders/files, solutions ✅ If you want to hide the folder in a folder, create a new Yuan information alone, and select the folder we want to hide,,Hidden if you want to hide everything, write directly
.*
❌ You cannot directly fill in the meta information of the root directory/
, and then fill in the folder we want to hide, the error case View details:::
关于隐藏,没有权限的用户可以搜索到隐藏的文件夹/文件,解决方案 ✅如果你要隐藏某个文件夹內的文件夹,要单独新建一条元信息,路径选择我们要隐藏的文件夹,隐藏如果你要隐藏所有直接写
.*
即可 ❌ 不可以直接在选择根目录/
的元信息內填写,然后隐藏位置填写我们要隐藏的文件夹,错误案例查看详情