mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-26 21:45:20 +02:00
This commit restructures systemctl service definitions and category mappings. Motivation: Alarm-related bugs revealed inconsistencies in service and role handling. Preparation step: lays the groundwork for fixing the alarm issues by aligning categories, roles, and service templates.
1.1 KiB
1.1 KiB
Administrator Guide
This guide is for system administrators who are deploying and managing Infinito.Nexus infrastructure.
Setting Up Infinito.Nexus 🏗️
Follow these guides to install and configure Infinito.Nexus:
Key Responsibilities 🔧
- User Management - Configure LDAP, Keycloak, and user permissions.
- Security & Backups - Set up
sys-bkp-rmt-2-loc
,svc-bkp-loc-2-usb
, andcore-security
roles. - Application Hosting - Deploy services like
Nextcloud
,Matrix
,Gitea
, and more. - Networking & VPN - Configure
WireGuard
,OpenVPN
, andNginx Reverse Proxy
.
Managing & Updating Infinito.Nexus 🔄
- Regularly update services using
update-docker
,update-pacman
, orupdate-apt
. - Monitor system health with
sys-ctl-hlth-btrfs
,sys-ctl-hlth-webserver
, andsys-ctl-hlth-docker-container
. - Automate system maintenance with
sys-lock
,sys-ctl-cln-bkps
, andsys-ctl-rpr-docker-hard
.
For more details, refer to the specific guides above.