CT ddns ,gitea and mailbackup Updated dependencies/packages

*DDNS: switched ddclient from Edge repo to release repo

*gitea: added force install (PEP 668 skip)  for gitea-auto-update

*mailbackup: switched OfflineImap from PIP package to the apk one from the edge repo due to PEP 68 braking the install
This commit is contained in:
2024-01-13 00:45:51 +01:00
parent 036b636484
commit 8a3333ce3d
4 changed files with 6 additions and 7 deletions

View File

@@ -418,7 +418,7 @@ packages:
#PKGS for Ddns #PKGS for Ddns
- packages: - packages:
- ddclient@CommunityEdge - ddclient
#- perl-data-validate-ip@TestingEdge #- perl-data-validate-ip@TestingEdge
action: install action: install
variants: variants:
@@ -547,8 +547,9 @@ packages:
- php83-dom - php83-dom
- php83-zip - php83-zip
- php83-mbstring - php83-mbstring
- php-openssl - php83-openssl
- py3-pip - php83-ctype
- offlineimap@CommunityEdge
- sudo - sudo
- git - git
action: install action: install
@@ -649,7 +650,7 @@ packages:
http://dl-4.alpinelinux.org/alpine/v{{ image.release }}/community http://dl-4.alpinelinux.org/alpine/v{{ image.release }}/community
#EndREPOS #EndREPOS
{% if image.variant == "NoExist" %}@TestingEdge http://dl-4.alpinelinux.org/alpine/edge/testing{% endif %} {% if image.variant == "NoExist" %}@TestingEdge http://dl-4.alpinelinux.org/alpine/edge/testing{% endif %}
{% if image.variant == "ddns" %}@CommunityEdge http://dl-4.alpinelinux.org/alpine/edge/community{% endif %} {% if image.variant == "mailbackup" %}@CommunityEdge http://dl-4.alpinelinux.org/alpine/edge/community{% endif %}
{% if image.variant == "elkarbackupALP" %}@CommunityOldStable http://dl-4.alpinelinux.org/alpine/v3.15/community{% endif %} {% if image.variant == "elkarbackupALP" %}@CommunityOldStable http://dl-4.alpinelinux.org/alpine/v3.15/community{% endif %}
actions: actions:

View File

@@ -3,7 +3,7 @@
apiUrl=https://api.github.com/repos/go-gitea/gitea/releases/latest apiUrl=https://api.github.com/repos/go-gitea/gitea/releases/latest
#install Update tool #install Update tool
pip install install gitea-auto-update pip install --break-system-packages gitea-auto-update
#Get latest gitea version info #Get latest gitea version info
giteaver=$(python3 -c "import requests; print (requests.get('$apiUrl').json()['tag_name'])") giteaver=$(python3 -c "import requests; print (requests.get('$apiUrl').json()['tag_name'])")

View File

@@ -7,5 +7,4 @@ DistoBuilderINT=true ash /opt/Setup/MailBackup-sys/install.sh
#cleanup #cleanup
rm -rf /opt/Setup/MailBackup-sys rm -rf /opt/Setup/MailBackup-sys
rm -f /opt/Setup/olim3.tar.gz
rm -f /opt/Setup/rlcl.zip rm -f /opt/Setup/rlcl.zip

View File

@@ -1,4 +1,3 @@
#!/bin/sh #!/bin/sh
# Update script for updating apps with ProxmoxHelper/ProxMoxToolKit # Update script for updating apps with ProxmoxHelper/ProxMoxToolKit
ash /opt/UpdateOfflineImap3.sh
ash /opt/UpdateSnappyMail.sh ash /opt/UpdateSnappyMail.sh