Giter VIP home page Giter VIP logo

torrust-compose's Introduction

Docker compose configuration for the Torrust Index

MegaLinter

This repo contains different sample Docker Compose configurations for the Torrust Index.

The current configurations are:

  • demo: demo configuration, just to try the index locally.
  • droplet: configuration to install the Index in a Digital Ocean Droplet. It should be very similar to any virtual machine.

Requirements

  • Docker version 24.0.3, build 3713ee1.
  • GNU bash, version 5.2.15(1)-release (x86_64-pc-linux-gnu).

Setup

After running the application remember the following:

  • There is no user created by default, you need to sign up. The first user to sign up will be the admin.
  • There are no torrent tags created by default, you need to create them.
  • Check the config***.toml files to see the default values.

Recommendations

  • If you are using SQLite as the database engine, you can use DB Browser for SQLite.
  • Make sure you mount a volume to persist database data. That should be the default behavior, but it's better to be sure. Some configurations use a mail catcher container to catch emails sent by the index. You can access the mail catcher web interface at http://localhost:1080.

MegaLinter

Running MegaLinter locally:

npx mega-linter-runner

Run and try to fix issues:

npx mega-linter-runner --fix

Run only one type of linter using the linter Descriptor:

npx mega-linter-runner -e "'ENABLE=MARKDOWN'"

Run only one linter using the linter Key:

npx mega-linter-runner -e "'ENABLE_LINTERS=JSON_PRETTIER'"

Contributing

We welcome contributions from the community!

How can you contribute?

  • Add new examples.
  • Bug reports and feature requests.
  • Code contributions. You can start by looking at the issues labeled "good first issues".

Links

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.