usrspace-browser-addon/README.md

34 lines
674 B
Markdown
Raw Normal View History

2018-12-27 13:44:04 +01:00
# /usr/space Web-Ext (Firefox Add-on)
2018-12-27 10:51:17 +01:00
2018-12-27 13:44:04 +01:00
## Features
- Show if someone is in the Space
- Looks for connected dynamic IPs (DHCP)
- Refreshes every 5min
- Show the next event
2020-10-21 22:04:05 +02:00
- Quick-Links (Homepage, Wiki, Gitea, Nextcloud)
2018-12-27 13:44:04 +01:00
## Install
2018-12-27 10:51:17 +01:00
```ssh
2019-07-30 18:14:31 +02:00
$ git clone https://gitea.usrspace.at/XimeX/usrspace-browser-addon.git
2018-12-27 10:51:17 +01:00
```
- Open `about:debugging` or `about:debugging-new` in Firefox
- Click `Load Temporary Add-on...`
- Navigate to Add-on Repository
- Open `manifest.json`
- Use it
2018-12-27 13:44:04 +01:00
2020-10-21 22:46:41 +02:00
## Release
```ssh
$ git commit -m "release vX.Y"
$ git tag vX.Y
$ web-ext build -n _usr_space-X.Y.zip
```
2018-12-27 14:43:34 +01:00
## Credits
Used icons from FontAwesome
https://fontawesome.com/license
2018-12-27 13:44:04 +01:00
## License
2020-10-21 22:04:05 +02:00
MIT