15 lines
253 B
BlitzBasic
15 lines
253 B
BlitzBasic
SUMMARY = "homeserver host system"
|
|
HOMEPAGE = "https://blackfinn.de"
|
|
LICENSE = "MIT"
|
|
|
|
require docker-host-image.bb
|
|
require dev-image.inc
|
|
|
|
IMAGE_INSTALL_append = " \
|
|
nginx \
|
|
python3-docker-compose \
|
|
"
|
|
|
|
export IMAGE_BASENAME = "homeserver-image"
|
|
|