Scripted addition of servers? - Mailing list pgadmin-support

From Shaheed Haque
Subject Scripted addition of servers?
Date
Msg-id CAHAc2jfE7mpC_ebJnu+rK6ABiRrOY3O5GMd8Dc-jgZGDDTqMeQ@mail.gmail.com
Whole thread Raw
Responses Re: Scripted addition of servers?  (Dave Page <dpage@pgadmin.org>)
List pgadmin-support
Elsewhere [1], I mentioned that I have pgAdmin running in server mode behind nginx and gunicorn in an embedded role, to provide admin access to a pre-determined set of servers.

As part of that, the initial user is pre-configured programmatically like this:
    PGADMIN_SETUP_EMAIL=$SUPERUSER PGADMIN_SETUP_PASSWORD=$PW python3 .../setup.py
Is it possible to programatically set up servers? At a minimum, I'd guess I'd need to specify the server name, the username and password for each server.

Thanks, Shaheed


pgadmin-support by date:

Previous
From: Khushboo Vashi
Date:
Subject: Re: Bug report : update / delete impossible when primary key contain %
Next
From: Shaheed Haque
Date:
Subject: Re: Hosting pgAdmin4 behind nginx and at /pgdmin, for mortals