Added ddns CT
This commit is contained in:
@@ -287,6 +287,13 @@ files:
|
||||
variants:
|
||||
- nginx
|
||||
|
||||
#FileForDdns
|
||||
- path: /opt/Setup
|
||||
generator: copy
|
||||
source: CT-Files/ddns
|
||||
variants:
|
||||
- ddns
|
||||
|
||||
packages:
|
||||
manager: apk
|
||||
update: true
|
||||
@@ -321,6 +328,14 @@ packages:
|
||||
action: install
|
||||
variants:
|
||||
- gitea
|
||||
|
||||
#PKGS for Ddns
|
||||
- packages:
|
||||
- ddclient@TestingEdge
|
||||
- perl-data-validate-ip@TestingEdge
|
||||
action: install
|
||||
variants:
|
||||
- ddns
|
||||
|
||||
repositories:
|
||||
- name: /etc/apk/repositories
|
||||
@@ -328,8 +343,9 @@ packages:
|
||||
#StartREPOS
|
||||
http://192.168.2.83/alpine/v{{ image.release }}/main
|
||||
http://192.168.2.83/alpine/v{{ image.release }}/community
|
||||
#EndREPOS
|
||||
|
||||
#EndREPOS
|
||||
{% if image.variant == "ddns" %}@TestingEdge http://dl-4.alpinelinux.org/alpine/edge/testing{% endif %}
|
||||
|
||||
|
||||
actions:
|
||||
- trigger: post-unpack
|
||||
@@ -367,6 +383,7 @@ actions:
|
||||
variants:
|
||||
- gitea
|
||||
- nginx
|
||||
- ddns
|
||||
|
||||
mappings:
|
||||
architecture_map: alpinelinux
|
||||
|
||||
Reference in New Issue
Block a user