Compare commits
	
		
			1 Commits
		
	
	
		
			dd6bc05361
			...
			feature/ad
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| c05d782180 | 
@@ -113,7 +113,7 @@ in
 | 
			
		||||
      autoStart = true;
 | 
			
		||||
    };
 | 
			
		||||
    overseerr = {
 | 
			
		||||
      image = "ghcr.io/linuxserver/overseerr";
 | 
			
		||||
      image = "ghcr.io/linuxserver/overseerr:latest";
 | 
			
		||||
      environment = {
 | 
			
		||||
        PUID = "600";
 | 
			
		||||
        PGID = "100";
 | 
			
		||||
@@ -127,6 +127,18 @@ in
 | 
			
		||||
      extraOptions = [ "--network=web" ];
 | 
			
		||||
      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 = {
 | 
			
		||||
      image = "ghcr.io/linuxserver/faster-whisper:latest";
 | 
			
		||||
      ports = [ "10300:10300" ];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user