您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
treyzania c78dd3d268 Removed old temp art files. 4 年前
.gitignore Added core of configuration tool. 4 年前
Dockerfile-gangplank Refactoring, got gangplank and the public tracker Deluge in more working order. 4 年前
README.md Update README. 4 年前
compose-template.yml Refactoring, got gangplank and the public tracker Deluge in more working order. 4 年前
gangplank.py Refactoring, got gangplank and the public tracker Deluge in more working order. 4 年前
yarrbox.py Added ASCII art to Yarrbox script on init and edit. 4 年前
yb-art-lol.txt Added ASCII art to Yarrbox script on init and edit. 4 年前
yb-art.txt Added ASCII art to Yarrbox script on init and edit. 4 年前

README.md

yarrbox

Configuration tool for docker-compose for my magic machine of goodies.

You need Python 3 installed, but you don’t need any extra libraries. This also assumes that you’re using a recent version of Docker and Docker-Compose.

This might work on macOS Docker, probably not Windows, but you can try I guess. I’m not sure why you would want to run this on anything other than a big ol’ Linux server though.

INCOMPLETE: Doesn’t do everything I want and is currently kinda useless.

Initial Setup

First, generate your personal configuration.

./yarrbox.py init

Next, generate the docker-compose.yml file.

./yarrbox.py generate

Then, you can launch everything, make sure to detach from them so you’re not spammed with the output of all these programs.

(This doesn’t work yet, not everything is in place.)

sudo docker-compose up -d

Extras

You can edit the config with ./yarrbox.py edit, you’ll need to regenerate the config after. And then all rules of thumb for editing Compose configs applies after that. You might want to down the containers just in case.

Future work

I’m more than welcome to accept patches to support Kodi. I’m planning on migrating to that in the future. The config tool isn’t as advanced to support different/multiple distribution frontends so you’ll have to do that yourself.