Jump to content

Translations:Hydra/5/de: Difference between revisions

From Official NixOS Wiki
leftover at
Jopejoe1 (talk | contribs)
Replaced content with "=== Webserverkonfiguration ==="
Tag: Replaced
 
Line 1: Line 1:
=== 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>

Latest revision as of 12:53, 30 July 2024

Message definition (Hydra)
=== Web Configuration ===

Webserverkonfiguration