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
- Host: GitHub
- URL: https://github.com/acaranta/cointop-web
- Owner: acaranta
- Created: 2021-05-28T12:47:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T14:07:29.000Z (about 5 years ago)
- Last Synced: 2025-06-23T00:02:02.186Z (12 months ago)
- Topics: cointop, crypto, fintech, tracker, ttyd, web
- Language: Dockerfile
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```