diff options
author | Miguel Ángel Moreno <mail@migalmoreno.com> | 2023-07-01 05:30:49 +0200 |
---|---|---|
committer | Miguel Ángel Moreno <mail@migalmoreno.com> | 2023-07-01 05:32:20 +0200 |
commit | 882ce427a6a9207493de68bae17f2eda6db4fa64 (patch) | |
tree | 6e3877c07a0575a30e20d81b7b19973b756ffff4 | |
parent | b3781f8d6c4c56d90c5f1c6a475ef37e678fc645 (diff) |
doc: Update live details and contribution methods
-rw-r--r-- | README | 10 | ||||
-rw-r--r-- | README.md | 10 |
2 files changed, 10 insertions, 10 deletions
@@ -6,7 +6,7 @@ Tubo is a streaming front-end focused on bringing the [[https://github.com/TeamN To retrieve the data, it wraps the excellent [[https://github.com/TeamNewPipe/NewPipeExtractor][NewPipe Extractor]] library and exposes the extracted data over a REST API that is consumed by a local re-frame SPA. ** Try It Out -You can try a live demo at https://tubo.mianmoreno.com but beware this is hosted on a personal low-end VPS. If you can, please consider self-hosting Tubo and let me know about your instance via the [[*Contributing][contribution methods]]. See [[*Installation][installation]] for ways to set up Tubo in your server. +You can try a live demo at [[https://tubo.migalmoreno.com]]. If you can, please consider self-hosting Tubo and let me know about your instance via the [[*Contributing][contribution methods]]. See [[*Installation][installation]] for ways to set up Tubo in your server. ** Installation *** Packaging @@ -94,9 +94,9 @@ server { - [ ] User settings ** Screenshots -[[https://files.mianmoreno.com/tubo_kiosk.jpg]] -[[https://files.mianmoreno.com/tubo_channel.jpg]] -[[https://files.mianmoreno.com/tubo_stream.jpg]] +[[https://files.migalmoreno.com/tubo_kiosk.jpg]] +[[https://files.migalmoreno.com/tubo_channel.jpg]] +[[https://files.migalmoreno.com/tubo_stream.jpg]] ** Contributing -You can send feedback, patches, or bug reports to [[mailto:public@mianmoreno.com][public@mianmoreno.com]]. +Feel free to open an issue with bug reports or feature requests. PRs are more than welcome too. @@ -9,7 +9,7 @@ To retrieve the data, it wraps the excellent [NewPipe Extractor](https://github. ## Try It Out -You can try a live demo at <https://tubo.mianmoreno.com> but beware this is hosted on a personal low-end VPS. If you can, please consider self-hosting Tubo and let me know about your instance via the [contribution methods](#org7023291). See [installation](#orgc5ad820) for ways to set up Tubo in your server. +You can try a live demo at <https://tubo.migalmoreno.com>. If you can, please consider self-hosting Tubo and let me know about your instance via the [contribution methods](#org36cfc60). See [installation](#org88ed64e) for ways to set up Tubo in your server. ## Installation @@ -92,12 +92,12 @@ If you want to self-host Tubo and make it publicly accessible you'll need to set ## Screenshots -![img](https://files.mianmoreno.com/tubo_kiosk.jpg) -![img](https://files.mianmoreno.com/tubo_channel.jpg) -![img](https://files.mianmoreno.com/tubo_stream.jpg) +![img](https://files.migalmoreno.com/tubo_kiosk.jpg) +![img](https://files.migalmoreno.com/tubo_channel.jpg) +![img](https://files.migalmoreno.com/tubo_stream.jpg) ## Contributing -You can send feedback, patches, or bug reports to [public@mianmoreno.com](mailto:public@mianmoreno.com). +Feel free to open an issue with bug reports or feature requests. PRs are more than welcome too. |