diff --git a/README.md b/README.md index ea4f343..33fc090 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,10 @@ pgadmin needs a default credential to login: `admin@nethserver.org` `Nethesis,12 2. using another terminal, access the database from the host using the postgres uri - psql postgresql://postgres:Nethesis,1234@IP_of_Node:${TCP_PORT_PGSQL}/postgres + `psql postgresql://postgres:Nethesis,1234@IP_of_Node:${TCP_PORT_PGSQL}/postgres` `${TCP_PORT_PGSQL} `is set inside the environment of the module + `IP_of_Node` is the IP running the container, it might be the internal wiregard IP or the external IP of the node ## Get the configuration diff --git a/ui/public/metadata.json b/ui/public/metadata.json index 89b73d7..348b3c9 100644 --- a/ui/public/metadata.json +++ b/ui/public/metadata.json @@ -1,19 +1,19 @@ { "name": "postgresql", "description": { - "en": "My postgresql module" + "en": "Postgres is a free and open-source relational database management system" }, - "categories": [], + "categories": ["database"], "authors": [ { - "name": "Name Surname", - "email": "author@yourmail.org" + "name": "stephane de Labrusse", + "email": "stephdl@de-labrusse.fr" } ], "docs": { - "documentation_url": "https://docs.postgresql.com/", + "documentation_url": "https://github.com/NethServer/ns8-postgresql/blob/main/README.md", "bug_url": "https://github.com/NethServer/dev", - "code_url": "https://github.com/author/ns8-postgresql" + "code_url": "https://github.com/NethServer/ns8-postgresql" }, "source": "ghcr.io/nethserver/postgresql" }