mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 15:28:12 +02:00
- Renamed all Readme.md → README.md - Renamed all Todo.md → TODO.md - Added integration test (tests/integration/test_filename_conventions.py) to automatically check naming convention. Background: Consistency in file naming (uppercase README.md and TODO.md) avoids issues with case-sensitive filesystems and ensures desktop cards (e.g. Pretix) are properly included. Ref: https://chatgpt.com/share/68b1d135-c688-800f-9441-46a3cbfee175
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.