usrspace-browser-addon/README.md
2022-12-24 02:31:56 +01:00

35 lines
700 B
Markdown

# /usr/space Web-Ext (Firefox Add-on)
## Features
- Show if someone is in the Space
- Looks for connected dynamic IPs (DHCP)
- Refreshes every 5min
- Show the next event
- Quick-Links (Homepage, Wiki, Gitea, Nextcloud)
## Install
```ssh
$ git clone https://gitea.usrspace.at/XimeX/usrspace-browser-addon.git
$ npm install -g web-ext
$ npm install
```
- Open `about:debugging` or `about:debugging-new` in Firefox
- Click `Load Temporary Add-on...`
- Navigate to Add-on Repository
- Open `manifest.json`
- Use it
## Release
```ssh
$ npm version {major|minor|patch|...}
$ web-ext build
```
## Credits
Used icons from Bootstrap
https://github.com/twbs/icons/blob/main/LICENSE.md
## License
MIT