Hydra/de: Difference between revisions

Created page with "Dieses Modul aktiviert PostgreSQL automatisch, außer die <code>services.hydra.dbi</code> wird geändert. Das Datenbanklayout wird automatisch erstellt vom Hydra-Service. Allerdings ist anzumerken, das zusätzliche Daten in der Datenbank gespeichert werden, was eine vollständige deklarative Konfiguration unmöglich macht. Daher sind Backups erforderlich. * Siehe <code>nixos-option</code> oder die [https://search.nixos.org/options?query=services.hydra Nixos Optionsseit..."
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>"
Line 29: Line 29:
* Siehe <code>nixos-option</code> oder die  [https://search.nixos.org/options?query=services.hydra Nixos Optionsseite] für eine Liste aller Optionen.
* Siehe <code>nixos-option</code> oder die  [https://search.nixos.org/options?query=services.hydra Nixos Optionsseite] für eine Liste aller Optionen.


<div lang="en" dir="ltr" class="mw-content-ltr">
=== Webserverkonfiguration ===
=== Web Configuration ===
Hydra stellt ein Webinterface
Hydra will provide the web interface [http://localhost:3000/ at localhost] port 3000. However you need to create a new admin user (as UNIX user <code>hydra</code>) before being able to perform any changes:
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>
<syntaxHighlight lang=bash>
# su - hydra
# su - hydra
Line 37: Line 39:
     --email-address 'alice@example.org' --password-prompt --role admin
     --email-address 'alice@example.org' --password-prompt --role admin
</syntaxHighlight>
</syntaxHighlight>
</div>


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