Front end - Vue with webpack - Maestro Server
2.3K
Maestro Server is an open source software platform for management and discovery servers, apps and system for Hybrid IT. Can manage small and large environments, be able to visualize the latest multi-cloud environment state.
To test out the demo, Demo Online
docker run -p 80:80 -e "API_URL=http://localhost:8888" -e "ANALYTICS_URL=http://localhost:9999" maestroserver/client-maestro
services:
client:
image: maestroserver/client-maestro
ports:
- "80:80"
environment:
- "API_URL=http://localhost:8888"
- "ANALYTICS_URL=http://localhost:9999"
| Env Variables | Example | Description |
|---|---|---|
| API_URL | http://localhost:8888 | Server App Url |
| STATIC_URL | /upload/ | Relative path of static content |
| ANALYTICS_URL | http://localhost:9999 | Analytics App Url |
| LOGO | /static/imgs/logo300.png | Image Logotype, (login page) |
| THEME | lotus | Themes (gold, wine, blue, green) |
Are you interested in developing Maestro Server, creating new features or extending them?
We created a set of documentation, explaining how to set up your development environment, coding styles, standards, learn about the architecture and more. Welcome to the team and contribute with us.
Content type
Image
Digest
Size
12.9 MB
Last updated
almost 5 years ago
docker pull maestroserver/client-maestro