Skip to content

Commit 3881fc9

Browse files
committed
Update README.md for scalability and deployment options
Enhanced documentation to reflect updates in workflows, plugins, and runtime execution. Removed references to MudBlazor and UI themes, focusing on dialog-driven interactions. Expanded sections on architecture, deployment, and configuration, including support for Docker, Kubernetes, and cloud-native platforms. Added prerequisites for .NET 9 SDK and detailed CI/CD integration. Updated roadmap with planned features like audit logging, multi-tenancy, and workflow versioning. Improved contributing guidelines and support links. #89
1 parent 4a5ac1d commit 3881fc9

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ workflows, plugins,runtime execution, and monitoring in distributed environments
6565
- Dark and light themes for operator comfort.
6666
- Rich dialog-driven interactions for workflows, plugins, and configuration wizards.
6767

68-
------------------------------------------------------------------------
69-
7068
## Architecture Overview
7169

7270
The FlowSynx Console is a **client-side Blazor WebAssembly application**
@@ -85,8 +83,6 @@ designed for scalability, security, and extensibility.
8583
- Reverse proxy support (Nginx, Apache, Traefik, Azure App Gateway)
8684
- TLS/HTTPS enforced by default
8785

88-
------------------------------------------------------------------------
89-
9086
## Getting Started
9187

9288
### Prerequisites
@@ -126,8 +122,6 @@ designed for scalability, security, and extensibility.
126122

127123
https://localhost:6264
128124

129-
------------------------------------------------------------------------
130-
131125
## Configuration
132126

133127
### Authentication
@@ -145,26 +139,20 @@ designed for scalability, security, and extensibility.
145139
}
146140
```
147141

148-
------------------------------------------------------------------------
149-
150142
## Deployment
151143

152144
- **Docker**: Prebuilt container images available via GitHub Packages or Docker Hub.
153145
- **Kubernetes**: Helm charts for high-availability deployments.
154146
- **CI/CD Integration**: Ready-to-use pipelines for GitHub Actions, GitLab CI, or Azure DevOps.
155147
- **Cloud-Native Support**: Deployable to AWS ECS/EKS, Azure AKS, or Google GKE.
156148

157-
------------------------------------------------------------------------
158-
159149
## Contributing
160150

161151
We welcome community contributions!
162152
- Submit issues or feature requests via [GitHub Issues](https://github.com/flowsynx/console/issues).
163153
- Open pull requests with clear documentation and test coverage.
164154
- Adhere to coding standards and best practices outlined in our [Contribution Guidelines](https://github.com/flowsynx/console/blob/master/CONTRIBUTING.md).
165155

166-
------------------------------------------------------------------------
167-
168156
## Roadmap
169157

170158
Planned enhancements include:
@@ -173,15 +161,11 @@ Planned enhancements include:
173161
- **Workflow versioning and rollback** capabilities.
174162
- **Drag-and-drop workflow designer** integrated into the console.
175163

176-
------------------------------------------------------------------------
177-
178164
## License
179165

180166
© FlowSynx. All rights reserved.
181167
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).
182168

183-
------------------------------------------------------------------------
184-
185169
## Support & Documentation
186170

187171
- Documentation: [flowsynx.io/docs](https://flowsynx.io/docs/overview)

0 commit comments

Comments
 (0)