Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beromir/servas-firefox-extension
Firefox browser extension for the self-hosted bookmark management tool Servas.
https://github.com/beromir/servas-firefox-extension
Last synced: 3 months ago
JSON representation
Firefox browser extension for the self-hosted bookmark management tool Servas.
- Host: GitHub
- URL: https://github.com/beromir/servas-firefox-extension
- Owner: beromir
- License: gpl-3.0
- Created: 2022-11-05T18:42:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T21:29:48.000Z (over 2 years ago)
- Last Synced: 2024-11-05T02:36:12.533Z (4 months ago)
- Language: JavaScript
- Homepage: https://servas.app/
- Size: 180 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Servas Firefox Extension
Add the current website to your [Servas](https://github.com/beromir/servas) instance directly from the browser.
## Installation
- Download the extension (.xpi file) from the releases page.
- Open the extensions page in Firefox (about:addons).
- Click on the settings icon on the right side.
- Click on `Install Add-on From File`.
- Select the downloaded extension.
- Add the extension to your Firefox browser.
- Open the profile menu in Servas and click on API Tokens.
- Create a new token with the `create` permission.
- Open the extension settings.
- Add the URL of your Servas instance (`https://your-servas-instance.com`).
- Add the API token.
- Click on `Save settings`.## Development
```shell
npm install
``````shell
npm run watch
```## Generate extension files
```shell
npm run prod
```The created files are located in the `dist` folder.