diff options
Diffstat (limited to 'recipes-demo/flutter-ics-homescreen/files')
-rw-r--r-- | recipes-demo/flutter-ics-homescreen/files/change_grpc_port.patch | 21 | ||||
-rw-r--r-- | recipes-demo/flutter-ics-homescreen/files/ics-homescreen.yaml | 3 |
2 files changed, 2 insertions, 22 deletions
diff --git a/recipes-demo/flutter-ics-homescreen/files/change_grpc_port.patch b/recipes-demo/flutter-ics-homescreen/files/change_grpc_port.patch deleted file mode 100644 index 2c0488b96..000000000 --- a/recipes-demo/flutter-ics-homescreen/files/change_grpc_port.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 7a7dfd8756c8c742aa3cd829a3644e6ec977aa8b Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Lisandro=20P=C3=A9rez=20Meyer?= <lperezmeyer@ics.com> -Date: Tue, 14 Nov 2023 14:59:45 +0000 -Subject: [PATCH] Set the default port to 55555. - -The Docker images seems to be using 55556. ---- - config/config.yaml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/config/config.yaml b/config/config.yaml -index 138fe4b..a552299 100644 ---- a/config/config.yaml -+++ b/config/config.yaml -@@ -1,2 +1,2 @@ - hostname: localhost --port: 55556 -+port: 55555 --- -2.25.1 - diff --git a/recipes-demo/flutter-ics-homescreen/files/ics-homescreen.yaml b/recipes-demo/flutter-ics-homescreen/files/ics-homescreen.yaml index f73418a81..eb29ea731 100644 --- a/recipes-demo/flutter-ics-homescreen/files/ics-homescreen.yaml +++ b/recipes-demo/flutter-ics-homescreen/files/ics-homescreen.yaml @@ -1,2 +1,3 @@ -authorization : "/etc/xdg/AGL/homescreen/ics-homescreen.token" +port : 55555 +authorization : "/etc/xdg/AGL/ics-homescreen/ics-homescreen.token" use-tls : true |