-
-
Notifications
You must be signed in to change notification settings - Fork 722
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Latest EFY, Fix Bugs, New Card Layout, Seek Bar Gradient, Improved Ca…
…ptions
- Loading branch information
Showing
121 changed files
with
6,373 additions
and
3,859 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ dist/ | |
.* | ||
*.md | ||
!.prettier* | ||
!.eslintrc.cjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
VITE_PIPED_API=https://pipedapi.kavin.rocks | ||
VITE_PIPED_PROXY=https://pipedproxy.kavin.rocks | ||
VITE_PIPED_INSTANCES=https://piped-instances.kavin.rocks/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
github: TeamPiped | ||
liberapay: kavin | ||
custom: https://liberapay.com/bnyro |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
name: New Instance | ||
title: "New instance: " | ||
description: Request to add a new instance to the official list | ||
labels: ["new-instance"] | ||
body: | ||
- type: input | ||
id: api-url | ||
attributes: | ||
label: Api Url | ||
description: The backend url of the instance. | ||
placeholder: https://pipedapi.kavin.rocks | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: location | ||
attributes: | ||
label: Instance location | ||
description: The country the instance is located in. | ||
placeholder: Germany, 🇩🇪 | ||
validations: | ||
required: true | ||
|
||
- type: checkboxes | ||
id: cdn | ||
attributes: | ||
label: CDN (not required) | ||
description: Whether the instances uses a [CDN](https://www.cloudflare.com/learning/cdn/what-is-a-cdn/). | ||
options: | ||
- label: My instance does use a CDN. | ||
|
||
- type: checkboxes | ||
id: approval | ||
attributes: | ||
label: Instance owner | ||
description: If you're not the owner of the instance, you must leave a proof that the instance owner agreed with adding the instance to the list of public instances. | ||
options: | ||
- label: I am the owner of the instance. | ||
|
||
- type: textarea | ||
id: other | ||
attributes: | ||
label: Other details | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for hosting a public Piped instance! | ||
- type: markdown | ||
attributes: | ||
value: | | ||
If you have any further questions, please join one of the communities that are linked in the README. | ||
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,22 +57,21 @@ By using Piped, you can freely watch and listen to content without the fear of p | |
| ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | | ||
|  |  |  | | ||
|
||
## Public Chat Rooms | ||
## Having trouble? | ||
If you have any general questions regarding how Piped works or trouble setting up your own instance, please consult the following public chat rooms and documentation for help. Please use these platforms exclusively for such cases and do NOT open an issue. | ||
|
||
- You can join us via Matrix at [#piped](https://matrix.to/#/#piped:matrix.org). | ||
- You can also join us at the libera.chat IRC network which is bridged to the Matrix room at [#piped](https://web.libera.chat/#piped). | ||
|
||
## Public Communities | ||
### Public Chat Rooms/Communities | ||
|
||
- You can join us via Matrix at [#piped](https://matrix.to/#/#piped:matrix.org). | ||
- You can join us on Lemmy on the [![email protected]](https://feddit.rocks/c/piped) community. | ||
|
||
## Self-Hosting | ||
### Self-Hosting | ||
|
||
See https://docs.piped.video/docs/self-hosting/ for more details. | ||
|
||
The source code of the documentation website is available at https://github.com/TeamPiped/Documentation. | ||
|
||
## Documentation | ||
### Documentation | ||
|
||
The documentation can be found at https://docs.piped.video (accessible via IPNS as well). | ||
|
||
|
@@ -114,7 +113,7 @@ pnpm install | |
### Compiles and hot-reloads for development | ||
|
||
``` | ||
pnpm serve | ||
pnpm dev | ||
``` | ||
|
||
You can now make changes and view then in realtime! | ||
|
@@ -127,33 +126,47 @@ If you would like to contact me personally, you may do so with the following mea | |
- Mastodon: https://mastodon.online/@kavin | ||
- Email: [email protected] | ||
|
||
Please note that isn't meant for support, see [Public Chat Rooms/Communities](#public-chat-roomscommunities) for that. | ||
|
||
## Donations | ||
|
||
Donations can be made at: | ||
|
||
- bc1qhq8zjxmu405nvp37njj6zv3s980zg400pu9jfe (BTC) | ||
- 0x1D77D4cfB1a947514241bcf19B1F04738495e2fD (ETH) | ||
- 8A5Up8rKgagVAz6TuUduBqHp518H1U6fYc6GqCfWsaEfjGzbSccfYpgMqp5d4oe5Ws5MuFE1iKmhQTadhMhvuk3bHRT5Ebk (XMR, aka Monero) | ||
- 84wyyeGTrg4U1daJufi78bAFrBQgdRhmxJZvgYv8dAFeFVwkJaBEmw5C7fNniUM9n4jfrz3NeG32Agxtp7JNAcCUFPACfwA (XMR, aka Monero) | ||
- nano_1ngejzydncche4rdua3iebhj7sa95pw5geq4pb8phugtjf3tku933ktjb4pq (Nano) | ||
- XpzgouDTKCUuE8a92XqjX9b43gKL8oLihw (Dash) | ||
|
||
FIAT donations can be made at: https://liberapay.com/kavin | ||
FIAT donations can be made at: | ||
|
||
- https://liberapay.com/kavin (Author of project, used for Project infrastructure maintenance, and official instance) | ||
- https://liberapay.com/Bnyro (Maintainer of repo) | ||
|
||
Contributions in any other form are also welcomed. | ||
|
||
# Made with Piped | ||
|
||
- [Yattee](https://github.com/yattee/yattee) - an alternative frontend for YouTube, for IOS. | ||
- [LibreTube](https://github.com/Libre-tube/LibreTube) - an alternative frontend for YouTube, for Android. | ||
- [Racoon](https://github.com/shailendramaurya/racoon) - A web based minimal YouTube downloader. | ||
- [Hyperpipe](https://codeberg.org/Hyperpipe/Hyperpipe) - an alternative privacy respecting frontend for YouTube Music. | ||
- [Musicale](https://github.com/Bellisario/musicale) - an alternative to YouTube Music, with style. | ||
- [ytify](https://github.com/n-ce/ytify) - a complementary minimal audio streaming frontend for YouTube. | ||
- [PsTube](https://github.com/prateekmedia/pstube) - Watch and download videos without ads on Android, Linux, Windows, iOS, and Mac OSX. | ||
- [Piped-Material](https://github.com/mmjee/Piped-Material) - A fork of Piped, focusing on better performance and a more usable design. | ||
- [ReacTube](https://github.com/NeeRaj-2401/ReacTube) - Privacy friendly & distraction free Youtube front-end using Piped API. | ||
**Mobile/desktop apps** | ||
- [LibreTube](https://github.com/Libre-tube/LibreTube) - Alternative frontend for YouTube, for Android. | ||
- [YTDLnis](https://github.com/deniscerri/ytdlnis) - Video and audio downloader for Android that uses Piped to update formats. | ||
- [DeskVideo](https://github.com/malisipi/DeskVideo) - A desktop styled, customizable alternative front-end for YouTube. | ||
- [Yattee](https://github.com/yattee/yattee) - Alternative frontend for YouTube, for MacOS / IOS. | ||
- [PsTube](https://github.com/prateekmedia/pstube) - Watch and download videos without ads on Android, Linux, Windows, iOS, and Mac OSX. | ||
- [Harmony Music](https://github.com/anandnet/Harmony-Music) - YouTube Music alternative for Android, built with Flutter that supports piped linking for playlists. | ||
- [VibeYou](https://github.com/you-apps/VibeYou) - Privacy focused music player for Android supporting playback via Piped. | ||
|
||
**Web apps** | ||
- [Piped-Material](https://github.com/mmjee/Piped-Material) - Fork of Piped, focusing on better performance and a more usable design. | ||
- [Hyperpipe](https://codeberg.org/Hyperpipe/Hyperpipe) - Alternative privacy respecting front-end for YouTube Music. | ||
- [ytify](https://github.com/n-ce/ytify) - Complementary audio streaming frontend for YouTube & YouTube Music. | ||
- [Musicale](https://github.com/Bellisario/musicale) - Alternative frontend for YouTube Music with style. | ||
- [conduit](https://github.com/ai25/conduit) - Alternative frontend for YouTube, with a modern player and watch together capabilities. | ||
- [DeskVideo](https://github.com/malisipi/DeskVideo) - Desktop styled, customizable alternative frontend for YouTube. | ||
- [ReacTube](https://github.com/NeeRaj-2401/ReacTube) - Privacy friendly & distraction free YouTube frontend. | ||
|
||
**Other** | ||
- [vidyodl](https://github.com/MrKovar/vidyodl) - Simple API to download videos from YouTube, using Piped. | ||
- [Piped Addon for Kodi](https://github.com/syhlx/plugin.video.piped) - Kodi plugin for Piped. | ||
|
||
## YourKit | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/sh | ||
|
||
if [ -z "$BACKEND_HOSTNAME" ]; then | ||
echo "BACKEND_HOSTNAME not set" | ||
exit 1 | ||
fi | ||
|
||
sed -i s/pipedapi.kavin.rocks/"$BACKEND_HOSTNAME"/g /usr/share/nginx/html/assets/* | ||
nginx -g "daemon off;" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.