You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 hours ago | |
---|---|---|
.husky | 1 week ago | |
assets | 1 week ago | |
src | 2 hours ago | |
.commitlintrc.js | 1 week ago | |
.editorconfig | 4 months ago | |
.gitignore | 5 months ago | |
.npmrc | 5 months ago | |
CHANGELOG.md | 2 hours ago | |
LICENSE.txt | 2 years ago | |
README.md | 4 hours ago | |
cliff.toml | 1 week ago | |
package-lock.json | 1 week ago | |
package.json | 7 days ago | |
types.d.ts | 4 months ago | |
web-ext-config.js | 5 months ago |
README.md
/usr/space Web-Extension (Browser Add-on)
Features
- Show if someone is in the Space
- Looks for connected dynamic IPs (DHCP) (provided by backend)
- Refreshes every 5min
- Show the next event
- Quick-Links (Homepage, Wiki, Git, Cloud, Pad)
Install
$ git clone https://gitea.usrspace.at/XimeX/usrspace-browser-addon.git
# optional
$ npm i -g web-ext
$ npm i
Run / Develop / Debug
$ npm run watch:{firefox|firefox-android|chromium}
If more options are needed add them after a --
.
Some useful options:
--devtools
--firefox-apk=...
--android-device=...
Example: npm run watch:firefox-android -- --firefox-apk=org.mozilla.fenix --firefox-device=XXXXXXXX
Build
// For Firefox
$ npm run build:firefox
// For Chromium
$ npm run build:chromium
Release
$ npm version {major|minor|patch|...}
Developent Docs
Credits
Used icons from Bootstrap https://github.com/twbs/icons/blob/main/LICENSE.md
License
MIT