mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-03-26 03:03:32 +01:00
1.1 KiB
1.1 KiB
Administrator Guide 🖥️
This guide is for system administrators who are deploying and managing CyMaIS infrastructure.
Setting Up CyMaIS 🏗️
Follow these guides to install and configure CyMaIS:
Key Responsibilities 🔧
- User Management - Configure LDAP, Keycloak, and user permissions.
- Security & Backups - Set up
backup-remote-to-local
,backup-data-to-usb
, andsystem-security
roles. - Application Hosting - Deploy services like
Nextcloud
,Matrix
,Gitea
, and more. - Networking & VPN - Configure
WireGuard
,OpenVPN
, andNginx Reverse Proxy
.
Managing & Updating CyMaIS 🔄
- Regularly update services using
update-docker
,update-pacman
, orupdate-apt
. - Monitor system health with
health-btrfs
,health-nginx
, andhealth-docker-container
. - Automate system maintenance with
system-maintenance-lock
,cleanup-backups-service
, andrestart-docker
.
For more details, refer to the specific guides above.