aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-02-09 19:21:04 +0100
committerhwspeedy <ns@bigbear.dk>2024-02-09 19:21:04 +0100
commitbbe970e65b9d73b3bdd1659a95693fee78489176 (patch)
tree3ed5686055ef71e3321ece8c39985e47447a1397 /shell
parent9587917c61cf0f19c1cd811101ff11cca324c447 (diff)
FIX new project domain www.hardinfo2.org
Diffstat (limited to 'shell')
-rw-r--r--shell/syncmanager.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/syncmanager.c b/shell/syncmanager.c
index ba5f4323..0753e596 100644
--- a/shell/syncmanager.c
+++ b/shell/syncmanager.c
@@ -64,7 +64,9 @@ static SoupSession *session = NULL;
static GMainLoop *loop;
static GQuark err_quark;
-#define API_SERVER_URI "http://hardinfo.bigbear.dk"
+//Note there are personal information involved and very old
+//linux systems does not work with HTTPS so use HTTP for now
+#define API_SERVER_URI "http://api.hardinfo2.org"
#define LABEL_SYNC_DEFAULT \
_("<big><b>Synchronize with Central Database</b></big>\n" \