Renamed cymais to infinito and did some other optimations and logout implementations

This commit is contained in:
2025-07-29 16:35:42 +02:00
parent a9e7ed3605
commit 44e0fea0b2
499 changed files with 1740 additions and 1587 deletions

View File

@@ -1,6 +1,6 @@
- name: "restart sys-alm-compose service"
systemd:
name: sys-alm-compose.cymais.service
name: sys-alm-compose.infinito.service
daemon_reload: yes
when: run_once_systemd_notifier_service is not defined

View File

@@ -2,7 +2,7 @@
galaxy_info:
author: "Kevin Veen-Birkenbach"
description: "Installs a unified systemd notification service that sends alerts via both Telegram and Email when a service fails."
license: "CyMaIS NonCommercial License (CNCL)"
license: "Infinito.Nexus NonCommercial License (CNCL)"
license_url: "https://s.veen.world/cncl"
company: |
Kevin Veen-Birkenbach
@@ -19,9 +19,9 @@ galaxy_info:
- telegram
- email
- notifications
repository: "https://s.veen.world/cymais"
issue_tracker_url: "https://s.veen.world/cymaisissues"
documentation: "https://s.veen.world/cymais"
repository: "https://github.com/kevinveenbirkenbach/infinito-nexus"
issue_tracker_url: "https://github.com/kevinveenbirkenbach/infinito-nexus/issues"
documentation: "https://docs.infinito.nexus"
dependencies:
- sys-alm-telegram
- sys-alm-email

View File

@@ -1,8 +1,8 @@
---
- name: configure sys-alm-compose.cymais@.service
- name: configure sys-alm-compose.infinito@.service
template:
src: sys-alm-compose@.service.j2
dest: "/etc/systemd/system/sys-alm-compose.cymais@.service"
dest: "/etc/systemd/system/sys-alm-compose.infinito@.service"
notify: "restart sys-alm-compose service"
when: run_once_systemd_notifier_service is not defined

View File

@@ -3,6 +3,6 @@ Description=Notifier for %i
[Service]
Type=oneshot
ExecStart=/usr/bin/systemctl start sys-alm-telegram.cymais@%i.service sys-alm-email.cymais@%i.service
ExecStart=/usr/bin/systemctl start sys-alm-telegram.infinito@%i.service sys-alm-email.infinito@%i.service
User=root
Group=systemd-journal