Compare commits

...

3 Commits

Author SHA1 Message Date
fd1fcf90a4 build 2025-12-27 19:17:53 +01:00
135447d7aa build 2025-12-27 19:04:45 +01:00
164252534e build 2025-12-27 18:48:26 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -248,8 +248,8 @@ def prompt_missing_args(args_in, defaults_in, fields, action=None,stacks=None):
if args.action == "create_stack": if args.action == "create_stack":
# input(json.dumps(stacks, indent=2)) # input(json.dumps(stacks, indent=2))
commands = [ commands = [
'authentik', 'bitwarden', 'bookstack', 'dockermon', 'fail2ban', 'gitea', 'gitlab', 'grafana', 'authentik', 'bitwarden', 'bookstack', 'dockermon', 'fail2ban', 'gitea', 'gitlab', 'grafana', 'grocy',
'hashicorp', 'home-assistant', 'homepage', 'immich', 'influxdb', 'jupyter', 'kestra', 'mailu3', 'hashicorp', 'home-assistant', 'homebox','homepage', 'immich', 'influxdb', 'jupyter', 'kestra', 'mailu3',
'mealie', 'mediacenter', 'mosquitto', 'motioneye', 'n8n', 'nebula', 'nextcloud', 'nginx', 'mealie', 'mediacenter', 'mosquitto', 'motioneye', 'n8n', 'nebula', 'nextcloud', 'nginx',
'node-red', 'octoprint', 'ollama', 'onlyoffice', 'paperless-ngx', 'pihole', 'portainer-ce', 'rancher', 'registry', 'node-red', 'octoprint', 'ollama', 'onlyoffice', 'paperless-ngx', 'pihole', 'portainer-ce', 'rancher', 'registry',
'regsync', 'semaphore', 'unifibrowser', 'uptime-kuma', 'watchtower', 'wazuh', 'webhub', 'wordpress', 'regsync', 'semaphore', 'unifibrowser', 'uptime-kuma', 'watchtower', 'wazuh', 'webhub', 'wordpress',

View File

@@ -159,7 +159,7 @@ class PortainerApi:
response = requests.post( response = requests.post(
"https://gotify.sectorq.eu/message", "https://gotify.sectorq.eu/message",
data=payload, data=payload,
headers={"X-Gotify-Key": "ASn_fIAd5OVjm8c"} headers={"X-Gotify-Key": "A1krRuo8GIW-fpY"}
) )
logger.debug(response.text) logger.debug(response.text)
# print("Status:", response.status_code) # print("Status:", response.status_code)