From 3de23f99e6a4b7a3b8a85bb9ae36331888c4b969 Mon Sep 17 00:00:00 2001 From: WardPearce Date: Wed, 9 Apr 2025 18:03:41 +1200 Subject: [PATCH] Update README --- README.md | 174 ++++++++++++++++++++++++++++++++++++++++--------- docs/DOCKER.md | 3 - 2 files changed, 144 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index 00a9f198..188580e6 100644 --- a/README.md +++ b/README.md @@ -56,37 +56,150 @@ Open an issue to add your instance. -# Docker deployment -Deploy Materialious for your Invidious instance using Docker. Follow the steps outlined [here](./docs/DOCKER.md) for easy setup. +# Deploying as a website via docker +[Please read the guide here](./docs/DOCKER.md) -# Desktop (Windows/MacOS/Linux) -
- - Get it on GitHub - - - Get it from the Snap Store - - - Get it on Flathub - -
- -# Android -
- - Get it on GitHub - - - Get it on Obtainium - - - Get it on F-Droid - - - Get it on Izzysoft - -
+# Installing as a local application + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PlatformPackage/Installation Method
Windows + + Windows Download + +
MacOS (x64) + + MacOS Download + +
Android +
+ + Get it on GitHub + +
+
+ + Get it on Obtainium + +
+
+ + Get it on F-Droid + +
+
+ + Get it on Izzysoft + +
+
Flatpak +

flatpak install flathub us.materialio.Materialious

+ + Download on Flathub + +
AppImage + + Download on Flathub + +
Debian/Ubuntu + + Debian/Ubuntu Download + +

Then run: sudo apt install ./Materialious-*-linux-amd64.deb

+
Fedora/OpenSuse + + Fedora/OpenSuse Download + +

For Fedora: sudo dnf install ./Materialious-*-linux-x86_64.rpm

+

For OpenSuse: sudo zypper in ./Materialious-*-linux-x86_64.rpm

+
Linux (tarball) + + Tarball Download + +
# Previews @@ -121,6 +234,7 @@ Deploy Materialious for your Invidious instance using Docker. Follow the steps o - [Clipious](https://github.com/lamarios/clipious) for inspiration & a good source for learning more about undocumented Invidious routes. - [Beer CSS](https://github.com/beercss/beercss) (Especially the [YouTube template](https://github.com/beercss/beercss/tree/main/src/youtube) what was used as the base for Materialious.) - Every dependency in [package.json](/materialious/package.json). +- [spotube](https://github.com/KRTirtho/spotube) for using their README layout for local installation. # Developers - [How Materialious is built](./docs/BUILDING.md) diff --git a/docs/DOCKER.md b/docs/DOCKER.md index 916fb209..ad685d1c 100644 --- a/docs/DOCKER.md +++ b/docs/DOCKER.md @@ -151,9 +151,6 @@ services: # Set the default video/audio bitrate to use, -1 automatic, 999999 always best quality VITE_DEFAULT_DASH_BITRATE: -1 - - # Please look at step 7 about enabling this. - VITE_DEFAULT_DOWNLOAD_ENABLED: false ``` ### Overwriting Materialious defaults