voten-co / voten

The code that powers voten.co
https://voten.co
Apache License 2.0
1.26k stars 233 forks source link

Is app running at `https://midd.voten.co` open source? #195

Closed Gwill closed 6 years ago

Gwill commented 6 years ago

Is app running at https://midd.voten.co open source?

https://github.com/voten-co/voten/blob/master/app/Traits/Submit.php#L68

and

https://github.com/voten-co/voten/blob/master/app/Traits/Submit.php#L181

saleh-old commented 6 years ago

No it's not. However, it's not really doing much. I can't even remember which Laravel version it's using.

The reason I used the midd server was to conceal our main server's IP address to protect against DDoS attacks.

Gwill commented 6 years ago

We are planning to fork voten to do a website. If we use your service(https://midd.voten.co), increase your burden. We dont think it is a good idea. 😂

saleh-old commented 6 years ago

In that case your should create your own mid server, because we are going to (or maybe have) limit the mid server to respond only to our main server.

In case you are going to write your own, this is the library I used to fetch info from external links: https://github.com/oscarotero/Embed