Toilal / stealthbox

Share your favorite content remotely without spoiling your home network.
MIT License
58 stars 11 forks source link

StealthBox

Share your favorite content remotely without spoiling your home network.

StealthBox is a set of Docker images, so you can install it on any linux server without polluting it.

It embeds several applications that are configured together to automate file sharing in the cloud and download content to your home:

Requirements

Install

$ git clone https://github.com/Toilal/stealthbox
$ cd stealthbox
core:
  env:
    current: prod
  domain:
    ext: domain.tld
docker:
  reverse_proxy:
    certresolver: letsencrypt
stealthbox:
  deluge:
    password: "box"
  ssh:
    login: "box"
    password: "box"
$ ddb configure
$ docker-compose build
$ docker-compose up -d

URLs

You can get URLs and ports of all services by running the following command

$ ddb info