Immutable, decentralized, uncensored, rewarding communities powered by Hive.
Fast, simple and clean source code with Reactjs + Typescript.
Please check latest version on Release page or Ecency link.
Ecency-3.x.x.dmg
Ecency.Setup.3.x.x.exe
ecency-surfer_3.x.x_amd_64.deb
, Ecency-3.x.x.AppImage
, ecency-surfer-3.x.x.x86_64.rpm
, ecency-surfer-3.x.x.tar.gz
Feel free to test it out and submit improvements and pull requests.
$ git clone https://github.com/ecency/ecency-vision
$ cd ecency-vision
$ yarn
$ nano src/config.ts
USE_PRIVATE
- if instance has private api address and auth (0 or 1 value)$ yarn start
$ cd src/desktop
$ yarn
$ yarn dev
development
branch.yarn test
and add tests to your changes.en-US.json
file only.You can use official ecency/vision:latest
image to run Vision locally, deploy it to staging or even production environment. The simplest way is to run it with following command:
docker run -it --rm -p 3000:3000 ecency/vision:latest
Configure the instance using following environment variables:
USE_PRIVATE
docker run -it --rm -p 3000:3000 -e USE_PRIVATE=1 ecency/vision:latest
You can easily deploy a set of vision instances to your production environment, using example docker-compose.yml
file. Docker Swarm will automatically keep it alive and load balance incoming traffic between the containers:
docker stack deploy -c docker-compose.yml -c docker-compose.production.yml vision
To report a non-critical issue, please file an issue on this GitHub project.
If you find a security issue please report details to: security@ecency.com
We will evaluate the risk and make a patch available before filing the issue.