<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Proxy on ZoliBen Csupra(Kabra)</title><link>https://zoliben.com/en/tags/proxy/</link><description>Recent content in Proxy on ZoliBen Csupra(Kabra)</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 16 Mar 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://zoliben.com/en/tags/proxy/index.xml" rel="self" type="application/rss+xml"/><item><title>Docker – Matrix Synapse homeserver, federation, nginx reverse proxy and TURN server setup using docker-compose</title><link>https://zoliben.com/en/posts/2021-03-16-/</link><pubDate>Tue, 16 Mar 2021 00:00:00 +0000</pubDate><guid>https://zoliben.com/en/posts/2021-03-16-/</guid><description>&lt;p>Recently I set up a &lt;a href="https://en.wikipedia.org/wiki/Matrix_%28protocol%29">Matrix&lt;/a> homeserver for my friend group. I considered whether I needed federation, and ultimately decided that I did. On top of that, I also had to set up a TURN server so that calls would work properly for everyone, since if someone is behind NAT, the connection typically doesn’t work reliably. I launched the container on a Hetzner cloud VPS running Debian 10.&lt;/p>
&lt;p> &lt;/p>
&lt;p>You’ll need a running Docker service, if it’s not installed yet, you can easily install it using &lt;a href="https://get.docker.com/">https://get.docker.com/&lt;/a>. I recommend creating a git repository where you can push your docker-compose and nginx config files.&lt;/p></description></item><item><title>Installing Squid Proxy on Ubuntu Server</title><link>https://zoliben.com/en/posts/2016-02-09-squid-proxy-telepitese-ubuntu-szerverre/</link><pubDate>Tue, 09 Feb 2016 19:10:16 +0000</pubDate><guid>https://zoliben.com/en/posts/2016-02-09-squid-proxy-telepitese-ubuntu-szerverre/</guid><description>&lt;p>First, let&amp;rsquo;s update the repositories:&lt;/p>
&lt;pre>apt-get update&lt;/pre>
&lt;p>Then install the proxy software and the associated password generator:&lt;/p>
&lt;pre>apt-get install squid apache2-utils&lt;/pre>
&lt;p>Once that&amp;rsquo;s done, let&amp;rsquo;s create an empty configuration file:&lt;/p>
&lt;pre>rm -rf /etc/squid/squid.conf
touch /etc/squid/squid.conf
chown proxy /etc/squid/squid.conf&lt;/pre>
&lt;p>Then create the password file:&lt;/p>
&lt;pre>touch /etc/squid/squid_passwd&lt;/pre>
&lt;p>Then grant permissions to the proxy:&lt;/p>
&lt;pre>chown proxy /etc/squid/squid_passwd&lt;/pre>
&lt;p>Start editing the configuration file:&lt;/p>
&lt;pre>nano /etc/squid/squid.conf&lt;/pre>
&lt;p>and add the following lines (for http_port, specify the port you want to connect to the proxy on):&lt;/p></description></item></channel></rss>