-
Notifications
You must be signed in to change notification settings - Fork 65
Features/nginx custom #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Features/nginx custom #46
Conversation
…on options - Replaced DomainDialog with DomainDialogV2 in Domains component. - Added new fields for advanced domain settings including real IP configuration, HSTS, HTTP/2, gRPC support, and custom location blocks. - Updated Domain type to include new properties for advanced settings. - Created migration script to add new columns for advanced settings in the database.
- Added AccessListFormDialog component for creating and editing access lists. - Introduced AccessListsContent component to display and manage access lists. - Created PaginationControls component for navigating through access lists. - Developed access-lists.service.ts for API interactions related to access lists. - Implemented query options for fetching access lists and handling mutations. - Added routes for access lists management under the authenticated section. - Integrated search and filter functionalities for access lists. - Enhanced user experience with loading skeletons during data fetching.
|
Thank @nguyenthuyendieu4
|
|
Dear: @vncloudsco |
…guration management
|
c874be5
into
TinyActive:features/nginx-custom
* feat: update DomainDialog to DomainDialogV2 with advanced configuration options - Replaced DomainDialog with DomainDialogV2 in Domains component. - Added new fields for advanced domain settings including real IP configuration, HSTS, HTTP/2, gRPC support, and custom location blocks. - Updated Domain type to include new properties for advanced settings. - Created migration script to add new columns for advanced settings in the database. * feat: Implement Access Lists management UI and functionality - Added AccessListFormDialog component for creating and editing access lists. - Introduced AccessListsContent component to display and manage access lists. - Created PaginationControls component for navigating through access lists. - Developed access-lists.service.ts for API interactions related to access lists. - Implemented query options for fetching access lists and handling mutations. - Added routes for access lists management under the authenticated section. - Integrated search and filter functionalities for access lists. - Enhanced user experience with loading skeletons during data fetching. * feat: Enhance security by validating usernames and escaping passwords in Nginx config service * feat: Add WebSocket support headers in Nginx configuration * feat: Implement Backup Service with backup scheduling and nginx configuration management

No description provided.