webplugin settings defaults
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user