Track your cryptocurrency holdings with an open-source web, mobile, and desktop application.
100K+

This is just the API and web interface. If you want to use the Android mobile app, or the cross-platform (Windows, Linux, and macOS) desktop app, please take a look at the GitHub repository: https://github.com/Xtrendence/Cryptofolio.
Instructions
docker pull xtrendence/cryptofolio:latest command.docker run -p 8080:80 cryptofolio command.localhost:8080/ in your browser (or localhost:8080/website/ if that doesn't work).If docker run -p 8080:80 cryptofolio doesn't work, please use the docker image ls command to get the list of images, find the ID of the latest one, and run it using docker run -p 8080:80 ImageID which will create a container using the image ID directly rather than a tag.
If you get an error saying "Invalid JSON" even after refreshing the page following a login attempt or after letting it load for a few seconds, please do the following:
docker ps -aq to find the ID of the running container.docker exec -it CONTAINER_ID /bin/bash to open a CLI in the container.chown -R www-data:www-data /var/www/html/.Content type
Image
Digest
Size
161 MB
Last updated
about 5 years ago
docker pull xtrendence/cryptofolio