Sign inSign up

maestroserver/client-maestro

By maestroserver

•Updated almost 5 years ago

Front end - Vue with webpack - Maestro Server

Image
0

2.3K

maestroserver/client-maestro repository overview

⁠Maestro Server

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.

⁠Demo

To test out the demo, Demo Online⁠

⁠Documentation
⁠Installation###
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
Env VariablesExampleDescription
API_URLhttp://localhost:8888⁠Server App Url
STATIC_URL/upload/Relative path of static content
ANALYTICS_URLhttp://localhost:9999⁠Analytics App Url
LOGO/static/imgs/logo300.pngImage Logotype, (login page)
THEMElotusThemes (gold, wine, blue, green)
⁠Contribute

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.

See our developer guide⁠

Tag summary

Content type

Image

Digest

Size

12.9 MB

Last updated

almost 5 years ago

docker pull maestroserver/client-maestro