mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-08 03:07:14 +02:00
Details: - Removed update-docker role (README, meta, vars, tasks, script) - Cleaned references from group_vars, update-compose, and docs - Adjusted web-app-matrix role (removed @todo pointing to update-docker) - Updated administrator guide (update-docker no longer mentioned) Ref: https://chatgpt.com/share/68bbeff1-27a0-800f-bef3-03ab597595fd
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-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.