mirror of
https://github.com/TeamPiped/sponsorblock-mirror.git
synced 2024-12-13 22:00:35 +05:30
Bump building section down
This commit is contained in:
parent
491c5d3f58
commit
7d1d0806fc
18
README.md
18
README.md
@ -20,15 +20,6 @@ This implementation does not implement the full SponsorBlock server API. It supp
|
|||||||
|
|
||||||
The browser extension works with only the hash-based query endpoint, but other clients, such as the one in ReVanced, require the video ID endpoint, and additionally query `/api/userInfo` and `/api/isUserVip`. Right now there are stub implementations for these. ReVanced had not yet been verified as compatible.
|
The browser extension works with only the hash-based query endpoint, but other clients, such as the one in ReVanced, require the video ID endpoint, and additionally query `/api/userInfo` and `/api/isUserVip`. Right now there are stub implementations for these. ReVanced had not yet been verified as compatible.
|
||||||
|
|
||||||
## Building
|
|
||||||
|
|
||||||
To make a local release build, use `cargo build --release`. This will produce a binary in `target/release/sponsorblock-mirror`.
|
|
||||||
|
|
||||||
To make a Docker container, you need to do a BuildKit Docker build, not a normal Docker build. Make sure you have `buildx` available in your Docker, and run:
|
|
||||||
```bash
|
|
||||||
docker buildx build --load -t 1337kavin/sponsorblock-mirror .
|
|
||||||
```
|
|
||||||
|
|
||||||
## Using with Docker Compose
|
## Using with Docker Compose
|
||||||
|
|
||||||
To run the server under Docker Compose, run:
|
To run the server under Docker Compose, run:
|
||||||
@ -41,6 +32,15 @@ This starts the API server, a database, and a mirroring service to download the
|
|||||||
|
|
||||||
The API will be available on `http://localhost:8000`. For example, you can try `http://localhost:8000/api/skipSegments/aabf` or `http://localhost:8000/api/skipSegments?videoID=eQ_8F4nzyiw`. **It will take a few minutes at least for the database to download and import,** so these will not return data on the first run.
|
The API will be available on `http://localhost:8000`. For example, you can try `http://localhost:8000/api/skipSegments/aabf` or `http://localhost:8000/api/skipSegments?videoID=eQ_8F4nzyiw`. **It will take a few minutes at least for the database to download and import,** so these will not return data on the first run.
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
||||||
|
To make a local release build, use `cargo build --release`. This will produce a binary in `target/release/sponsorblock-mirror`.
|
||||||
|
|
||||||
|
To make a Docker container, you need to do a BuildKit Docker build, not a normal Docker build. Make sure you have `buildx` available in your Docker, and run:
|
||||||
|
```bash
|
||||||
|
docker buildx build --load -t 1337kavin/sponsorblock-mirror .
|
||||||
|
```
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
* If the linker complains about a missing `-lpq`, make sure you have the PostgresQL development libraries, which may be in a `libpq-dev` package or your distribution's equivalent.
|
* If the linker complains about a missing `-lpq`, make sure you have the PostgresQL development libraries, which may be in a `libpq-dev` package or your distribution's equivalent.
|
||||||
|
Loading…
Reference in New Issue
Block a user