Hydra/de: Difference between revisions

Created page with "<syntaxHighlight lang=nix> services.hydra = { enable = true; hydraURL = "http://localhost:3000"; # extern sichtbare URL notificationSender = "hydra@localhost"; # E-Mail des Hydra-Services # Bei einer eigenständigen Hydra muss die buildMachinesFiles-Liste deaktiviert werden, um zu vermeiden, dass ein nicht vorhandenes /etc/nix/machines verwendet wird. buildMachinesFiles = []; # Diese Option verhindert das *alles* von Grund auf neu gebaut use..."
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..."
Line 24: Line 24:
</syntaxHighlight>
</syntaxHighlight>


<div lang="en" dir="ltr" class="mw-content-ltr">
Dieses Modul aktiviert PostgreSQL automatisch,
The module will automatically enable postgresql if you do not change the <code>services.hydra.dbi</code> option. Database layout will be created automatically by the Hydra service, however keep in mind that some state will be stored in the database and a complete stateless configuration is currently not possible - do your backups.
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.
* See nixos-option or the [https://search.nixos.org/options?query=services.hydra Nixos Options page] for all options
 
</div>
* 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">
<div lang="en" dir="ltr" class="mw-content-ltr">