From 877b5063042e69b21945618522d4a3232856c37c Mon Sep 17 00:00:00 2001 From: WardPearce Date: Fri, 10 May 2024 14:27:08 +1200 Subject: [PATCH] Updated syncious docs to api extended --- .github/ISSUE_TEMPLATE/new_instance.yaml | 2 +- README.md | 2 +- docs/DOCKER.md | 18 +++++++++--------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new_instance.yaml b/.github/ISSUE_TEMPLATE/new_instance.yaml index e18f3f01..f8113e40 100644 --- a/.github/ISSUE_TEMPLATE/new_instance.yaml +++ b/.github/ISSUE_TEMPLATE/new_instance.yaml @@ -100,7 +100,7 @@ body: options: - label: "RYD-Proxy" required: false - - label: "Syncious integration" + - label: "Invidious API extended integration" required: false - label: "Self-hosted PeerJS" required: false diff --git a/README.md b/README.md index 017450d9..49da5f2c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ [Help translate Materialious!](https://fink.inlang.com/github.com/WardPearce/Materialious) # Features -- [Syncios integration!](https://github.com/WardPearce/syncious) +- [Invidious API extended integration!](https://github.com/Materialious/api-extended) - Sync your watch progress between Invidious sessions. - Watch sync parties! - Mini player. diff --git a/docs/DOCKER.md b/docs/DOCKER.md index 9427d24e..95f06524 100644 --- a/docs/DOCKER.md +++ b/docs/DOCKER.md @@ -266,27 +266,27 @@ http: ### Step 3: Modify/add `VITE_DEFAULT_RETURNYTDISLIKES_INSTANCE` for Materialious to be the reverse proxied URL of RYD-Proxy. -## Step 5 (Optional, but recommended): Self-host Syncios -Sync your watch progress between Invidious sessions. +## Step 5 (Optional, but recommended): Self-host Invidious API extended +Please note, Materialious configuration using the env var `VITE_DEFAULT_SYNCIOUS_INSTANCE` for Invidious API extended, this will change in the future (no-breaking.) ### Step 1: Docker compose Add the following to your docker compose ```yaml services: - syncious: - image: wardpearce/syncious:latest + api_extended: + image: wardpearce/invidious_api_extended:latest restart: unless-stopped ports: - 3004:80 environment: - syncious_postgre: '{"host": "invidious-db", "port": 5432, "database": "invidious", "user": "kemal", "password": "kemal"}' - syncious_allowed_origins: '["https://materialios.example.com"]' - syncious_debug: false + api_extended_postgre: '{"host": "invidious-db", "port": 5432, "database": "invidious", "user": "kemal", "password": "kemal"}' + api_extended_allowed_origins: '["https://materialios.example.com"]' + api_extended_debug: false # No trailing backslashes! - syncious_invidious_instance: "https://invidious.example.com" - syncious_production_instance: "https://syncious.example.com" + api_extended_invidious_instance: "https://invidious.example.com" + api_extended_production_instance: "https://syncious.example.com" ``` Add these additional environment variables to Materialious.