* mysql * lighttpd (with php and mysql) * transmission * sabnzbd * sickbeard * couchpotato * headphones * btsync
11 lines
228 B
Bash
11 lines
228 B
Bash
#!/bin/bash
|
|
set -e
|
|
source /build/config
|
|
set -x
|
|
|
|
## Environment
|
|
import_env LIGHTTPD_CONFIG
|
|
export_env LIGHTTPD_DOMAINS /host/etc/lighttpd
|
|
|
|
## Configuration
|
|
echo "include_shell \"cat $LIGHTTPD_DOMAINS/*.conf\"" >> $LIGHTTPD_CONFIG |