SamBouwer / any-docker

Dockerized all-in-one instance of an anytype node
MIT License
67 stars 7 forks source link

How to build, distribute and run clients #2

Open SamBouwer opened 1 year ago

SamBouwer commented 1 year ago

Try to script and add instructions how to build your own Anytype client from source to connect to your selfhosted node

ahmedwael216 commented 1 year ago

Just a note, on a future release the clients built and distributed by AnyType will support changing the network to a local one, so this is not really required.

See this.

SamBouwer commented 1 year ago

You are right, but I'm not sure what will be there first (docker image vs custom storage location). As I want to become familiar with docker image building instead of only leeching of the work of others, I want to give it a try with the current Anytype version.

Thanks for thinking along!