From 0e6abf172be91f36a18f07d51c8adedffc3716d4 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Tue, 12 Apr 2022 21:09:38 +0200 Subject: [PATCH] fix: Meilisearch service --- src/lib/haproxy/configuration.ts | 3 ++- src/lib/letsencrypt/index.ts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/lib/haproxy/configuration.ts b/src/lib/haproxy/configuration.ts index f0bd2bb08..36dded536 100644 --- a/src/lib/haproxy/configuration.ts +++ b/src/lib/haproxy/configuration.ts @@ -215,7 +215,8 @@ export async function configureHAProxy(): Promise { plausibleAnalytics: true, vscodeserver: true, wordpress: true, - ghost: true + ghost: true, + meiliSearch: true } }); diff --git a/src/lib/letsencrypt/index.ts b/src/lib/letsencrypt/index.ts index b90cac5bd..857e0e998 100644 --- a/src/lib/letsencrypt/index.ts +++ b/src/lib/letsencrypt/index.ts @@ -148,7 +148,8 @@ export async function generateSSLCerts(): Promise { plausibleAnalytics: true, vscodeserver: true, wordpress: true, - ghost: true + ghost: true, + meiliSearch: true }, orderBy: { createdAt: 'desc' } });