We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5249864 commit e7d4114Copy full SHA for e7d4114
snap/snapcraft.yaml
@@ -25,14 +25,14 @@ environment:
25
apps:
26
gitea:
27
command: gitea
28
- plugs: [network, network-bind]
+ plugs: [network, network-bind, removable-media]
29
web:
30
command: gitea web
31
daemon: simple
32
33
dump:
34
command: gitea dump
35
- plugs: [home]
+ plugs: [home, removable-media]
36
version:
37
command: gitea --version
38
sqlite:
0 commit comments