Skip to content
/ tbox Public

a minimal Docker-contained environment, primarily for Transmissions

License

Notifications You must be signed in to change notification settings

danja/tbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tbox

A Docker container for hyperdata.it projects. This is very experimental, not yet usable.

Exposed Services

HTTP

Contains

3rd party

  • Alpine Linux
  • nginx HTTP server
  • Fuseki SPARQL server
  • Prosody XMPP
  • node
  • ssh

hyperdata.it

Install

Run ./tbox-manage.sh clean to completely rebuild the environment danger wipes volumes

cd ~/hyperdata/tbox # whatever your local dir
./tbox-manage.sh clean # _dangerOUS_
./tbox-manage.sh logs [service]
./tbox-manage.sh status

First time, run

cd ~/hyperdata/tbox # whatever your local dir
./rebuild-start.sh
sudo systemctl stop tbox
cd ~/hyperdata/tbox # my local dir
docker-compose down
docker-compose up -d

Wait a bit...

ssh root@localhost -p 2222

It may grumble about certs. Do the keygen command it suggests and login again.

Then password is semem

Troubleshooting

About

a minimal Docker-contained environment, primarily for Transmissions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published