updates from new deployment
This commit is contained in:
		
							
								
								
									
										4
									
								
								FileBrowser/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								FileBrowser/README.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,4 @@
 | 
			
		||||
 | 
			
		||||
# Filebrowser
 | 
			
		||||
 | 
			
		||||
Browser-based file browser. Default creds will be `admin` `admin`. Obviously change this asap
 | 
			
		||||
@@ -1,5 +1,3 @@
 | 
			
		||||
---
 | 
			
		||||
version: '3'
 | 
			
		||||
services:
 | 
			
		||||
  file-browser:
 | 
			
		||||
    image: filebrowser/filebrowser
 | 
			
		||||
@@ -9,7 +7,7 @@ services:
 | 
			
		||||
    ports:
 | 
			
		||||
      - 8080:80
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ../../documents/:/srv/
 | 
			
		||||
      - ${ZFS_POOL}/:/srv/
 | 
			
		||||
      - ./database.db:/database.db
 | 
			
		||||
    security_opt:
 | 
			
		||||
      - no-new-privileges:true 
 | 
			
		||||
@@ -1,16 +1,14 @@
 | 
			
		||||
---
 | 
			
		||||
version: '3'
 | 
			
		||||
services:
 | 
			
		||||
 jellyfin:
 | 
			
		||||
  user: 1000:1000
 | 
			
		||||
   # GID might need to be manuall set (id -g)
 | 
			
		||||
  user: ${UID}:${GID}
 | 
			
		||||
  restart: unless-stopped
 | 
			
		||||
  image: jellyfin/jellyfin:latest
 | 
			
		||||
  container_name: jellyfin
 | 
			
		||||
  volumes:
 | 
			
		||||
    - ./config:/config
 | 
			
		||||
    - ./cache:/cache
 | 
			
		||||
    - ../../documents/media:/media
 | 
			
		||||
  network_mode: 'host'
 | 
			
		||||
    - ${ZFS_POOL}/media:/media
 | 
			
		||||
  ports:
 | 
			
		||||
    - 8096:9096
 | 
			
		||||
  # Requires packages:
 | 
			
		||||
@@ -1,5 +1,3 @@
 | 
			
		||||
---
 | 
			
		||||
version: '3'
 | 
			
		||||
services:
 | 
			
		||||
  qbittorrent:
 | 
			
		||||
    image: qbittorrentofficial/qbittorrent-nox:latest
 | 
			
		||||
@@ -11,10 +9,11 @@ services:
 | 
			
		||||
      - QBT_EULA=true
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./qbit-config:/config
 | 
			
		||||
      - ../../documents/downloads:/downloads
 | 
			
		||||
    network_mode: host
 | 
			
		||||
      - ${ZFS_POOL}/downloads:/downloads
 | 
			
		||||
    depends_on:
 | 
			
		||||
      - vpn
 | 
			
		||||
    ports:
 | 
			
		||||
      - 6882:6882
 | 
			
		||||
  vpn:
 | 
			
		||||
    image: lscr.io/linuxserver/wireguard:latest
 | 
			
		||||
    container_name: wireguard
 | 
			
		||||
@@ -22,13 +21,12 @@ services:
 | 
			
		||||
    cap_add:
 | 
			
		||||
      - NET_ADMIN
 | 
			
		||||
    environment:
 | 
			
		||||
      - PUID=1000
 | 
			
		||||
      - PGID=1000
 | 
			
		||||
      - PUID=${UID}
 | 
			
		||||
      - PGID=${GID}
 | 
			
		||||
      - TZ=America/Denver
 | 
			
		||||
      - SERVERPORT=51820 #optional
 | 
			
		||||
      - LOG_CONFS=true #optional
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./config:/config
 | 
			
		||||
    network_mode: host
 | 
			
		||||
    # sysctls:
 | 
			
		||||
    #  - net.ipv4.conf.all.src_valid_mark=1
 | 
			
		||||
    sysctls:
 | 
			
		||||
      - net.ipv4.conf.all.src_valid_mark=1
 | 
			
		||||
		Reference in New Issue
	
	Block a user