swapped a few links to the new sort
Dieser Commit ist enthalten in:
Ursprung
688b5670b3
Commit
7bad459313
6 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
|
@ -113,7 +113,7 @@ Geschafft!
|
|||
Sie können nun auf **https://${MAILCOW_HOSTNAME}** mit den Standard-Zugangsdaten `admin` + Passwort `moohoo` zugreifen.
|
||||
|
||||
!!! info
|
||||
Wenn Sie mailcow nicht hinter einem Reverse Proxy verwenden, sollten Sie [alle HTTP-Anfragen auf HTTPS umleiten](../u_e/80_to_443.de.md).
|
||||
Wenn Sie mailcow nicht hinter einem Reverse Proxy verwenden, sollten Sie [alle HTTP-Anfragen auf HTTPS umleiten](../manual-guides/80_to_443.de.md).
|
||||
|
||||
Die Datenbank wird sofort initialisiert, nachdem eine Verbindung zu MySQL hergestellt werden kann.
|
||||
|
||||
|
|
|
@ -113,7 +113,7 @@ Done!
|
|||
You can now access **https://${MAILCOW_HOSTNAME}** with the default credentials `admin` + password `moohoo`.
|
||||
|
||||
!!! info
|
||||
If you are not using mailcow behind a reverse proxy, you should [redirect all HTTP requests to HTTPS](../u_e/80_to_443.en.md).
|
||||
If you are not using mailcow behind a reverse proxy, you should [redirect all HTTP requests to HTTPS](../manual-guides/80_to_443.en.md).
|
||||
|
||||
The database will be initialized right after a connection to MySQL can be established.
|
||||
|
||||
|
|
|
@ -68,7 +68,7 @@ docker-compose up -d
|
|||
|
||||
### Hooks
|
||||
|
||||
Sie können sich in den Update-Mechanismus einklinken, indem Sie Skripte namens `pre_commit_hook.sh` und `post_commit_hook.sh` zu Ihrem mailcows-Root-Verzeichnis hinzufügen. Siehe [hier](../u_e/update-hooks.de.md) für weitere Details.
|
||||
Sie können sich in den Update-Mechanismus einklinken, indem Sie Skripte namens `pre_commit_hook.sh` und `post_commit_hook.sh` zu Ihrem mailcows-Root-Verzeichnis hinzufügen. Siehe [hier](../manual-guides/update-hooks.de.md) für weitere Details.
|
||||
|
||||
## FuĂźnoten
|
||||
|
||||
|
|
|
@ -68,7 +68,7 @@ docker-compose up -d
|
|||
|
||||
### Hooks
|
||||
|
||||
You can hook into the update mechanism by adding scripts called `pre_commit_hook.sh` and `post_commit_hook.sh` to your mailcows root directory. See [this](../u_e/update-hooks.en.md) for more details.
|
||||
You can hook into the update mechanism by adding scripts called `pre_commit_hook.sh` and `post_commit_hook.sh` to your mailcows root directory. See [this](../manual-guides/update-hooks.en.md) for more details.
|
||||
|
||||
## Footnotes
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ Als Administrator können Sie den TFA-Login eines Domain-Administrators vorüber
|
|||
|
||||
Der für die Anmeldung verwendete Schlüssel wird in grüner Farbe angezeigt, während andere Schlüssel grau bleiben.
|
||||
|
||||
Informationen zum Entfernen von 2FA finden Sie [hier](../troubleshooting/debug-reset_pw.de.md#zwei-faktor-authentifizierung-entfernen).
|
||||
Informationen zum Entfernen von 2FA finden Sie [hier](../../troubleshooting/debug-reset_pw.de.md#zwei-faktor-authentifizierung-entfernen).
|
||||
|
||||
## Yubi OTP
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ As administrator you are able to temporary disable a domain administrators TFA l
|
|||
|
||||
The key used to login will be displayed in green, while other keys remain grey.
|
||||
|
||||
Information on how to remove 2FA can be found [here](../troubleshooting/debug-reset_pw.en.md#remove-two-factor-authentication).
|
||||
Information on how to remove 2FA can be found [here](../../troubleshooting/debug-reset_pw.en.md#remove-two-factor-authentication).
|
||||
|
||||
## Yubi OTP
|
||||
|
||||
|
|
Laden …
In neuem Issue referenzieren