 6721faf773
			
		
	
	
		6721faf773
		
			
		
	
	
	
	
		
			
			* Add SLSKD * Add Traefik labels * Make sure user edits are recorded in config * Add default shared directory * Add information on credentials * Specify CPU architectures in config.json * Remove superfluous file * fix: run the app as root * fix: remove unnecessary config options --------- Co-authored-by: Pieter D'herde <hello@pieterdherde.com> Co-authored-by: Stavros <steveiliop56@gmail.com>
		
			
				
	
	
		
			55 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "SLSKD",
 | |
|   "available": true,
 | |
|   "port": 5030,
 | |
|   "exposable": true,
 | |
|   "id": "slskd",
 | |
|   "description": "A modern client-server application for the Soulseek file-sharing network.",
 | |
|   "tipi_version": 1,
 | |
|   "version": "0.20.1",
 | |
|   "categories": ["utilities"],
 | |
|   "short_desc": "P2P downloads",
 | |
|   "author": "jpdillingham",
 | |
|   "source": "https://github.com/slskd/slskd",
 | |
|   "supported_architectures": ["amd64", "arm64"],
 | |
|   "form_fields": [{
 | |
|       "type": "text",
 | |
|       "label": "WebUI username",
 | |
|       "max": 50,
 | |
|       "min": 3,
 | |
|       "required": true,
 | |
|       "env_variable": "SLSKD_WEB_USER"
 | |
|     },
 | |
|     {
 | |
|         "type": "password",
 | |
|         "label": "WebUI password",
 | |
|         "max": 50,
 | |
|         "min": 3,
 | |
|         "required": true,
 | |
|         "env_variable": "SLSKD_WEB_PASSWORD"
 | |
|     },
 | |
|     {
 | |
|         "type": "text",
 | |
|         "label": "Soulseek username",
 | |
|         "max": 50,
 | |
|         "min": 3,
 | |
|         "required": true,
 | |
|         "env_variable": "SLSKD_USER"
 | |
|     },
 | |
|     {
 | |
|         "type": "password",
 | |
|         "label": "Soulseek password",
 | |
|         "max": 50,
 | |
|         "min": 3,
 | |
|         "required": true,
 | |
|         "env_variable": "SLSKD_PASSWORD"
 | |
|     },
 | |
|     {
 | |
|         "type": "boolean",
 | |
|         "label": "Allow remote configuration",
 | |
|         "required": true,
 | |
|         "env_variable": "SLSKD_REMOTE_CONFIGURATION"
 | |
|     }
 | |
|   ]
 | |
| }
 |