mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	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)
This commit is contained in:
		@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user