24 lines
		
	
	
		
			499 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			499 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/usr/bin/env bash
 | 
						|
 | 
						|
# Copy this file as variables.conf, with the correct values
 | 
						|
 | 
						|
nas_location=""
 | 
						|
nas_user=""
 | 
						|
 | 
						|
# Set up File Browser
 | 
						|
filebrowser="yes"
 | 
						|
 | 
						|
# Set up MiniDLNA
 | 
						|
dlna_server="yes"
 | 
						|
 | 
						|
# Set up Transmission and OpenVPN
 | 
						|
dl_server="yes"
 | 
						|
real_ip="" # for VPN check
 | 
						|
authorized_ips="" # for transmission web interface
 | 
						|
user="" # user for transmission web interface
 | 
						|
password="" # password for transmission web interface
 | 
						|
dl_location="" # location of Downloads directory
 | 
						|
 | 
						|
# Set up vsftpd
 | 
						|
ftp_server="no"
 |