Some info on the settings page of the webplugin and mod to style.css
Build LinkLog Development Image / development-image (push) Successful in 10s

This commit is contained in:
2026-08-26 12:05:21 +02:00
parent dd450ea3b5
commit 6651ce8993
6 changed files with 72 additions and 38 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// Copyright © 2026 Olaf Kolkman
// SPDX-License-Identifier: GPL-3.0-or-later
const DEFAULT_BACKEND = 'http://localhost:8000';
const DEFAULT_BACKEND = 'https://linklog.example.com';
const statusEl = document.getElementById('status');
const form = document.getElementById('settings-form');