mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2025-12-10 06:42:12 +01:00
Switch to ghcr.io/suwayomi/suwayomi-server (#116)
* Switch to `ghcr.io/suwayomi/suwayomi-server` * Fix Arch readme * Warn about missing stable release
This commit is contained in:
21
README.md
21
README.md
@@ -1,18 +1,18 @@
|
||||
# Tachidesk-docker
|
||||
# Suwayomi-Server Docker Container
|
||||
|
||||
| Status | Stable | Preview | Discord Support |
|
||||
|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------------------------------------------------------------------------------:|
|
||||
| [](https://github.com/suwayomi/docker-tachidesk/actions/workflows/build_container_images.yml) [](https://github.com/orgs/suwayomi/packages/container/package/tachidesk) | [](https://github.com/orgs/suwayomi/packages/container/package/tachidesk/) | [](https://github.com/orgs/suwayomi/packages/container/package/tachidesk) | [](https://discord.gg/DDZdqZWaHA) |
|
||||
| [](https://github.com/Suwayomi/Suwayomi-Server-docker/actions/workflows/build_container_images.yml) [](https://github.com/orgs/suwayomi/packages/container/package/tachidesk) | [](https://github.com/orgs/suwayomi/packages/container/package/tachidesk/) | [](https://github.com/orgs/suwayomi/packages/container/package/tachidesk) | [](https://discord.gg/DDZdqZWaHA) |
|
||||
|
||||
Run [Suwayomi-Server](https://github.com/Suwayomi/Suwayomi-Server) inside docker container as non-root user. The server will be running on http://localhost:4567 open this url in your browser.
|
||||
|
||||
Docker Releases - https://github.com/suwayomi/docker-tachidesk/pkgs/container/tachidesk
|
||||
Docker Releases - https://github.com/Suwayomi/Suwayomi-Server-docker/pkgs/container/tachidesk
|
||||
|
||||
Dockerfile - https://github.com/suwayomi/docker-tachidesk
|
||||
Dockerfile - https://github.com/Suwayomi/Suwayomi-Server-docker
|
||||
|
||||
_**Suwayomi data location - /home/suwayomi/.local/share/Tachidesk**_
|
||||
|
||||
Docker images are mutli-arch (linux/amd64, linux/arm/v7, linux/arm64, linux/ppc64le, linux/s390x) and has small size based on Ubuntu linux.
|
||||
Docker images are mutli-arch (linux/amd64, linux/arm64/v8, linux/ppc64le, linux/s390x, linux/riscv64) and has small size based on Ubuntu linux.
|
||||
|
||||
Logs are sent to stdout and are not written to disk.
|
||||
|
||||
@@ -74,7 +74,7 @@ There are a number of environment variables available to configure Suwayomi:
|
||||
We do not allow configuration of the downloads folder, since Docker Volumes can handle that instead, here is an example of a docker-compose.yaml that has downloads volume configuration:
|
||||
```yaml
|
||||
tachidesk:
|
||||
image: ghcr.io/suwayomi/tachidesk:stable
|
||||
image: ghcr.io/suwayomi/suwayomi-server:stable
|
||||
container_name: tachidesk
|
||||
volumes: # The order matters! Make sure the downloads is first in the volume list or it will not work!
|
||||
- /example/tachidesk/downloads:/home/suwayomi/.local/share/Tachidesk/downloads
|
||||
@@ -88,19 +88,22 @@ We do not allow configuration of the downloads folder, since Docker Volumes can
|
||||
|
||||
## Latest
|
||||
|
||||
`ghcr.io/suwayomi/tachidesk:latest`
|
||||
`ghcr.io/suwayomi/suwayomi-server:latest`
|
||||
|
||||
The latest stable release of the server. Also tagged as `:stable`.
|
||||
|
||||
> [!CAUTION]
|
||||
> Currently the `ghcr.io/suwayomi/suwayomi-server` image does not contain the stable release, please use `ghcr.io/suwayomi/tachidesk` for now instead.
|
||||
|
||||
## Preview
|
||||
|
||||
`ghcr.io/suwayomi/tachidesk:preview`
|
||||
`ghcr.io/suwayomi/suwayomi-server:preview`
|
||||
|
||||
The latest preview release of the server. Can be buggy!
|
||||
|
||||
# Credit
|
||||
|
||||
[Suwayomi-Server](https://github.com/Suwayomi/Tachidesk-Server) is licensed under `MPL v. 2.0`.
|
||||
[Suwayomi-Server](https://github.com/Suwayomi/Suwayomi-Server) is licensed under `MPL v. 2.0`.
|
||||
|
||||
# License
|
||||
|
||||
|
||||
Reference in New Issue
Block a user