srebb/supervisor-admin

Fast adminpanel for supervisor

Installs: 3 898

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 1

Open Issues: 0

Type:symfony-bundle

1.1.0 2022-12-08 10:56 UTC

README

add this to your routes

srebb_supervisor:
    resource: "@SrebbSupervisorBundle"
    type:     annotation
    prefix:   "supervisor"

the config looks like this

srebb_supervisor:
    connection_timeout: 10
    server_list:
        localServer:
            host: 127.0.0.1
        otherServer:
            host: 192.168.1.20