Access¶
The components compromising the SEGuRo platform are accessible via various sub-domains of seguro
:
localhost
Platform Landing Pageui.localhost
Docker Web-Interface (Yacht)store.localhost
S3 Datastore (Minio)ui.store.localhost
S3 Datastore Web-Interfaceregistry.localhost
Docker Image Registry (distribution)ui.registry.localhost
Docker Image Registry Web-Interface (docker-registry-ui)
Note
Please substitute localhost
with the DOMAIN
from your configuration.
Default Credentials¶
The administrator credentials can be configured in the .env
file.
The defaults are:
Username: admin
Password: s3gur0herne
Accessing remotely¶
In case the platform is not deployed on the same host from which you attempt accessing it, further steps are necessary:
For development: Patching /etc/hosts
¶
Please add the following line to your /etc/hosts
file and substitute the IP address with the one on which the Docker Compose stack is running:
172.23.157.5 seguro ui.seguro store.seguro ui.store.seguro registry.seguro ui.registry.seguro
You then can access the links above by substituting localhost
with seguro
.
Production¶
For production setup, you will need to register and configure a domain name (environment variable DOMAIN
in .env
) and point its A
and AAAA
records to the IP address of your Docker host.