webplugin settings defaults

This commit is contained in:
2026-08-26 14:33:11 +02:00
parent 6f1fbaa5ea
commit d18acf813a
10 changed files with 22 additions and 10 deletions
+2 -2
View File
@@ -71,7 +71,7 @@ Open these URLs:
- Health check: <http://localhost:8000/health>
- OpenAPI documentation: <http://localhost:8000/docs>
The browser extension defaults to `http://localhost:8000`.
The browser extension requires a backend URL to be entered during setup; it does not assume a default server.
The supplied `Logo.svg` is bundled as `frontend/static/logo.svg` for web pages and `webextension/logo.svg` for the Firefox popup and settings page.
The visible LinkLog brand text uses the Google Foundry `Asset` font when available, with local fallbacks in the Firefox extension.
@@ -140,7 +140,7 @@ The manifest includes stable Firefox extension metadata and references the packa
3. Select **Load Temporary Add-on**.
4. Choose `webextension/manifest.json`.
5. Open the LinkLog extension options and enter:
- Backend URL: `http://localhost:8000`
- Backend URL: the URL of your LinkLog server, such as `http://localhost:8000`
- Username: `alice`
- Password: `secret123`
6. Save the settings and login.