Skip to content

Commit

Permalink
Init config file
Browse files Browse the repository at this point in the history
An interactive program would be helpful for user configuration
  • Loading branch information
HermannBjorgvin committed May 4, 2018
1 parent 59a3b37 commit ba290d6
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"indent": 2,
"services": [
"smbd",
"plexmediaserver",
"sshguard",
"rsync",
"ufw",
"apcupsd",
"postgresql",
"redis-server"
],
"serviceNames":[
"Samba",
"Plex",
"SSH Guard",
"RSync",
"UFW",
"APC UPS Daemon",
"PostgreSQL",
"Redis"
],
"hardDrives":[
"/dev/sda",
"/dev/sdb",
"/dev/sdc",
"/dev/sdd",
"/dev/sde"
],
"domains":[
"example.com"
]
}

0 comments on commit ba290d6

Please sign in to comment.