diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 03efdbf82..1b01804a3 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -8,7 +8,6 @@ on: jobs: build: runs-on: ubuntu-latest - if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')" steps: - name: Checkout uses: actions/checkout@v2 @@ -27,7 +26,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.119.0' + hugo-version: '0.133.0' # extended: true - name: Setup Node diff --git a/content/blog/2023-08-11-hub-1.2.0.de.md b/content/blog/2023-08-11-hub-1.2.0.de.md index 5f06761cb..9b7d1e367 100644 --- a/content/blog/2023-08-11-hub-1.2.0.de.md +++ b/content/blog/2023-08-11-hub-1.2.0.de.md @@ -22,7 +22,7 @@ Wir haben außerdem die Aktion „Tresor archivieren“ hinzugefügt, mit der du Unsere neue „Benutzerprofil“-Seite zentralisiert das Gerätemanagement und die Benutzereinstellungen an einem Ort. Zusätzlich haben wir einen „Konto verwalten“-Link integriert, über den Benutzer bei Keycloak ihr Passwort ändern und 2FA konfigurieren können. -## :up_arrow: Upgrade-Informationen +## :arrow_up: Upgrade-Informationen Ein Upgrade auf 1.2.0 ist einfach. Wenn du die stabile Version `stable` verwendest, musst du nur das Image pullen und den Service neu starten. Andernfalls aktualisiere die Versionsnummer in deiner Docker Compose- oder Kubernetes-Spec-Datei, bevor du den Service neu startest. Denke daran, immer ein [Backup deiner Daten](https://docs.cryptomator.org/en/latest/hub/setup/#backup) zu erstellen, insbesondere vor dem Upgrade. Bei Managed-Instanzen kannst du sicher sein, dass du bereits die neueste Version verwendest. diff --git a/content/blog/2023-08-11-hub-1.2.0.en.md b/content/blog/2023-08-11-hub-1.2.0.en.md index a1b51825f..b1bfb9291 100644 --- a/content/blog/2023-08-11-hub-1.2.0.en.md +++ b/content/blog/2023-08-11-hub-1.2.0.en.md @@ -22,7 +22,7 @@ We've also added the "Archive Vault" action, allowing you to remove vaults from Our new "User Profile" page centralizes device management and user settings in one convenient location. Additionally, we've integrated a "Manage Account" link for users to be able to change their password and configure 2FA via Keycloak. -## :up_arrow: Upgrade Info +## :arrow_up: Upgrade Info Upgrading to 1.2.0 is simple. If you are on the `stable` lane, you just have to pull the image and restart the service. Otherwise, update the version number in your Docker Compose or Kubernetes spec file before you restart the service. Remember to always [back up your data](https://docs.cryptomator.org/en/latest/hub/setup/#backup), especially before upgrading. For managed instances, rest assured, you're already on the latest version. diff --git a/content/blog/2023-09-13-release-1.10.0.de.md b/content/blog/2023-09-13-release-1.10.0.de.md index 9f25f3956..627f7e0d2 100644 --- a/content/blog/2023-09-13-release-1.10.0.de.md +++ b/content/blog/2023-09-13-release-1.10.0.de.md @@ -30,7 +30,7 @@ Gute Nachrichten für Linux-Nutzer auf AArch64-Architekturen! :tada: Cryptomator ## Verbesserter Fehlerdialog -Auf einen Fehler zu stoßen, kann frustrierend sein :downcast_face_with_sweat:, besonders wenn man sich nicht sicher ist, was als Nächstes zu tun ist. Wir haben unseren Fehlerdialog überarbeitet und den Fokus auf Lösungen gelegt. Jetzt führt euch der Dialog zu einer potenziellen Lösung, falls eine in unserer Fehlerdatenbank existiert. Diese Verbesserung soll die Fehlerbehebung benutzerfreundlicher und effizienter gestalten. :check_mark_button: +Auf einen Fehler zu stoßen, kann frustrierend sein :sweat:, besonders wenn man sich nicht sicher ist, was als Nächstes zu tun ist. Wir haben unseren Fehlerdialog überarbeitet und den Fokus auf Lösungen gelegt. Jetzt führt euch der Dialog zu einer potenziellen Lösung, falls eine in unserer Fehlerdatenbank existiert. Diese Verbesserung soll die Fehlerbehebung benutzerfreundlicher und effizienter gestalten. :white_check_mark:
Verbesserter Fehlerdialog @@ -52,4 +52,4 @@ Ein besonderer Dank geht auch an [Bas (Rexbas auf GitHub)](https://github.com/Re Danke für eure anhaltende Unterstützung und das Vertrauen in Cryptomator. :heart: Aktualisiert jetzt auf 1.10.0 und teilt uns eure Meinungen mit! -Frohes Verschlüsseln! :locked: +Frohes Verschlüsseln! :lock: diff --git a/content/blog/2023-09-13-release-1.10.0.en.md b/content/blog/2023-09-13-release-1.10.0.en.md index ea8b7b963..f791b32d6 100644 --- a/content/blog/2023-09-13-release-1.10.0.en.md +++ b/content/blog/2023-09-13-release-1.10.0.en.md @@ -30,7 +30,7 @@ Good news for Linux users on AArch64 architectures! :tada: Cryptomator 1.10.0 in ## Improved Error Dialog -Encountering an error can be frustrating :downcast_face_with_sweat:, especially when you're not sure what to do next. We've redesigned our error dialog to focus on solutions. Now, when you run into an error, the dialog will guide you to a potential solution if it exists in our error database. This enhancement aims to make troubleshooting more user-friendly and efficient. :check_mark_button: +Encountering an error can be frustrating :sweat:, especially when you're not sure what to do next. We've redesigned our error dialog to focus on solutions. Now, when you run into an error, the dialog will guide you to a potential solution if it exists in our error database. This enhancement aims to make troubleshooting more user-friendly and efficient. :white_check_mark:
Improved Error Dialog @@ -52,4 +52,4 @@ A special thank you to [Bas (Rexbas on GitHub)](https://github.com/Rexbas) and [ Thank you for your continued support and trust in Cryptomator. :heart: Update to 1.10.0 now and let us know what you think! -Happy crypting! :locked: +Happy crypting! :lock: diff --git a/content/blog/2023-12-01-hub-1.3.0.de.md b/content/blog/2023-12-01-hub-1.3.0.de.md index 13bab158b..d434dbcbb 100644 --- a/content/blog/2023-12-01-hub-1.3.0.de.md +++ b/content/blog/2023-12-01-hub-1.3.0.de.md @@ -8,11 +8,11 @@ summary: "Cryptomator Hub 1.3.0 ist verfügbar und bringt wichtige Änderungen i --- Die Veröffentlichung von Cryptomator Hub 1.3.0 markiert ein aufregendes Funktionsupdate, das einen _Account Key_ für Benutzer einführt. Dieses Update ist notwendig und nützlich, erfordert aber eine aktive Mitwirkung der Nutzer. Im Folgenden wird beschrieben, was beim Upgrade von Version 1.2.x auf 1.3.0 zu erwarten ist. -## :information: Vorbereitung ist der Schlüssel +## :information_source: Vorbereitung ist der Schlüssel Bevor wir in den Upgrade-Prozess eintauchen, stelle sicher, dass jeder Tresor-Administrator ein Backup seiner _Tresor-Wiederherstellungsschlüssel_ und _Tresor-Admin-Passwörter_ hat. **:warning: Die Durchführung dieses Schrittes ist von entscheidender Bedeutung; Diese Backups sind dein Sicherheitsnetz. Ohne sie sind uns die Hände gebunden.** -## :up_arrow: Aktualisierung von Cryptomator Hub (Server) auf 1.3.0 +## :arrow_up: Aktualisierung von Cryptomator Hub (Server) auf 1.3.0 Dieser Abschnitt ist nur für Administratoren relevant, die ihre eigene Cryptomator Hub-Instanz hosten. Wenn du unseren Managed Service verwendest, kannst du diesen Abschnitt überspringen. Wir werden uns mit dir in Verbindung setzen, um einen Termin für das Update deiner Instanz zu vereinbaren. @@ -23,7 +23,7 @@ Wenn du Administrator einer selbst gehosteten Cryptomator Hub-Instanz bist, füh - Überspringe diesen Schritt, wenn du das `stable` Tag verwendest. Wir werden den `stable`-Tag in ein paar Wochen aktualisieren, um auf die neue Version zu verweisen. 3. Wende die Änderungen in deinem Container-Orchestrator an. Überwache den Status des Pods, bevor du fortfährst. -## :up_arrow: Aktualisierung von Cryptomator (Desktop-Client) auf 1.11.0 +## :arrow_up: Aktualisierung von Cryptomator (Desktop-Client) auf 1.11.0 Die Aktualisierung der Cryptomator-Desktop-Anwendung wird allen Nutzern empfohlen, ist aber derzeit technisch nicht erforderlich. Tresore können weiterhin mit einer alten Version entsperrt werden. Diese Abwärtskompatibilität bietet Flexibilität für eine schrittweise Einführung der aktualisierten Anwendung. Änderungen am Zugang, wie das Hinzufügen neuer Mitglieder zu einem Tresor und das Hinzufügen neuer Geräte, erfordern jedoch Cryptomator 1.11.0 oder höher. @@ -42,7 +42,7 @@ Nach der Aktualisierung auf Hub 1.3.0 werden Tresor-Eigentümer (früher Tresor- Nachdem die Tresor-Mitglieder die Kontenmigration abgeschlossen haben, sollten die Tresor-Eigentümer die Berechtigungen zum Tresor aktualisieren. Auf diese Weise werden die erforderlichen Tresorschlüssel sicher an die Benutzer verteilt. -## :red_question_mark: Häufig gestellte Fragen +## :question: Häufig gestellte Fragen **Q: Was genau ist mein _Account Key_?** **A:** Der _Account Key_ ist dein persönliches Geheimnis und dient zur Registrierung neuer Geräte und zur Identifizierung in verschiedenen Cryptomator-Anwendungen und Browsern. Behandle ihn genauso sicher wie jedes andere wichtige Passwort. diff --git a/content/blog/2023-12-01-hub-1.3.0.en.md b/content/blog/2023-12-01-hub-1.3.0.en.md index d4f8b42d6..44e7885e1 100644 --- a/content/blog/2023-12-01-hub-1.3.0.en.md +++ b/content/blog/2023-12-01-hub-1.3.0.en.md @@ -8,11 +8,11 @@ summary: "Cryptomator Hub 1.3.0 is available and brings major changes to access --- The release of Cryptomator Hub 1.3.0 marks an exciting feature update, which introduces an _Account Key_ for users. This update, while necessary and beneficial, will require active participation from users. Here's what to expect during the transition from version 1.2.x to 1.3.0. -## :information: Preparation is Key +## :information_source: Preparation is Key Before we dive into the upgrade process, ensure every vault admin secures a backup of their _Vault Recovery Keys_ and _Vault Admin Passwords_. **:warning: Doubling down on this step is critical; your backups are your safety net. Without them, our hands are tied.** -## :up_arrow: Updating Cryptomator Hub (Server) to 1.3.0 +## :arrow_up: Updating Cryptomator Hub (Server) to 1.3.0 This section is only relevant for administrators who host their own Cryptomator Hub instance. If you're using our managed service, you can skip this section. We will reach out to you to arrange a date and time to update your instance. @@ -23,7 +23,7 @@ As mentioned above, if you're an administrator of a self-hosted Cryptomator Hub - Skip this step if you're using the `stable` tag. We will update the `stable` tag to point to the new version in a couple of weeks. 3. Implement the changes within your container orchestrator. Monitor for healthy pod statuses before proceeding. -## :up_arrow: Updating Cryptomator (Desktop Client) to 1.11.0 +## :arrow_up: Updating Cryptomator (Desktop Client) to 1.11.0 Updating the Cryptomator desktop application is recommended for all users, but not technically required for now. Vaults can still be unlocked using an old version. This backward compatibility provides flexibility for a gradual rollout of the updated app. Nevertheless, making changes to access, incl. adding new members to a vault and adding new devices, requires Cryptomator 1.11.0 or higher. @@ -42,7 +42,7 @@ After updating to Hub 1.3.0, vault owners (formerly known as vault admins) are p Once vault members have navigated through the account migration, vault owners should refresh vault permissions. This action will securely distribute the necessary vault keys to the users. -## :red_question_mark: Frequently Asked Questions +## :question: Frequently Asked Questions **Q: What exactly is my _Account Key_?** **A:** The _Account Key_ is your personal secret, required for registering new devices and establishing your identity across different Cryptomator apps and browsers. Treat it with the same level of security as you would with any important password. diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 55d86cd3b..57ef51757 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -51,7 +51,7 @@ {{ end }} - {{ if .Site.IsServer }} + {{ if hugo.IsServer }} {{ $css := resources.Get "css/main.css" | postCSS }} {{ else }} diff --git a/layouts/android/single.html b/layouts/android/single.html index 4d0f2139b..f681fdaf4 100644 --- a/layouts/android/single.html +++ b/layouts/android/single.html @@ -42,7 +42,7 @@

{{ $keyRecoveryJs := resources.Get "js/keyrecovery.js" }} diff --git a/layouts/blog/single.html b/layouts/blog/single.html index 4b1dbab1f..ad652920b 100644 --- a/layouts/blog/single.html +++ b/layouts/blog/single.html @@ -56,7 +56,7 @@

{{ .Parent.Title }} / {{ .Title }}< {{ end }} {{ end }} {{ if gt (len $discourseEmbedUrl) 0 }} - {{ if .Site.IsServer }} + {{ if hugo.IsServer }} {{ $discourseJs := resources.Get "js/discourse.js" }} {{ else }} diff --git a/layouts/donate/list.html b/layouts/donate/list.html index 2701b7576..f30168e80 100644 --- a/layouts/donate/list.html +++ b/layouts/donate/list.html @@ -68,7 +68,7 @@

{{ i18n "dona - {{ if .Site.IsServer }} + {{ if hugo.IsServer }} {{ $customerPortalJs := resources.Get "js/customerportal.js" }} {{ else }} diff --git a/layouts/downloads/list.html b/layouts/downloads/list.html index 0cbac6899..0fe12d0b9 100644 --- a/layouts/downloads/list.html +++ b/layouts/downloads/list.html @@ -51,7 +51,7 @@

{{ else }} diff --git a/layouts/hub-billing/single.html b/layouts/hub-billing/single.html index 6dbe7bdc0..1c16363c8 100644 --- a/layouts/hub-billing/single.html +++ b/layouts/hub-billing/single.html @@ -449,7 +449,7 @@

- {{ if .Site.IsServer }} + {{ if hugo.IsServer }} {{ $storeJs := resources.Get "js/store.js" }} {{ $hubSubscriptionJs := resources.Get "js/hubsubscription.js" }} diff --git a/layouts/hub-demo/single.html b/layouts/hub-demo/single.html index 0692c19f9..81fddde9e 100644 --- a/layouts/hub-demo/single.html +++ b/layouts/hub-demo/single.html @@ -77,7 +77,7 @@

{{ i - {{ if .Site.IsServer }} + {{ if hugo.IsServer }} {{ $storeJs := resources.Get "js/store.js" }} {{ $hubDemoJs := resources.Get "js/hubdemo.js" }} diff --git a/layouts/hub-managed/single.html b/layouts/hub-managed/single.html index 247100643..ea551e8a0 100644 --- a/layouts/hub-managed/single.html +++ b/layouts/hub-managed/single.html @@ -236,7 +236,7 @@

{{ i - {{ if .Site.IsServer }} + {{ if hugo.IsServer }} {{ $storeJs := resources.Get "js/store.js" }} {{ $hubManagedJs := resources.Get "js/hubmanaged.js" }} diff --git a/layouts/hub-setup/single.html b/layouts/hub-setup/single.html index 83c73f665..05acbf38e 100644 --- a/layouts/hub-setup/single.html +++ b/layouts/hub-setup/single.html @@ -318,7 +318,7 @@

{{ i {{ $jsYaml := resources.Get "js/js-yaml/js-yaml.min.js" | fingerprint }} - {{ if .Site.IsServer }} + {{ if hugo.IsServer }} {{ $setupJs := resources.Get "js/hubsetup.js" }} {{ else }} diff --git a/layouts/hub/single.html b/layouts/hub/single.html index aa3b8fd21..8c29ca78a 100644 --- a/layouts/hub/single.html +++ b/layouts/hub/single.html @@ -365,7 +365,7 @@

{{ $hubPricingJs := resources.Get "js/hubpricing.js" }} diff --git a/layouts/index.html b/layouts/index.html index d80d20367..147bdc0f8 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -233,7 +233,7 @@

{{ i - {{ if .Site.IsServer }} + {{ if hugo.IsServer }} {{ $indexJs := resources.Get "js/index.js" }} {{ $newsletterJs := resources.Get "js/newsletter.js" }} diff --git a/layouts/partials/android-fdroid.html b/layouts/partials/android-fdroid.html index 5bffd7556..ad6a89ab6 100644 --- a/layouts/partials/android-fdroid.html +++ b/layouts/partials/android-fdroid.html @@ -32,7 +32,7 @@

{{ i18n "android_fdroid_title" }}

-

{{ ":cross_mark:" | emojify }} {{ i18n "android_fdroid_cryptomator_cloud_exclusion" | safeHTML }}

+

{{ ":x:" | emojify }} {{ i18n "android_fdroid_cryptomator_cloud_exclusion" | safeHTML }}

{{ i18n "android_fdroid_cloud_exclusion_hint" | safeHTML }}

@@ -44,7 +44,7 @@

{{ i18n "android_fdroid_title" }}

-

{{ ":cross_mark:" | emojify }} {{ i18n "android_fdroid_main_cloud_exclusion" | safeHTML }}

+

{{ ":x:" | emojify }} {{ i18n "android_fdroid_main_cloud_exclusion" | safeHTML }}

{{ i18n "android_fdroid_cloud_exclusion_hint" | safeHTML }}

diff --git a/layouts/partials/android-getkey.html b/layouts/partials/android-getkey.html index a83bc4b79..645792268 100644 --- a/layouts/partials/android-getkey.html +++ b/layouts/partials/android-getkey.html @@ -31,7 +31,7 @@

{{ ":+1:" | em

-{{ if .Site.IsServer }} +{{ if hugo.IsServer }} {{ $androidKeyJs := resources.Get "js/androidkey.js" }} {{ else }} diff --git a/layouts/partials/donate-creditcard.html b/layouts/partials/donate-creditcard.html index 32a9c2aea..d303a63d5 100644 --- a/layouts/partials/donate-creditcard.html +++ b/layouts/partials/donate-creditcard.html @@ -67,7 +67,7 @@ -{{ if .Site.IsServer }} +{{ if hugo.IsServer }} {{ $recaptchaJs := resources.Get "js/recaptcha.js" }} {{ $cardPaymentsJs := resources.Get "js/cardpayments.js" }} diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html index 7f7c61fd2..f87d729c2 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -151,7 +151,7 @@ -{{ if .Site.IsServer }} +{{ if hugo.IsServer }} {{ $navJs := resources.Get "js/nav.js" }} {{ else }} diff --git a/layouts/supporter-cert/list.html b/layouts/supporter-cert/list.html index 5283fb4f8..309045e54 100644 --- a/layouts/supporter-cert/list.html +++ b/layouts/supporter-cert/list.html @@ -85,7 +85,7 @@

{{ $desktopKeyJs := resources.Get "js/desktopkey.js" }}