From ebf7199e3e3106fb6d5a3d8ba8e9af8f300b22c4 Mon Sep 17 00:00:00 2001 From: Mitchell Syer Date: Sat, 16 Mar 2024 23:30:11 -0400 Subject: [PATCH] Created Getting Extensions (markdown) --- Getting-Extensions.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Getting-Extensions.md diff --git a/Getting-Extensions.md b/Getting-Extensions.md new file mode 100644 index 0000000..74ab2e1 --- /dev/null +++ b/Getting-Extensions.md @@ -0,0 +1,8 @@ +1. **Install the latest version(or preview):** https://github.com/Suwayomi/Suwayomi-Server/releases/latest +2. Find an extensions repo, there is now no default extensions and you have to use google to find a Tachiyomi extension repo. + - Note: The repo should look like `https://raw.githubusercontent.com/user/reponame` or `https://www.github.com/user/reponame` +3. Configure it using one of the following: + - Suwayomi-Server option 1: With the **new launcher**, go to the `Extensions` tab and add the extensions repo. + - Suwayomi-Server option 2: Use the **server settings** in **WebUI** to add the extensions repo. + - Suwayomi-Server option 3: Go to the `server.conf` file in the data files and add the extensions repo. + - Suwayomi docker container: Edit the `EXTENSION_REPOS` environment variable and add the extension repo in the format listed in the container README. \ No newline at end of file