forked from jan-leila/nix-config
		
	added target to nextcloud proxy
This commit is contained in:
		
							parent
							
								
									e7a53a5df0
								
							
						
					
					
						commit
						f55abeb587
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		|  | @ -25,7 +25,11 @@ in { | |||
|         }; | ||||
|       }; | ||||
| 
 | ||||
|       host.reverse_proxy.subdomains.${config.host.jellyfin.subdomain} = {}; | ||||
|       host = { | ||||
|         reverse_proxy.subdomains.${config.host.nextcloud.subdomain} = { | ||||
|           target = "http://localhost:${toString 8009}"; | ||||
|         }; | ||||
|       }; | ||||
| 
 | ||||
|       services = { | ||||
|         nextcloud = { | ||||
|  | @ -35,6 +39,7 @@ in { | |||
|           settings.log_type = "file"; | ||||
|           config = { | ||||
|             adminpassFile = config.sops.secrets."services/nextcloud_adminpass".path; | ||||
|             adminuser = "admin"; | ||||
|           }; | ||||
|         }; | ||||
|       }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue