Removable media support (#16138)

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)
mj-v1.14.3
Andrei Yankovich 3 years ago committed by GitHub
parent f034804e5d
commit bc82bb9cda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save