This repository has been archived on 2023-08-13. You can view files and clone it, but cannot push or open issues or pull requests.
nas-server/variables.conf.template

24 lines
499 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
# Copy this file as variables.conf, with the correct values
2022-09-16 15:00:38 +02:00
nas_location=""
nas_user=""
# Set up File Browser
2022-09-16 13:57:20 +02:00
filebrowser="yes"
2022-09-16 15:00:38 +02:00
# Set up MiniDLNA
2022-09-16 13:57:20 +02:00
dlna_server="yes"
2022-09-16 15:00:38 +02:00
# Set up Transmission and OpenVPN
2022-09-16 13:57:20 +02:00
dl_server="yes"
2022-09-16 15:00:38 +02:00
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"