浏览代码

Removable media support (#16136)

Add support removable media for snap version of gitia.
for get more info about removable media interface see the snapcraft [documentation](https://snapcraft.io/docs/removable-media-interface)
tags/v1.15.0-rc1
Andrei Yankovich 2 年前
父节点
当前提交
b5f5eab913
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      snap/snapcraft.yaml

+ 3
- 3
snap/snapcraft.yaml 查看文件

@@ -25,14 +25,14 @@ environment:
apps:
gitea:
command: gitea
plugs: [network, network-bind]
plugs: [network, network-bind, removable-media]
web:
command: gitea web
daemon: simple
plugs: [network, network-bind]
plugs: [network, network-bind, removable-media]
dump:
command: gitea dump
plugs: [home]
plugs: [home, removable-media]
version:
command: gitea --version
sqlite:

正在加载...
取消
保存