This page documents major changes in the Enclari server setup and documentation.
- Deployed Activepieces at flow.enclari.com
- Self-hosted automation platform (MIT), Docker Compose
- Integrated with backup.sh (Restic + pCloud)
- Installed Twenty CRM at crm.enclari.com
- Self-hosted CRM, Docker Compose
- Daily pg_dump with 7-day local retention
- Integrated with backup.sh (Restic + pCloud)
- Updated architecture diagram — removed Nextcloud, added Activepieces and Twenty CRM
- Added documentation pages: /apps/activepieces, /apps/twenty
- Added tags to all Wiki.js pages
- Added Wiki.js at https://docs.enclari.com
- Integrated with Authentik via OIDC
- Search configured with PostgreSQL (simple language)
- Logging set to JSON
- Completed initial documentation in Wiki.js
- Platform pages: Traefik, Authentik
- Apps: WordPress, Portainer, Dashy, Netdata, Wiki.js, Archived
- Ops: Backup, Security, Runbooks
- Meta: Changelog
- Deployed Authentik 2025.8.1
- Protected Traefik dashboard, Portainer, Dashy, Netdata, phpMyAdmin with ForwardAuth
- Integrated Wiki.js with OIDC
- Integrated Authentik into backup system (
service=authentik)
- WordPress restored and verified from backups
- phpMyAdmin deployed alongside WordPress stack
- Portainer installed for container management
- Dashy installed as a dashboard
- Nextcloud and Collabora removed (archived, backups kept)
- Backup script refactored to
/root/backup.sh with auto-discovery of services and volumes
- Initial VPS setup on Hetzner CX32
- Ubuntu 24.04 LTS
- Docker + Traefik reverse proxy
- Wildcard DNS with Hetzner DNS
- Let's Encrypt DNS-01 certificates
- WordPress + MariaDB deployed as first app
- Restic + rclone configured with pCloud backend
- Basic backup policies established
- Initial testing environment prepared
- First successful Docker + Traefik deployment