Fixed typo's in Readme and updated alpine jenkinsfile

This commit is contained in:
2021-10-27 22:44:30 +00:00
parent c18fbc1dbd
commit 6aa3cd1943
5 changed files with 11 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
String[] ImgVariantList = ['minimal', 'default' , 'gitea' , 'nginx' , 'ddns' , 'transfersh' , 'iscsi' , 'z2mqtt' , 'nodered' , 'nodejs' , 'mqtt' ] String[] ImgVariantList = ['minimal', 'default' , 'gitea' , 'nginx' , 'ddns' , 'transfersh' , 'iscsi' , 'z2mqtt' , 'nodered' , 'nodejs' , 'mqtt' , 'mailbackup' ]
pipeline { pipeline {
agent { label 'LXCBuilder' } agent { label 'LXCBuilder' }

Submodule CT-Files/MailBackup/MailBackup-sys added at 56e36c1ddc

View File

@@ -0,0 +1 @@
v8.0.0

View File

@@ -42,7 +42,7 @@ This can be done on a Minimal debian CT (make sure to enable nesting) on the new
| nodejs | Alpine | Basic nodejs install with pm2 | | nodejs | Alpine | Basic nodejs install with pm2 |
| mqtt | Alpine | Mosquitto mqtt broker | | mqtt | Alpine | Mosquitto mqtt broker |
| hass | Alpine | HomeAssistant instance with HACS and mysql support | | hass | Alpine | HomeAssistant instance with HACS and mysql support |
| mailbackupsys | Alpine | Contains mail achive suite (MailBackup-sys) | | mailbackup | Alpine | Contains mail archive tools (MailBackup-sys) |
## TODO ## TODO
**Begin original list** **Begin original list**
@@ -186,7 +186,7 @@ lxc.mount.entry: /dev/ttyACM-Zwave dev/ttyACM-Zwave none bind,optional,create=fi
3. Available on http://`<ip>` 3. Available on http://`<ip>`
## smb ## smb
* Webmin Available on http://`<ip/hostname>` * Webmin available on http://`<ip/hostname>`
* Samba server Available * Samba server Available
## tvheadend ## tvheadend
@@ -202,6 +202,10 @@ lxc.mount.entry: /dev/ttyACM-Zwave dev/ttyACM-Zwave none bind,optional,create=fi
## aptcacherng ## aptcacherng
* Available on http://`<ip>`:80 * Available on http://`<ip>`:80
## mailbackup
* Info html page available on http://`<ip>`:80
* Add user/storage space by running `ash /opt/AddMailBox.sh`
# Further CT documentation # Further CT documentation
## iscsi ## iscsi

View File

@@ -28,8 +28,8 @@ GetResource aptcacherng alpine_mirrors http://dl-4.alpinelinux.org/alpine/MIRROR
curl -L --retry 7 --retry-delay 5 https://www.centos.org/download/full-mirrorlist.csv | sed 's/^.*"http:/http:/' | sed 's/".*$//' | grep ^http > CT-Files/aptcacherng/centos_mirrors curl -L --retry 7 --retry-delay 5 https://www.centos.org/download/full-mirrorlist.csv | sed 's/^.*"http:/http:/' | sed 's/".*$//' | grep ^http > CT-Files/aptcacherng/centos_mirrors
OfflineIMAPVer=$(curl -s https://api.github.com/repos/OfflineIMAP/offlineimap3/tags | grep 'name.*' |head -n 1 | cut -d : -f 2,3 | tr -d \" |tr -d , |tr -d " ") OfflineIMAPVer=$(curl -s https://api.github.com/repos/OfflineIMAP/offlineimap3/tags | grep 'name.*' |head -n 1 | cut -d : -f 2,3 | tr -d \" |tr -d , |tr -d " ")
echo "$(curl -s https://api.github.com/repos/RainLoop/rainloop-webmail/releases/latest | grep 'tag_name.*' | cut -d : -f 2,3 | tr -d \" |tr -d , |tr -d " ")" > CT-Files/MailBackup/rainloop-installed echo "$(curl -s https://api.github.com/repos/RainLoop/rainloop-webmail/releases/latest | grep 'tag_name.*' | cut -d : -f 2,3 | tr -d \" |tr -d , |tr -d " ")" > CT-Files/mailbackup/rainloop-installed
echo "$OfflineIMAPVer" > CT-Files/MailBackup/OfflineIMAP3-installed echo "$OfflineIMAPVer" > CT-Files/MailBackup/OfflineIMAP3-installed
GetResource mailbackup rlcl.zip http://www.rainloop.net/repository/webmail/rainloop-community-latest.zip GetResource mailbackup rlcl.zip http://www.rainloop.net/repository/webmail/rainloop-community-latest.zip
GetResource mailbackup olim3.tar.gz https://github.com/OfflineIMAP/offlineimap3/archive/refs/tags/$OfflineIMAPVer.tar.gz -o /tmp/ GetResource mailbackup olim3.tar.gz https://github.com/OfflineIMAP/offlineimap3/archive/refs/tags/$OfflineIMAPVer.tar.gz -o /tmp/
git clone https://git.bprieshof.nl/Tools/MailBackup-sys.git CT-Files/MailBackup/MailBackup-sys git clone https://git.bprieshof.nl/Tools/MailBackup-sys.git CT-Files/mailbackup/MailBackup-sys