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:
@@ -418,7 +418,7 @@ packages:
|
||||
|
||||
#PKGS for Ddns
|
||||
- packages:
|
||||
- ddclient@CommunityEdge
|
||||
- ddclient
|
||||
#- perl-data-validate-ip@TestingEdge
|
||||
action: install
|
||||
variants:
|
||||
@@ -547,8 +547,9 @@ packages:
|
||||
- php83-dom
|
||||
- php83-zip
|
||||
- php83-mbstring
|
||||
- php-openssl
|
||||
- py3-pip
|
||||
- php83-openssl
|
||||
- php83-ctype
|
||||
- offlineimap@CommunityEdge
|
||||
- sudo
|
||||
- git
|
||||
action: install
|
||||
@@ -649,7 +650,7 @@ packages:
|
||||
http://dl-4.alpinelinux.org/alpine/v{{ image.release }}/community
|
||||
#EndREPOS
|
||||
{% 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 %}
|
||||
|
||||
actions:
|
||||
|
||||
Reference in New Issue
Block a user