Compare commits

...

3 Commits

Author SHA1 Message Date
f35d6e794d build 2026-03-12 21:38:19 +01:00
b7130b835d build 2026-03-11 13:46:07 +01:00
e911eee76b Update .gitlab-ci.yml file 2026-03-11 13:45:50 +01:00
2 changed files with 5 additions and 2 deletions

View File

@@ -10,6 +10,8 @@ stages: # List of stages for jobs, and their order of execution
- notify
variables:
GIT_SSH_COMMAND: "ssh -i /home/gitlab-runner/.ssh/id_rsa -o IdentitiesOnly=yes"
CS_IMAGE: r.sectorq.eu/jaydee/builder:amd64
notify1:
stage: notify1 # Should be in a later stage than the job that might fail
when: on_success # <-- This is the key keyword
@@ -41,6 +43,7 @@ include:
- template: Security/Dependency-Scanning.gitlab-ci.yml
- template: Security/Secret-Detection.gitlab-ci.yml
- template: Security/DAST.gitlab-ci.yml
- template: Security/Container-Scanning.gitlab-ci.yml
build-job: # This job runs in the build stage, which runs first.
stage: build

View File

@@ -46,7 +46,7 @@ def setup_vault():
# Specify the mount point of your KV engine
return vclient
VERSION = "0.1.74"
VERSION = "0.1.75"
defaults = {
@@ -258,7 +258,7 @@ def prompt_missing_args(args_in, defaults_in, fields, action=None,stacks=None):
if args.action == "create_stack":
# input(json.dumps(stacks, indent=2))
commands = [
'authentik', 'bitwarden', 'bookstack', 'dockermon', 'duplicati', 'fail2ban', 'filebrowser', 'gitea', 'gitlab', 'grafana', 'grocy',
'api_server', 'authentik', 'bitwarden', 'bookstack', 'dockermon', 'duplicati', 'fail2ban', 'filebrowser', 'gitea', 'gitlab', 'grafana', 'grocy',
'hashicorp', 'home-assistant', 'homebox','homepage', 'immich', 'influxdb', 'jupyter', 'kestra', 'kopia', 'linkding', 'linkwarden', 'mailu3',
'mealie', 'mediacenter', 'mosquitto', 'motioneye', 'n8n', 'nebula', 'nextcloud', 'nginx',
'node-red', 'octoprint', 'ollama', 'onlyoffice', 'paperless-ngx', 'pihole', 'portainer-ce', 'rancher', 'registry',