Hydra/de: Difference between revisions

Jopejoe1 (talk | contribs)
Created page with "* Siehe <code>nixos-option</code> oder die [https://search.nixos.org/options?query=services.hydra Nixos Optionsseite] für eine Liste aller Optionen."
Tags: Mobile edit Mobile web edit
Jopejoe1 (talk | contribs)
Replaced content with "=== Webserverkonfiguration ==="
Line 30: Line 30:


<span id="Web_Configuration"></span>
<span id="Web_Configuration"></span>
<div class="mw-translate-fuzzy">
=== Webserverkonfiguration ===
=== Webserverkonfiguration ===
Hydra stellt ein Webinterface
[http://localhost:3000/ auf 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>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">