commit 0d642de993e71fb726ca0fba293f5281ffe6b3be
parent 054d1cf02b59df2dafa954733ef7523e49043966
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Sun, 19 Oct 2025 01:02:20 +0200
woof
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
Diffstat:
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/apps/talos_cluster/blog/docker/Dockerfile b/apps/talos_cluster/blog/docker/Dockerfile
@@ -128,6 +128,21 @@ RUN wget -q https://downloads.wordpress.org/plugin/plausible-analytics.latest-st
&& unzip -q plausible-analytics.latest-stable.zip -d /var/www/html/wordpress/wp-content/plugins/ \
&& rm plausible-analytics.latest-stable.zip
+# Install Public Post Preview
+RUN wget -q https://downloads.wordpress.org/plugin/public-post-preview.3.0.1.zip \
+ && unzip -q public-post-preview.3.0.1.zip -d /var/www/html/wordpress/wp-content/plugins/ \
+ && rm public-post-preview.3.0.1.zip
+
+# Install Opengraph plugin
+RUN wget -q https://downloads.wordpress.org/plugin/opengraph.2.0.2.zip \
+ && unzip -q opengraph.2.0.2.zip -d /var/www/html/wordpress/wp-content/plugins/ \
+ && rm opengraph.2.0.2.zip
+
+# Install surveyjs plugin
+RUN wget -q https://downloads.wordpress.org/plugin/surveyjs.zip \
+ && unzip -q surveyjs.zip -d /var/www/html/wordpress/wp-content/plugins/ \
+ && rm surveyjs.zip
+
# Install twenty-twenty-five theme
RUN wget -q https://downloads.wordpress.org/theme/twentytwentyfive.1.3.zip \
&& unzip -q -o twentytwentyfive.1.3.zip -d /var/www/html/wordpress/wp-content/themes/ \
diff --git a/apps/talos_cluster/plausible/release.yaml b/apps/talos_cluster/plausible/release.yaml
@@ -36,7 +36,7 @@ spec:
postgresql:
enabled: false
clickhouse:
- resourcesPreset: medium
+ resourcesPreset: large
auth:
password: ENC[AES256_GCM,data:lq8eoP60dLokL9IUubVQ2OYPG065qJrQch2nROYSXTZW08Y+7Nq/6mQNqRLnJv2dlosHlc/J8QcwDzksQfBvcA==,iv:XJOoLx/ssCuQ/rlVZZQqPhuAA+s2QQF4h5a5UV7gvi8=,tag:IaZU8+WyuKn6jGeES3YO3A==,type:str]
persistence: