From ed6c68451d1fc60e401178d1ad8d855c25d7fefb Mon Sep 17 00:00:00 2001
From: Josh Richards <josh.t.richards@gmail.com>
Date: Mon, 11 Dec 2023 17:54:39 -0500
Subject: [PATCH] feat(updater): Disable web based updater for real (#2109)

Web based updates aren't used in the image, but the button remains enabled and generates an error when clicked. Let's eliminate the web updater button.

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
---
 .config/upgrade-disable-web.config.php | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 .config/upgrade-disable-web.config.php

diff --git a/.config/upgrade-disable-web.config.php b/.config/upgrade-disable-web.config.php
new file mode 100644
index 00000000..cb00b436
--- /dev/null
+++ b/.config/upgrade-disable-web.config.php
@@ -0,0 +1,4 @@
+<?php
+$CONFIG = array (
+  'upgrade.disable-web' => true,
+);
-- 
GitLab