multivisor
multivisor copied to clipboard
Centralized supervisor WebUI and CLI
Hi. First off, thank you for creating multivisor, it's an amazing piece of software! I'd like to know if there's a recommended configuration for running it behind an Nginx proxy...
The current multivisor package installs the "tests" directory as global package. It should be excluded.
`run_with_reloader` was removed in `werkzeug` 2.1.0: ``` $ multivisor --help Traceback (most recent call last): File "/opt/conda/envs/supervisor/bin/multivisor", line 5, in from multivisor.server.web import main File "/opt/conda/envs/supervisor/lib/python3.9/site-packages/multivisor/server/web.py", line 17, in from...
I use a Dockerfile to set up a Docker container for multivisor. I install it on a Python 3.8 image as such: ``` FROM python:3.8 ENV PYTHONUNBUFFERED=1 \ # prevents...
In the rpc.py, line 117, parsing error if a string is not standard, like this: `processname:websocket_vosk groupname:websocket_vosk pid:14 channel:stdout DEBUG - 2022-02-16 14:13:03,092 - __main__ - start - Trying to...
Hi, My question is about basic configuration. I will use one instance as a central server to manage all the processes I have up in other instances. In multivisor web...
Digging through dev and peer dependencies finally resulted in the versions here that work with the configuration in the rest of the repository. With the latest `npm` and `node` one...
I implemented authentication at the level of the zerorpc. It is done by using a middleware both on a client and a server side. It computes a signature for every...
I'd like to play around with developing the frontend for a custom application. However, following the readme and installing in an environment using`npm` at 7.24.2 and `node` at 14.18.0 produces...
hello. recently,I've been using the multivisor, I have to say that it is a good application.And now I have a question about the multivisor UI,I use it by pip command,and...