Giter Club home page Giter Club logo

docker-tachidesk's Introduction

If you clone this repo from Takane42 Fork. Please use nata branch instead. This is just for PR to Main Repo

Tachidesk-docker

Status Stable Preview Discord Support
Build Docker Images Docker Pulls Latest Preview Discord

Run Tachidesk 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

Dockerfile - https://github.com/suwayomi/docker-tachidesk

Tachidesk data location - /usr/share/tachidesk/data

Docker images are mutli-arch (linux/386, linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64, linux/ppc64le, linux/s390x) and has very small size based on alpine linux.

Log file location - /usr/share/tachidesk/data/logfile.log

Docker compose

Use the template compose.yml in this repo for creating and starting tachidesk docker container.

Docker commands

Expose to localhost ip

docker run -p 127.0.0.1:4567:4567 ghcr.io/suwayomi/tachidesk

Expose to specific ip

docker run -p 192.168.x.x:4567:4567 ghcr.io/suwayomi/tachidesk

Expose to all ips

docker run -p 4567:4567 ghcr.io/suwayomi/tachidesk

Change the default UTC timezone. Use TZ database name from Timezone list

docker run -e "TZ=Europe/London" -p 127.0.0.1:4567:4567 ghcr.io/suwayomi/tachidesk

For Tachidesk Preview version

 docker run -p 127.0.0.1:4567:4567 ghcr.io/suwayomi/tachidesk:preview

Persistent data of tachidesk on subsequent run

docker run -p 127.0.0.1:4567:4567 -v <folder path>:/usr/share/tachidesk/data ghcr.io/suwayomi/tachidesk   

For Specific Tachidesk stable version (from v0.3.9 onwards)

 docker run -p 127.0.0.1:4567:4567 ghcr.io/suwayomi/tachidesk:v0.3.9

Credit

Tachidesk is licensed under MPL v. 2.0.

License

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.

docker-tachidesk's People

Contributors

arbuilder avatar ariamoradi avatar dependabot[bot] avatar github-actions[bot] avatar takane42 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.