mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 12:48:01 +02:00
Moved to AGPLv3, Prefs for codec and audio quality
This commit is contained in:
parent
60167e45a7
commit
4ac524dcf2
8 changed files with 787 additions and 271 deletions
25
README.md
25
README.md
|
@ -47,14 +47,21 @@ npm run build
|
|||
|
||||
## Instances
|
||||
|
||||
| Instance | Country (Backend) |
|
||||
| :--------------------------: | :---------------: |
|
||||
| [hyperpipe.surge.sh][hypipe] | 🇩🇪 |
|
||||
| [hyperpipe.esmailelbob.xyz][hypipe] | 🇨🇦 |
|
||||
Please see [hyperpipe.codeberg.page](https://hyperpipe.codeberg.page)
|
||||
|
||||
## LICENSE
|
||||
|
||||
### GPL v3 Only
|
||||
### AGPL-3.0-or-later
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Affero General Public License as
|
||||
published by the Free Software Foundation, either version 3 of the
|
||||
License, or (at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU Affero General Public License for more details.
|
||||
|
||||
Please refer to [LICENSE][license].
|
||||
|
||||
|
@ -65,13 +72,13 @@ Feel free to join in on [Matrix!](https://matrix.to/#/#hyperpipe:nitro.chat)
|
|||
You can reach out to me personally on:
|
||||
|
||||
- snematoda [dot] 751k2 [at] aleeas [dot] com
|
||||
- [Matrix - @snematoda:nitro.chat ](https://matrix.to/#/@snematoda:nitro.chat)
|
||||
- [Matrix - @snematoda:nitro.chat](https://matrix.to/#/@snematoda:nitro.chat)
|
||||
|
||||
### Dependencies and Mentions
|
||||
|
||||
- VueJS -> [MIT][vue]
|
||||
- ViteJS -> [MIT][vite]
|
||||
- hls.js -> [APACHE][hls]
|
||||
- shaka-player -> [Apache-2.0][shaka]
|
||||
- PeerJS -> [MIT][peer]
|
||||
- Bootstrap Icons -> [MIT][bi]
|
||||
- VueJS theme -> [MIT][vuetheme]
|
||||
|
@ -88,12 +95,12 @@ You can reach out to me personally on:
|
|||
|
||||
[hypipe]: https://hyperpipe.surge.sh
|
||||
[piped]: https://piped.kavin.rocks
|
||||
[license]: https://codeberg.org/Hyperpipe/Hyperpipe/src/branch/main/LICENSE.txt
|
||||
[license]: https://codeberg.org/Hyperpipe/Hyperpipe/src/branch/main/LICENSE.md
|
||||
[vue]: https://github.com/vuejs/core/blob/main/LICENSE
|
||||
[vite]: https://github.com/vitejs/vite/blob/main/LICENSE
|
||||
[bi]: https://github.com/twbs/icons/blob/main/LICENSE.md
|
||||
[peer]: https://github.com/peers/peerjs/blob/master/LICENSE
|
||||
[hls]: https://github.com/video-dev/hls.js/blob/master/LICENSE
|
||||
[shaka]: https://github.com/shaka-project/shaka-player/blob/main/LICENSE
|
||||
[nord]: https://github.com/arcticicestudio/nord/blob/develop/LICENSE.md
|
||||
[vuetheme]: https://github.com/vuejs/theme/blob/main/LICENSE
|
||||
[dracula]: https://github.com/dracula/dracula-theme/blob/master/LICENSE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue