Import some files and transform to working containers for:
* mysql * lighttpd (with php and mysql) * transmission * sabnzbd * sickbeard * couchpotato * headphones * btsync
This commit is contained in:
12
build/scripts/couchpotato.sh
Normal file
12
build/scripts/couchpotato.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
source /build/config
|
||||
set -x
|
||||
|
||||
## Environment
|
||||
export_env COUCHPOTATO_CONFIG /host/etc/couchpotato/config.ini
|
||||
export_env COUCHPOTATO_DATA /host/var/lib/couchpotato
|
||||
|
||||
## CouchPotato
|
||||
cd /opt
|
||||
git clone https://github.com/RuudBurger/CouchPotatoServer.git
|
||||
Reference in New Issue
Block a user