Skip to content

Commit b5f5eab

Browse files
authored
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)
1 parent daa5a23 commit b5f5eab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

snap/snapcraft.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ environment:
2525
apps:
2626
gitea:
2727
command: gitea
28-
plugs: [network, network-bind]
28+
plugs: [network, network-bind, removable-media]
2929
web:
3030
command: gitea web
3131
daemon: simple
32-
plugs: [network, network-bind]
32+
plugs: [network, network-bind, removable-media]
3333
dump:
3434
command: gitea dump
35-
plugs: [home]
35+
plugs: [home, removable-media]
3636
version:
3737
command: gitea --version
3838
sqlite:

0 commit comments

Comments
 (0)