Compare commits
	
		
			1 Commits
		
	
	
		
			ff34faa937
			...
			feature/ad
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| c05d782180 | 
@@ -113,7 +113,7 @@ in
 | 
				
			|||||||
      autoStart = true;
 | 
					      autoStart = true;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
    overseerr = {
 | 
					    overseerr = {
 | 
				
			||||||
      image = "ghcr.io/linuxserver/overseerr";
 | 
					      image = "ghcr.io/linuxserver/overseerr:latest";
 | 
				
			||||||
      environment = {
 | 
					      environment = {
 | 
				
			||||||
        PUID = "600";
 | 
					        PUID = "600";
 | 
				
			||||||
        PGID = "100";
 | 
					        PGID = "100";
 | 
				
			||||||
@@ -127,6 +127,18 @@ in
 | 
				
			|||||||
      extraOptions = [ "--network=web" ];
 | 
					      extraOptions = [ "--network=web" ];
 | 
				
			||||||
      autoStart = true;
 | 
					      autoStart = true;
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					    unpackerr = {
 | 
				
			||||||
 | 
					      image = "golift/unpackerr:latest";
 | 
				
			||||||
 | 
					      user = "600:100";
 | 
				
			||||||
 | 
					      environment = {
 | 
				
			||||||
 | 
					        TZ = "America/New_York";
 | 
				
			||||||
 | 
					      };
 | 
				
			||||||
 | 
					      volumes = [
 | 
				
			||||||
 | 
					        "${vars.torrenting_qbit}:/data"
 | 
				
			||||||
 | 
					        "${config.sops.secrets.unpackerr_conf}:/etc/unpackerr/unpackerr.conf"
 | 
				
			||||||
 | 
					      ];
 | 
				
			||||||
 | 
					      autoStart = true;
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
    whisper = {
 | 
					    whisper = {
 | 
				
			||||||
      image = "ghcr.io/linuxserver/faster-whisper:latest";
 | 
					      image = "ghcr.io/linuxserver/faster-whisper:latest";
 | 
				
			||||||
      ports = [ "10300:10300" ];
 | 
					      ports = [ "10300:10300" ];
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user