Username & password
Admin and management interface require admin access. Set credentials as follows:
- Open
compose.envand addDSMRREADER_ADMIN_USERandDSMRREADER_ADMIN_PASSWORDenvironment variables:
compose.env
DSMRREADER_ADMIN_USER=admin
DSMRREADER_ADMIN_PASSWORD=supersecretpassword
- Restart the container, it will automatically run
manage.py dsmr_superuser, which will either create or reset the admin user credentials.
shell
podman-compose up -d