1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 17:05:48 +00:00

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)
This commit is contained in:
Andrei Yankovich 2021-06-12 22:27:16 +03:00 committed by GitHub
parent f034804e5d
commit bc82bb9cda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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