Update 1.0.0.md

This commit is contained in:
Stefan Pejcic
2025-02-03 08:00:28 +01:00
committed by GitHub
parent 7c2989003d
commit beac9e6e8a

View File

@@ -3,6 +3,7 @@
Not yet released.
### 🚀 Breaking changes
- **Custom Document Roots**: Users can now set custom document root when adding new domains.
- **Redesigned UI**: The user interface now uses Tailwind CSS and Alpine.js instead of Bootstrap, resulting in more static pages and fewer JavaScript-related bugs.
- **Automatic SSL**: SSL certificates are now generated automatically when HTTPS is requested for a domain. There's no need to manually generate and reload configurations.
- **Rootless Docker**: Each superuser runs their own isolated Docker container, preventing cross-container access via local Docker networks.
@@ -20,6 +21,7 @@ Not yet released.
- a lot
### 💅 Polish
- `domain_name` column is removed from the domains table.
- `storage_file` is removed from plans, disk_limit is the total size for all user files including their containers.
- Deprecated and removed OpenCLI commands: `server-on_startup`, `files-remount`, `recreate_hosts`, `user-disk`, `server-stats`.
- All SSL-related opencli commands are removed: `ssl-domain`, `ssl-user`, `ssl-hostname`, `ssl-webmail`, `ssl-cleanup`