assistify / diary

Apache License 2.0
0 stars 1 forks source link

Added a local server which works as a proxy to enable screenshots #33

Open jschirrmacher opened 5 years ago

jschirrmacher commented 5 years ago

This PR circumvents the problems with taking screenshots with profile images coming from another server. It allows to start a local server (by running node src/server) which is then used as a proxy to access the images.

So, at least, when running on localhost, it is possible to create screenshots of the correct size of the current diary page.

This won't work in github pages, regrettably... but is a solution for internal use at least.