Sign inSign up

xtrendence/cryptofolio

By xtrendence

•Updated about 5 years ago

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

Image
17

100K+

xtrendence/cryptofolio repository overview

Screenshot

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

  1. Pull the image using the docker pull xtrendence/cryptofolio:latest command.
  2. Start the image using the docker run -p 8080:80 cryptofolio command.
  3. Go to localhost:8080/ in your browser (or localhost:8080/website/ if that doesn't work).
  4. Login using the default username and password "admin".

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:

  1. Use docker ps -aq to find the ID of the running container.
  2. Use docker exec -it CONTAINER_ID /bin/bash to open a CLI in the container.
  3. Do chown -R www-data:www-data /var/www/html/.
  4. Try logging in again.

Tag summary

Content type

Image

Digest

Size

161 MB

Last updated

about 5 years ago

docker pull xtrendence/cryptofolio