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:
3
build/make/automysqlbackup.mk
Normal file
3
build/make/automysqlbackup.mk
Normal file
@@ -0,0 +1,3 @@
|
||||
automysqlbackup:
|
||||
$(call script,$@)
|
||||
$(call boot,02,$@)
|
||||
@@ -1,3 +1,3 @@
|
||||
btsync:
|
||||
cp $(BASE)/scripts/*_$@.sh build/scripts
|
||||
cp $(BASE)/runit/$@ build/runit
|
||||
$(call script,$@)
|
||||
$(call runit,$@)
|
||||
4
build/make/couchpotato.mk
Normal file
4
build/make/couchpotato.mk
Normal file
@@ -0,0 +1,4 @@
|
||||
couchpotato:
|
||||
$(call script,$@)
|
||||
$(call boot,02,$@)
|
||||
$(call runit,$@)
|
||||
4
build/make/headphones.mk
Normal file
4
build/make/headphones.mk
Normal file
@@ -0,0 +1,4 @@
|
||||
headphones:
|
||||
$(call script,$@)
|
||||
$(call boot,02,$@)
|
||||
$(call runit,$@)
|
||||
@@ -1,2 +1,4 @@
|
||||
lighttpd-php: php lighttpd
|
||||
$(call script_force,$@)
|
||||
$(call script,$@)
|
||||
$(call boot,02,$@)
|
||||
$(call runit,$@)
|
||||
@@ -1,3 +1,3 @@
|
||||
lighttpd:
|
||||
$(call script_force,$@)
|
||||
$(call script,$@)
|
||||
$(call runit,$@)
|
||||
@@ -1,3 +1,3 @@
|
||||
mysql:
|
||||
$(call script_force,$@)
|
||||
$(call script,$@)
|
||||
$(call runit,$@)
|
||||
@@ -1,2 +1,2 @@
|
||||
php:
|
||||
$(call script_force,$@)
|
||||
$(call script,$@)
|
||||
3
build/make/phpmyadmin.mk
Normal file
3
build/make/phpmyadmin.mk
Normal file
@@ -0,0 +1,3 @@
|
||||
phpmyadmin: lighttpd-php
|
||||
$(call script,$@)
|
||||
$(call boot,02,$@)
|
||||
4
build/make/sabnzbd.mk
Normal file
4
build/make/sabnzbd.mk
Normal file
@@ -0,0 +1,4 @@
|
||||
sabnzbd:
|
||||
$(call script,$@)
|
||||
$(call boot,02,$@)
|
||||
$(call runit,$@)
|
||||
4
build/make/sickbeard.mk
Normal file
4
build/make/sickbeard.mk
Normal file
@@ -0,0 +1,4 @@
|
||||
sickbeard: subliminal
|
||||
$(call script,$@)
|
||||
$(call boot,02,$@)
|
||||
$(call runit,$@)
|
||||
2
build/make/subliminal.mk
Normal file
2
build/make/subliminal.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
subliminal:
|
||||
$(call script,$@)
|
||||
2
build/make/test.mk
Normal file
2
build/make/test.mk
Normal file
@@ -0,0 +1,2 @@
|
||||
test: php
|
||||
$(call script,$@)
|
||||
4
build/make/transmission.mk
Normal file
4
build/make/transmission.mk
Normal file
@@ -0,0 +1,4 @@
|
||||
transmission:
|
||||
$(call script,$@)
|
||||
$(call boot,02,$@)
|
||||
$(call runit,$@)
|
||||
3
build/make/webserver.mk
Normal file
3
build/make/webserver.mk
Normal file
@@ -0,0 +1,3 @@
|
||||
webserver: phpmyadmin
|
||||
$(call script,$@)
|
||||
$(call boot,02,$@)
|
||||
Reference in New Issue
Block a user