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:
		
							parent
							
								
									daa5a23548
								
							
						
					
					
						commit
						b5f5eab913
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -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: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue