Translations:Hydra/5/de

Revision as of 07:34, 9 July 2024 by Mic92 (talk | contribs) (Created page with "=== Webserverkonfiguration === Hydra stellt ein Webinterface auf [http://localhost:3000/ at localhost] und Port 3000 bereit. Allerdings muss ein neuer Admin-Account (als UNIX user <code>hydra</code>) erstellt werden, bevor man in der Lage ist Änderungen vorzunehmen: <syntaxHighlight lang=bash> # su - hydra $ hydra-create-user alice --full-name 'Alice Q. User' \ --email-address 'alice@example.org' --password-prompt --role admin </syntaxHighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Webserverkonfiguration

Hydra stellt ein Webinterface auf at localhost und Port 3000 bereit. Allerdings muss ein neuer Admin-Account (als UNIX user hydra) erstellt werden, bevor man in der Lage ist Änderungen vorzunehmen:

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