Compare commits
7 Commits
241c340cb3
...
7ed3c8adde
| Author | SHA1 | Date | |
|---|---|---|---|
| 7ed3c8adde | |||
|
172fbb1ded
|
|||
|
62f6baf948
|
|||
| 8c8147176d | |||
| fabd6bb2e0 | |||
| fa85180736 | |||
| f8243da487 |
@@ -21,7 +21,7 @@ steps:
|
||||
- bao kv get -mount secret -field RENOVATE_TOKEN renovate > /woodpecker/renovate_token
|
||||
- bao kv get -mount secret -field GITHUB_COM_TOKEN renovate > /woodpecker/github_com_token
|
||||
- name: Run Renovate
|
||||
image: renovate/renovate:43.197.0
|
||||
image: renovate/renovate:43.205.2
|
||||
environment:
|
||||
RENOVATE_AUTODISCOVER: "true"
|
||||
RENOVATE_ENDPOINT: https://gitea.lumpiasty.xyz/api/v1
|
||||
|
||||
@@ -43,6 +43,11 @@
|
||||
comment: Allow from SRV to internet
|
||||
in-interface: vlan4
|
||||
out-interface-list: wan
|
||||
- action: accept
|
||||
chain: forward
|
||||
comment: Allow from SRV to SRV
|
||||
in-interface: vlan4
|
||||
out-interface: vlan4
|
||||
- action: accept
|
||||
chain: forward
|
||||
comment: Allow from SRV to CAM
|
||||
@@ -277,6 +282,11 @@
|
||||
in-interface: '!pppoe-gpon'
|
||||
protocol: tcp
|
||||
to-addresses: 128.0.70.5
|
||||
- action: masquerade
|
||||
chain: srcnat
|
||||
comment: hairpin to LoadBalancer pool (vlan4 -> vlan4)
|
||||
dst-address: 10.44.0.0/16
|
||||
in-interface: vlan4
|
||||
- action: dst-nat
|
||||
chain: dstnat
|
||||
comment: HTTPS
|
||||
|
||||
@@ -8,7 +8,7 @@ spec:
|
||||
interval: 24h
|
||||
url: https://github.com/usekaneo/kaneo.git
|
||||
ref:
|
||||
tag: v2.7.5
|
||||
tag: v2.7.7
|
||||
ignore: |
|
||||
# exclude all
|
||||
/*
|
||||
|
||||
@@ -18,7 +18,7 @@ spec:
|
||||
spec:
|
||||
initContainers:
|
||||
- name: download-whisper
|
||||
image: ghcr.io/mostlygeek/llama-swap:unified-vulkan-2026-05-28
|
||||
image: gitea.lumpiasty.xyz/lumpiasty/llama-swap:unified-vulkan-test
|
||||
command:
|
||||
- sh
|
||||
- -c
|
||||
@@ -48,7 +48,7 @@ spec:
|
||||
mountPath: /root/.cache
|
||||
containers:
|
||||
- name: llama-swap
|
||||
image: ghcr.io/mostlygeek/llama-swap:unified-vulkan-2026-05-28
|
||||
image: gitea.lumpiasty.xyz/lumpiasty/llama-swap:unified-vulkan-test
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- llama-swap
|
||||
|
||||
Reference in New Issue
Block a user