diff --git a/CT-Build/Alpine.Jenkinsfile b/CT-Build/Alpine.Jenkinsfile index 9e7fa84..6bb695d 100644 --- a/CT-Build/Alpine.Jenkinsfile +++ b/CT-Build/Alpine.Jenkinsfile @@ -1,4 +1,4 @@ -String[] ImgVariantList = ['minimal', 'default' , 'gitea' , 'nginx' , 'ddns' , 'transfersh' , 'iscsi' , 'z2mqtt' , 'nodered' , 'nodejs' , 'mqtt' , 'mailbackup', 'elkarbackupALP', 'heimdall' ] +String[] ImgVariantList = ['minimal', 'default' , 'gitea' , 'nginx' , 'ddns' , 'transfersh' , 'iscsi' , 'z2mqtt' , 'nodered' , 'nodejs' , 'nextcloud' , 'mqtt' , 'hass' , 'mailbackup', 'elkarbackupALP', 'heimdall' ] pipeline { agent { label 'LXCBuilder' } diff --git a/Readme.md b/Readme.md index d51076f..bce2d5e 100644 --- a/Readme.md +++ b/Readme.md @@ -41,6 +41,7 @@ This can be done on a Minimal debian CT (make sure to enable nesting) on the new | z2mqtt | Alpine | Mqtt bridges for Zigbee and ZWave | | nodered | Alpine | Node-Red | | nodejs | Alpine | Basic nodejs install with pm2 | +| nextcloud | Alpine | Nextcloud | | mqtt | Alpine | Mosquitto mqtt broker | | hass | Alpine | HomeAssistant instance with HACS and mysql support | | mailbackup | Alpine | Contains mail archive tools (MailBackup-sys) |