Compare commits

...

23 Commits

Author SHA1 Message Date
0b5336519c renamed customer user group 2025-04-28 19:04:57 +02:00
46aaecf13c alias 2025-04-28 14:53:24 +02:00
340e2ddff9 alias 2025-04-28 14:50:38 +02:00
43911781cf alias 2025-04-25 11:38:33 +02:00
0fe18ca19b alias 2025-04-24 15:38:10 +02:00
6945e7e2e3 alias 2025-04-24 10:47:28 +02:00
798351adea klal 2025-04-24 09:42:11 +02:00
8ab0543964 klal 2025-04-24 09:38:35 +02:00
daad4573b5 renamed customer user group 2025-04-23 14:00:43 +02:00
01a8f1fba1 alias 2025-04-20 00:21:55 +02:00
1613246eca renamed customer user group 2025-04-14 19:23:54 +02:00
fcd450807f renamed customer user group 2025-04-14 17:18:38 +02:00
500851648a alias 2025-04-07 08:06:35 +02:00
0d25af90d1 alias 2025-04-04 11:50:45 +02:00
3bbfcba7de alias 2025-04-04 01:47:01 +02:00
ce0fdb7a33 alias 2025-04-04 01:44:39 +02:00
351ca9f71c alias 2025-04-04 01:11:25 +02:00
17b72b16c8 alias 2025-04-04 01:05:52 +02:00
716311d982 alias 2025-04-04 00:45:29 +02:00
e497c852f0 alias 2025-04-03 21:03:14 +02:00
f044c7ccae alias 2025-04-02 23:39:57 +02:00
da0f50263a alias 2025-04-02 19:04:35 +02:00
441e0a274e alias 2025-04-01 23:11:56 +02:00
94 changed files with 141 additions and 55 deletions

0
README.md Normal file → Executable file
View File

0
authentik/.env Normal file → Executable file
View File

3
authentik/docker-compose.yml Normal file → Executable file
View File

@ -30,8 +30,7 @@ services:
timeout: 5s timeout: 5s
image: ${DOCKER_REGISTRY:-docker.io/library/}postgres:16-alpine image: ${DOCKER_REGISTRY:-docker.io/library/}postgres:16-alpine
labels: labels:
wud.watch: true wud.watch: false
wud.watch.digest: true
restart: ${RESTART:-unless-stopped} restart: ${RESTART:-unless-stopped}
volumes: volumes:
- /share/docker_data/authentik/database:/var/lib/postgresql/data - /share/docker_data/authentik/database:/var/lib/postgresql/data

0
authentik/stack.env Normal file → Executable file
View File

0
bitwarden/.env Normal file → Executable file
View File

0
bitwarden/docker-compose.yml Normal file → Executable file
View File

0
bookstack/.env Normal file → Executable file
View File

0
bookstack/docker-compose copy.yml Normal file → Executable file
View File

0
bookstack/docker-compose.yml Normal file → Executable file
View File

0
bookstack/stack.env Normal file → Executable file
View File

0
dockermon/.env Normal file → Executable file
View File

0
dockermon/docker-compose.yml Normal file → Executable file
View File

0
dvag-ios.txt Normal file → Executable file
View File

0
fail2ban/.gitkeep Normal file → Executable file
View File

0
fail2ban/docker-compose.yaml Normal file → Executable file
View File

0
fail2ban/fail2ban.env Normal file → Executable file
View File

0
gitea/.env Normal file → Executable file
View File

12
gitea/docker-compose.yml Normal file → Executable file
View File

@ -35,3 +35,15 @@ services:
- /share/docker_data/gitea:/data - /share/docker_data/gitea:/data
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
runner:
image: docker.io/gitea/act_runner:nightly
environment:
CONFIG_FILE: /config/config.yaml
GITEA_INSTANCE_URL: "https://gitea.sectorq.eu/"
GITEA_RUNNER_REGISTRATION_TOKEN: "8nmKqJhkvYwltmNfF2o9vs0tzo70ufHSQpVg6ymb"
GITEA_RUNNER_NAME: jaydee
GITEA_RUNNER_LABELS: jaydee
volumes:
- /share/docker_data/gitea-runner/config:/config
- /share/docker_data/gitea-runner/data:/data
- /var/run/docker.sock:/var/run/docker.sock

0
gitlab/docker-compose.yml Normal file → Executable file
View File

0
gotify/.env Normal file → Executable file
View File

0
gotify/docker-compose copy.yml Normal file → Executable file
View File

0
gotify/docker-compose.yml Normal file → Executable file
View File

0
gotify/stack.env Normal file → Executable file
View File

0
grafana/.env Normal file → Executable file
View File

17
grafana/docker-compose.yml Normal file → Executable file
View File

@ -46,7 +46,7 @@ services:
- loki - loki
ports: ports:
- 3007:3000 - 3007:3000
restart: unless-stopped restart: ${RESTART:-unless-stopped}
user: 0:0 user: 0:0
volumes: volumes:
- /share/docker_data/grafana/data:/var/lib/grafana - /share/docker_data/grafana/data:/var/lib/grafana
@ -58,9 +58,10 @@ services:
wud.watch: true wud.watch: true
wud.watch.digest: true wud.watch.digest: true
networks: networks:
- loki - loki
ports: ports:
- 3100:3100 - 3100:3100
restart: ${RESTART:-unless-stopped}
promtail: promtail:
command: -config.file=/etc/promtail/config.yml command: -config.file=/etc/promtail/config.yml
image: ${DOCKER_REGISTRY:-}grafana/promtail:latest image: ${DOCKER_REGISTRY:-}grafana/promtail:latest
@ -68,10 +69,12 @@ services:
wud.watch: true wud.watch: true
wud.watch.digest: true wud.watch.digest: true
networks: networks:
- loki - loki
volumes: volumes:
- /var/log:/var/log - /var/log:/var/log
- /share/docker_data/grafana/promtail/config.yml:/etc/promtail/config.yml - /share/docker_data/grafana/promtail/config.yml:/etc/promtail/config.yml
- /share/Data/__GITLAB/omv_backup/:/share/Data/__GITLAB/omv_backup/
restart: ${RESTART:-unless-stopped}
renderer: renderer:
image: ${DOCKER_REGISTRY:-}grafana/grafana-image-renderer:latest image: ${DOCKER_REGISTRY:-}grafana/grafana-image-renderer:latest
labels: labels:
@ -88,4 +91,4 @@ services:
wud.watch.digest: true wud.watch.digest: true
ports: ports:
- 8092 - 8092
restart: unless-stopped restart: ${RESTART:-unless-stopped}

0
home-assistant/.env Normal file → Executable file
View File

70
home-assistant/docker-compose.yaml Normal file → Executable file
View File

@ -16,19 +16,21 @@ services:
- DISABLE_JEMALLOC=value - DISABLE_JEMALLOC=value
- TZ=Europe/Bratislava - TZ=Europe/Bratislava
labels: labels:
- com.centurylinklabs.watchtower.enable=true com.centurylinklabs.watchtower.enable: true
- homepage.group=Smarthome homepage.group: Smarthome
- homepage.name=Home Assistant homepage.name: Home Assistant
- homepage.weight=1 homepage.weight: 1
- homepage.icon=home-assistant.png homepage.icon: home-assistant.png
- homepage.href=https://ha.sectorq.eu homepage.href: https://ha.sectorq.eu
- homepage.description=3D Printing homepage.description: 3D Printing
- homepage.server=my-docker homepage.server: my-docker
- homepage.container=HomeAssistant homepage.container: HomeAssistant
- homepage.widget.type=homeassistant homepage.widget.type: homeassistant
- homepage.widget.url=https://ha.sectorq.eu homepage.widget.url: https://ha.sectorq.eu
- homepage.widget.key=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiIzOTk5NGJjYjIzYjk0YzExYmM5OWZiNTBlNzU0N2M2YyIsImlhdCI6MTc0MDM5OTY4NCwiZXhwIjoyMDU1NzU5Njg0fQ.LDebvPGreyZzlWT1CylHSdSt8i_cWO72HnNCsCAIaG8 homepage.widget.key: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiIzOTk5NGJjYjIzYjk0YzExYmM5OWZiNTBlNzU0N2M2YyIsImlhdCI6MTc0MDM5OTY4NCwiZXhwIjoyMDU1NzU5Njg0fQ.LDebvPGreyZzlWT1CylHSdSt8i_cWO72HnNCsCAIaG8
#- homepage.widget.custom=[{"state","sensor.sonoff_1001555a27_power"}] #homepage.widget.custom: [{"state","sensor.sonoff_1001555a27_power"}]
wud.watch: true
wud.watch.digest: true
restart: ${RESTART:-unless-stopped} restart: ${RESTART:-unless-stopped}
dns: dns:
- 192.168.77.101 - 192.168.77.101
@ -62,19 +64,21 @@ services:
- PASSWORD=jaydee1 - PASSWORD=jaydee1
labels: labels:
- com.centurylinklabs.watchtower.enable=true com.centurylinklabs.watchtower.enable: true
- homepage.group=Smarthome homepage.group: Smarthome
- homepage.name=ESPHome homepage.name: ESPHome
- homepage.weight=1 homepage.weight: 1
- homepage.icon=esphome.png homepage.icon: esphome.png
- homepage.href=https://esphome.sectorq.eu homepage.href: https://esphome.sectorq.eu
- homepage.description=3D Printing homepage.description: 3D Printing
- homepage.server=my-docker homepage.server: my-docker
- homepage.container=esphome homepage.container: esphome
- homepage.widget.type=esphome homepage.widget.type: esphome
- homepage.widget.url=https://esphome.sectorq.eu homepage.widget.url: https://esphome.sectorq.eu
- homepage.widget.username=jaydee homepage.widget.username: jaydee
- homepage.widget.password=jaydee1 homepage.widget.password: jaydee1
wud.watch: true
wud.watch.digest: true
wyoming-piper-en: wyoming-piper-en:
image: ${DOCKER_REGISTRY:-}rhasspy/wyoming-piper image: ${DOCKER_REGISTRY:-}rhasspy/wyoming-piper
container_name: piper-en container_name: piper-en
@ -87,6 +91,8 @@ services:
restart: ${RESTART:-unless-stopped} restart: ${RESTART:-unless-stopped}
labels: labels:
com.centurylinklabs.watchtower.enable: true com.centurylinklabs.watchtower.enable: true
wud.watch: true
wud.watch.digest: true
wyoming-whisper-en: wyoming-whisper-en:
image: ${DOCKER_REGISTRY:-}rhasspy/wyoming-whisper image: ${DOCKER_REGISTRY:-}rhasspy/wyoming-whisper
container_name: whisper-en container_name: whisper-en
@ -98,6 +104,8 @@ services:
restart: ${RESTART:-unless-stopped} restart: ${RESTART:-unless-stopped}
labels: labels:
com.centurylinklabs.watchtower.enable: true com.centurylinklabs.watchtower.enable: true
wud.watch: true
wud.watch.digest: true
openwakeword: openwakeword:
container_name: openwakeword container_name: openwakeword
image: ${DOCKER_REGISTRY:-}rhasspy/wyoming-openwakeword:latest image: ${DOCKER_REGISTRY:-}rhasspy/wyoming-openwakeword:latest
@ -121,6 +129,8 @@ services:
- 10400:10400/udp - 10400:10400/udp
labels: labels:
com.centurylinklabs.watchtower.enable: true com.centurylinklabs.watchtower.enable: true
wud.watch: true
wud.watch.digest: true
matter-server: matter-server:
container_name: matter-server container_name: matter-server
image: ${DOCKER_REGISTRY:-}ghcr.io/home-assistant-libs/python-matter-server:stable image: ${DOCKER_REGISTRY:-}ghcr.io/home-assistant-libs/python-matter-server:stable
@ -133,6 +143,8 @@ services:
network_mode: host network_mode: host
labels: labels:
com.centurylinklabs.watchtower.enable: true com.centurylinklabs.watchtower.enable: true
wud.watch: true
wud.watch.digest: true
music-assistant-server: music-assistant-server:
image: ${DOCKER_REGISTRY:-}ghcr.io/music-assistant/server:latest # <<< Desired release version here (or use beta to get the latest beta version) image: ${DOCKER_REGISTRY:-}ghcr.io/music-assistant/server:latest # <<< Desired release version here (or use beta to get the latest beta version)
@ -154,6 +166,8 @@ services:
- LOG_LEVEL=info - LOG_LEVEL=info
labels: labels:
com.centurylinklabs.watchtower.enable: true com.centurylinklabs.watchtower.enable: true
wud.watch: true
wud.watch.digest: true
influxdb: influxdb:
ports: ports:
- 8086:8086 - 8086:8086
@ -174,4 +188,6 @@ services:
timeout: 3s timeout: 3s
retries: 2 retries: 2
labels: labels:
com.centurylinklabs.watchtower.enable: true com.centurylinklabs.watchtower.enable: true
wud.watch: true
wud.watch.digest: true

0
homepage/.env Normal file → Executable file
View File

2
homepage/docker-compose.yml Normal file → Executable file
View File

@ -7,7 +7,7 @@ services:
dns: dns:
- 192.168.78.254 - 192.168.78.254
environment: environment:
HOMEPAGE_ALLOWED_HOSTS: sectorq.eu,active.home.lan:3003,m-server.home.lan:3003,rpi5.home.lan:3003,nas.home.lan:3003,192.168.77.238:3003 HOMEPAGE_ALLOWED_HOSTS: sectorq.eu,active.home.lan:3003,m-server.home.lan:3003,rpi5.home.lan:3003,nas.home.lan:3003,192.168.77.238:3003,rack.home.lan:3003
TZ: Europe/Bratislava TZ: Europe/Bratislava
image: ${DOCKER_REGISTRY:-}ghcr.io/gethomepage/homepage:latest image: ${DOCKER_REGISTRY:-}ghcr.io/gethomepage/homepage:latest
labels: labels:

4
immich/.env Normal file → Executable file
View File

@ -22,4 +22,6 @@ DB_DATABASE_NAME=immich
IMMICH_INSTANCE_URL=https://immich.sectorq.eu/api IMMICH_INSTANCE_URL=https://immich.sectorq.eu/api
IMMICH_API_KEY=l4c1j4yd33Du5lo IMMICH_API_KEY=l4c1j4yd33Du5lo
APPNAME=immich APPNAME=immich
DOCKER_REGISTRY=r.sectorq.eu/library/ DOCKER_REGISTRY=r.sectorq.eu/library/
HW_MODE1=vaapi
HW_MODE2=openvino

0
immich/docker-compose.yml Normal file → Executable file
View File

0
immich/hwaccel.ml.yml Normal file → Executable file
View File

0
immich/hwaccel.transcoding.yml Normal file → Executable file
View File

5
immich/stack.env Normal file → Executable file
View File

@ -18,7 +18,4 @@ DB_PASSWORD=postgres
# The values below this line do not need to be changed # The values below this line do not need to be changed
################################################################################### ###################################################################################
DB_USERNAME=postgres DB_USERNAME=postgres
DB_DATABASE_NAME=immich DB_DATABASE_NAME=immich
IMMICH_INSTANCE_URL=https://immich.sectorq.eu/api
IMMICH_API_KEY=l4c1j4yd33Du5lo
APPNAME=immich

2
jupyter_notebook/.env Executable file
View File

@ -0,0 +1,2 @@
APPNAME=jupyter
DOCKER_REGISTRY=r.sectorq.eu/library/

View File

@ -0,0 +1,17 @@
name: jupyter
services:
base-notebook:
ports:
- 8888:8888
volumes:
- /share/docker_data/jupyter:/home/jovyan/work
image: ${DOCKER_REGISTRY:-}jupyter/base-notebook:latest
restart: ${RESTART:-unless-stopped}
labels:
homepage.container: jupyter-base-notebook-1
homepage.description: Python server
homepage.group: Utils
homepage.href: http://m-server.home.lan:8888/
homepage.icon: ${APPNAME}.png
homepage.name: Jupyter Notebook
homepage.server: my-docker

3
kestra/.env Normal file → Executable file
View File

@ -1,2 +1,3 @@
APPNAME=kestra APPNAME=kestra
DOCKER_REGISTRY=r.sectorq.eu/library/ DOCKER_REGISTRY=r.sectorq.eu/library/
PASSWORD=l4c1j4yd33Du5lo

39
kestra/docker-compose.yml Normal file → Executable file
View File

@ -5,14 +5,37 @@ services:
postgres: postgres:
condition: service_started condition: service_started
environment: environment:
KESTRA_CONFIGURATION: "datasources:\n postgres:\n url: jdbc:postgresql://postgres:5432/kestra\n\ SECRET_MYPASSWORD: bDRjMWo0eWQzM0R1NWxv
\ driverClassName: org.postgresql.Driver\n username: kestra\n password:\ KESTRA_CONFIGURATION: |
\ k3str4\nkestra:\n server:\n basic-auth:\n enabled: true\n \ datasources:
\ username: \"jaydee@sectorq.eu\" # it must be a valid email address\n \ postgres:
\ password: l4c1j4yd33Du5lo\n repository:\n type: postgres\n storage:\n\ url: jdbc:postgresql://postgres:5432/kestra
\ type: local\n local:\n base-path: \"/app/storage\"\n queue:\n\ driverClassName: org.postgresql.Driver
\ type: postgres\n tasks:\n tmp-dir:\n path: /tmp/kestra-wd/tmp\n\ username: kestra
\ url: http://localhost:8080/\n" password: k3str4
kestra:
server:
basicAuth:
enabled: false
username: "jaydee@sectorq.eu" # it must be a valid email address
password: ${PASSWORD}
repository:
type: postgres
storage:
type: local
local:
basePath: "/app/storage"
queue:
type: postgres
tasks:
tmpDir:
path: /tmp/kestra-wd/tmp
url: http://localhost:8080/
micronaut:
server:
cors:
enabled: true
image: ${DOCKER_REGISTRY:-}kestra/kestra:latest image: ${DOCKER_REGISTRY:-}kestra/kestra:latest
labels: labels:
com.centurylinklabs.watchtower.enable: 'true' com.centurylinklabs.watchtower.enable: 'true'

0
kestra/stack.env Normal file → Executable file
View File

0
mailu/.env Normal file → Executable file
View File

0
mailu/docker-compose.yml Normal file → Executable file
View File

6
mailu/logging.yml Normal file → Executable file
View File

@ -5,7 +5,11 @@ services:
driver: syslog driver: syslog
options: options:
tag: mailu-front tag: mailu-front
journald:
logging:
driver: journald
options:
tag: mailu-front
loki: loki:
logging: logging:
driver: loki driver: loki

0
mailu/stack.env Normal file → Executable file
View File

0
mediacenter/.env Normal file → Executable file
View File

0
mediacenter/docker-compose.yml Normal file → Executable file
View File

0
mediacenter/hwaccel.yml Normal file → Executable file
View File

0
mosquitto/.env Normal file → Executable file
View File

0
mosquitto/docker-compose.yml Normal file → Executable file
View File

0
motioneye/docker-compose.yml Normal file → Executable file
View File

0
nextcloud/.env Normal file → Executable file
View File

0
nextcloud/docker-compose.yml Normal file → Executable file
View File

0
nextcloud/stack.env Normal file → Executable file
View File

0
nginx/.env Normal file → Executable file
View File

0
nginx/docker-compose.yml Normal file → Executable file
View File

2
node-red/.env Executable file
View File

@ -0,0 +1,2 @@
APPNAME=node-red
DOCKER_REGISTRY=r.sectorq.eu/library/

7
node-red/docker-compose.yml Normal file → Executable file
View File

@ -11,6 +11,13 @@ services:
com.centurylinklabs.watchtower.enable: 'true' com.centurylinklabs.watchtower.enable: 'true'
wud.watch: true wud.watch: true
wud.watch.digest: true wud.watch.digest: true
homepage.container: node-red-node-red-1
homepage.description: Node red
homepage.group: Infrastructure
homepage.href: http://active.home.lan:1880
homepage.icon: node-red.png
homepage.name: Node-red
homepage.server: my-docker
mem_limit: 1g mem_limit: 1g
networks: networks:
- node-red-net - node-red-net

2
octoprint/docker-compose.yml Normal file → Executable file
View File

@ -2,7 +2,7 @@ services:
octoprint1: octoprint1:
container_name: octoprint1 container_name: octoprint1
devices: devices:
- /dev/ttyUSB0:/dev/ttyUSB0 - /dev:/dev
environment: environment:
- ENABLE_MJPG_STREAMER=true - ENABLE_MJPG_STREAMER=true
image: ${DOCKER_REGISTRY:-}octoprint/octoprint:latest image: ${DOCKER_REGISTRY:-}octoprint/octoprint:latest

0
openldap/docker-compose.yml Normal file → Executable file
View File

0
pihole/.env Normal file → Executable file
View File

2
pihole/docker-compose.yml Normal file → Executable file
View File

@ -9,7 +9,7 @@ services:
orbital-sync: orbital-sync:
environment: environment:
INTERVAL_MINUTES: 60 INTERVAL_MINUTES: 60
PRIMARY_HOST_BASE_URL: http://192.168.77.101:9380 PRIMARY_HOST_BASE_URL: https://m-server.home.lan:9343/
PRIMARY_HOST_PASSWORD: ${PASSWORD} PRIMARY_HOST_PASSWORD: ${PASSWORD}
SECONDARY_HOSTS_1_BASE_URL: http://192.168.77.106:9380 SECONDARY_HOSTS_1_BASE_URL: http://192.168.77.106:9380
SECONDARY_HOSTS_1_PASSWORD: ${PASSWORD} SECONDARY_HOSTS_1_PASSWORD: ${PASSWORD}

0
portainer/docker-compose.yml Normal file → Executable file
View File

0
rancher/.env Normal file → Executable file
View File

0
rancher/docker-compose.yml Normal file → Executable file
View File

0
registry/.env Normal file → Executable file
View File

0
registry/docker-compose.yml Normal file → Executable file
View File

0
regsync/.env Normal file → Executable file
View File

0
regsync/docker-compose.yml Normal file → Executable file
View File

0
regsync/stack.env Normal file → Executable file
View File

0
semaphore/.env Normal file → Executable file
View File

0
semaphore/config.conf Normal file → Executable file
View File

0
semaphore/docker-compose.yml Normal file → Executable file
View File

0
uptime-kuma/.env Normal file → Executable file
View File

0
uptime-kuma/docker-compose.yml Normal file → Executable file
View File

0
watchtower/.env Normal file → Executable file
View File

0
watchtower/docker-compose.yml Normal file → Executable file
View File

0
watchtower/logging.yml Normal file → Executable file
View File

0
watchtower/stack.env Normal file → Executable file
View File

0
wazuh/.env Normal file → Executable file
View File

0
wazuh/docker-compose.yml Normal file → Executable file
View File

0
webhooks.py Normal file → Executable file
View File

0
webhub/.env Normal file → Executable file
View File

0
webhub/docker-compose.yml Normal file → Executable file
View File

0
wordpress/.env Normal file → Executable file
View File

0
wordpress/docker-compose.yml Normal file → Executable file
View File

0
wordpress/stack.env Normal file → Executable file
View File

0
wud/.env Normal file → Executable file
View File

0
wud/docker-compose.yml Normal file → Executable file
View File

1
wud/stack.env Normal file → Executable file
View File

@ -41,6 +41,7 @@ WUD_TRIGGER_GOTIFY_EXTERNAL_ONCE=true
WUD_TRIGGER_DOCKER_MSERVER_PRUNE=true WUD_TRIGGER_DOCKER_MSERVER_PRUNE=true
WUD_TRIGGER_DOCKER_RPI5_PRUNE=true WUD_TRIGGER_DOCKER_RPI5_PRUNE=true
WUD_TRIGGER_DOCKER_NAS_PRUNE=true WUD_TRIGGER_DOCKER_NAS_PRUNE=true
WUD_TRIGGER_DOCKER_RACK_PRUNE=true
# error info debug trace # error info debug trace
WUD_LOG_LEVEL=debug WUD_LOG_LEVEL=debug
# text json # text json

0
zabbix-server/.env Normal file → Executable file
View File

0
zabbix-server/docker-compose.yml Normal file → Executable file
View File

2
zabbix-server/logging.yml Normal file → Executable file
View File

@ -4,7 +4,7 @@ services:
logging: logging:
driver: syslog driver: syslog
options: options:
tag: mailu-front tag: zabbix-server
loki: loki:
logging: logging:

0
zabbix-server/stack.env Normal file → Executable file
View File

0
zabbix/.gitkeep Normal file → Executable file
View File

0
zabbix/docker-compose.yaml Normal file → Executable file
View File