Jump to content

Translations:Hydra/5/en

From Official NixOS Wiki
Revision as of 07:17, 9 July 2024 by FuzzyBot (talk | contribs) (Importing a new version from external source)

Web Configuration

Hydra will provide the web interface at localhost port 3000. However you need to create a new admin user (as UNIX user hydra) before being able to perform any changes:

# su - hydra
$ hydra-create-user alice --full-name 'Alice Q. User' \
    --email-address 'alice@example.org' --password-prompt --role admin