An open API service indexing awesome lists of open source software.

https://github.com/acaranta/cointop-web

A web based version of cointop running via ttyd, usable using any modern browser
https://github.com/acaranta/cointop-web

cointop crypto fintech tracker ttyd web

Last synced: 4 months ago
JSON representation

A web based version of cointop running via ttyd, usable using any modern browser

Awesome Lists containing this project

README

          

# CoinTop Web
This is a Docker container to get an easy access to [CoinTop](https://cointop.sh) in a webpage using [ttyd](https://github.com/tsl0922/ttyd).

/!\ FIRST AND FOREMOST : this container should never be used without some kind of authentication/protection directly, otherwise your cointion/ttyd will be available to anyone !! /!\

The GUI of the application (the terminal, that is) is accessed through a modern web browser (no installation or configuration needed on client side) or via any VNC client.

## Docker
this image is built on commit to :
[acaranta/cointop-web](https://hub.docker.com/r/acaranta/cointop-web)

## Usage :
```
docker run -p 7681:7681 -v /etc/localtime:/etc/localtime:ro -v /cointop:/root/.config/cointop --rm -it acaranta/cointop-web
```