Skip to content

Commit

Permalink
Removable media support (#16136)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
EndrII committed Jun 11, 2021
1 parent daa5a23 commit b5f5eab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b5f5eab

Please sign in to comment.