Add an base for docs

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2025-11-16 22:06:12 +01:00
parent e5855d5715
commit 823abf84b4
11 changed files with 845 additions and 10 deletions

25
docs/.woodpecker.yaml Normal file
View File

@@ -0,0 +1,25 @@
---
when:
event:
- push
steps:
- name: Build and push a container image
image: zot.badhouseplants.net/badhouseplants/badhouseplants-builder:latest
environment:
BUILDAH_REG: zot.badhouseplants.net/badhouseplants/xray-docs
REGISTRY_TOKEN:
from_secret: registry_token
privileged: true
commands:
- build-container
backend_options:
kubernetes:
resources:
requests:
memory: 500Mi
cpu: 200m
limits:
memory: 500Mi
securityContext:
privileged: true