Yotter icon indicating copy to clipboard operation
Yotter copied to clipboard

Allow to run on local machine with all features.

Open pluja opened this issue 3 years ago • 3 comments

Right now, it is needed to have an Nginx server to use Yotter although it is already prepared to not need it (it is much better with Nginx!).

So I want to modify the code so when the option isInstance on the config is set to False it can be run on a local machine without needing a nginx server.

pluja avatar Oct 16 '20 11:10 pluja

Can we remove the proxying endpoints and add new ones that perform like how Nginx currently does? This would potentially remove the need for any configuration options too.

FireMasterK avatar Oct 16 '20 11:10 FireMasterK

Sure, this is the most clever way to do it 🤔😁

pluja avatar Oct 18 '20 07:10 pluja

#116 solves this, at least for YT (see #119)

lowne avatar Oct 20 '20 12:10 lowne