Update README and bump version
This commit is contained in:
68
README.md
68
README.md
@@ -5,7 +5,7 @@
|
||||
|
||||
A modern web hosting control panel for WordPress and general PHP hosting. Built with Laravel 12, Filament v5, Livewire 4, and Tailwind CSS v4.
|
||||
|
||||
Version: 0.9-rc9 (release candidate)
|
||||
Version: 0.9-rc15 (release candidate)
|
||||
|
||||
This is a release candidate. Expect rapid iteration and breaking changes until 1.0.
|
||||
|
||||
@@ -19,39 +19,6 @@ This is a release candidate. Expect rapid iteration and breaking changes until 1
|
||||
- Backups for users and servers with schedules, retention, and remote targets
|
||||
- Security controls including firewall, Fail2ban, and ClamAV scanning
|
||||
|
||||
## Screenshots
|
||||
|
||||
Admin panel:
|
||||
|
||||
- Dashboard: 
|
||||
- Server Status: 
|
||||
- Server Settings: 
|
||||
- Security Center: 
|
||||
- Users: 
|
||||
- SSL Manager: 
|
||||
- DNS Zones: 
|
||||
- Backups: 
|
||||
- Services: 
|
||||
|
||||
User panel and flows:
|
||||
|
||||
- User Dashboard: 
|
||||
- Domain Management: 
|
||||
- Backups: 
|
||||
- cPanel Migration: 
|
||||
|
||||
Regenerate screenshots with:
|
||||
|
||||
```
|
||||
node tests/take-screenshots.cjs --output-dir=docs/screenshots
|
||||
```
|
||||
|
||||
Optional overrides:
|
||||
|
||||
```
|
||||
node tests/take-screenshots.cjs --output-dir=docs/screenshots --base-url=https://panel.example.com
|
||||
```
|
||||
|
||||
## Feature Map
|
||||
|
||||
### Admin Panel
|
||||
@@ -92,6 +59,39 @@ node tests/take-screenshots.cjs --output-dir=docs/screenshots --base-url=https:/
|
||||
- Redis ACL isolation for WordPress caching
|
||||
- Multi-language UI
|
||||
|
||||
## Screenshots
|
||||
|
||||
Admin panel:
|
||||
|
||||
- Dashboard: 
|
||||
- Server Status: 
|
||||
- Server Settings: 
|
||||
- Security Center: 
|
||||
- Users: 
|
||||
- SSL Manager: 
|
||||
- DNS Zones: 
|
||||
- Backups: 
|
||||
- Services: 
|
||||
|
||||
User panel and flows:
|
||||
|
||||
- User Dashboard: 
|
||||
- Domain Management: 
|
||||
- Backups: 
|
||||
- cPanel Migration: 
|
||||
|
||||
Regenerate screenshots with:
|
||||
|
||||
```
|
||||
node tests/take-screenshots.cjs --output-dir=docs/screenshots
|
||||
```
|
||||
|
||||
Optional overrides:
|
||||
|
||||
```
|
||||
node tests/take-screenshots.cjs --output-dir=docs/screenshots --base-url=https://panel.example.com
|
||||
```
|
||||
|
||||
## Architecture
|
||||
|
||||
- Control plane: Laravel app with Filament panels
|
||||
|
||||
Reference in New Issue
Block a user