usrspace-browser-addon/README.md

700 B

/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

$ 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

$ npm version {major|minor|patch|...}
$ web-ext build

Credits

Used icons from Bootstrap https://github.com/twbs/icons/blob/main/LICENSE.md

License

MIT