Fixed typo's in Readme and updated alpine jenkinsfile
This commit is contained in:
@@ -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 {
|
||||
agent { label 'LXCBuilder' }
|
||||
|
||||
1
CT-Files/MailBackup/MailBackup-sys
Submodule
1
CT-Files/MailBackup/MailBackup-sys
Submodule
Submodule CT-Files/MailBackup/MailBackup-sys added at 56e36c1ddc
1
CT-Files/MailBackup/OfflineIMAP3-installed
Normal file
1
CT-Files/MailBackup/OfflineIMAP3-installed
Normal file
@@ -0,0 +1 @@
|
||||
v8.0.0
|
||||
@@ -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 |
|
||||
| mqtt | Alpine | Mosquitto mqtt broker |
|
||||
| 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
|
||||
**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>`
|
||||
|
||||
## smb
|
||||
* Webmin Available on http://`<ip/hostname>`
|
||||
* Webmin available on http://`<ip/hostname>`
|
||||
* Samba server Available
|
||||
|
||||
## tvheadend
|
||||
@@ -202,6 +202,10 @@ lxc.mount.entry: /dev/ttyACM-Zwave dev/ttyACM-Zwave none bind,optional,create=fi
|
||||
## aptcacherng
|
||||
* 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
|
||||
|
||||
## iscsi
|
||||
|
||||
@@ -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
|
||||
|
||||
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
|
||||
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/
|
||||
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
|
||||
Reference in New Issue
Block a user