From b1b8c7030e3682904aecba95d3d00931425ca7e0 Mon Sep 17 00:00:00 2001 From: Killian Kemps Date: Wed, 26 Jan 2022 13:38:01 +0100 Subject: [PATCH 01/43] fix: Fix link to Hetzner.com --- content/sous-traitance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/sous-traitance.md b/content/sous-traitance.md index a85c244..9eeda70 100644 --- a/content/sous-traitance.md +++ b/content/sous-traitance.md @@ -12,7 +12,7 @@ Vous retrouverez ci-dessous la liste de nos sous-traitants. |-------------|----------------------------------------|--------------------------------------------------------------------------| | Commercial | Courriels | [Gandi](https://www.gandi.net/fr) et [Infomaniak](https://infomaniak.com/) | | | Fiches clients et facturation | [endi](https://avant-premieres.endi.coop) et [Louty](https://appli.louty.net/Louty) | -| Hébergement | Service de VPN et supervision (outils auto-hébergés) | [Hetzner](hetzner.com/) | | +| Hébergement | Service de VPN et supervision (outils auto-hébergés) | [Hetzner](https://hetzner.com/) | | | | Services web de l'infrastructure publique | [Weko](https://weko.io) | | | Sauvegardes | [Scaleway](https://www.scaleway.com/fr) | | | Supervision | [UpDown.io](https://updown.io) | -- 2.40.1 From 29f6451eacc35b5870a906470eb4dab9e6b01814 Mon Sep 17 00:00:00 2001 From: Killian Kemps Date: Wed, 26 Jan 2022 13:43:09 +0100 Subject: [PATCH 02/43] feat: Add link to CHATONS in footer --- layouts/partials/footer.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index fdf8f90..80db7c9 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,7 +1,8 @@
{{ if or (eq hugo.Environment "production") (eq hugo.Environment "staging") }} - + {{ end }} -- 2.40.1 From 323e83053e35ece7f6c4e6a1fae363e493f12a37 Mon Sep 17 00:00:00 2001 From: Simon C Date: Fri, 16 Dec 2022 16:10:42 +0100 Subject: [PATCH 43/43] feat(Garage): Upgrade deploy url --- config/production/config.yml | 2 +- config/staging/config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/production/config.yml b/config/production/config.yml index a75f170..236310d 100644 --- a/config/production/config.yml +++ b/config/production/config.yml @@ -4,4 +4,4 @@ deployment: targets: - name: production URL: >- - s3://resilien.fr?endpoint=http://10.20.20.10:3900&disableSSL=true&s3ForcePathStyle=true®ion=garage + s3://resilien.fr?endpoint=https://s3.garage.resilien.cloud&disableSSL=true&s3ForcePathStyle=true®ion=garage diff --git a/config/staging/config.yml b/config/staging/config.yml index 645511b..28f40db 100644 --- a/config/staging/config.yml +++ b/config/staging/config.yml @@ -4,4 +4,4 @@ deployment: targets: - name: staging URL: >- - s3://staging.resilien.fr?endpoint=http://10.20.20.10:3900&disableSSL=true&s3ForcePathStyle=true®ion=garage + s3://staging.resilien.fr?endpoint=https://s3.garage.resilien.cloud&disableSSL=true&s3ForcePathStyle=true®ion=garage -- 2.40.1