<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Privacy on dev.endevour</title><link>https://devendevour.iankulin.com/tags/privacy/</link><description>Recent content in Privacy on dev.endevour</description><generator>Hugo</generator><language>en-AU</language><lastBuildDate>Mon, 27 Jan 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://devendevour.iankulin.com/tags/privacy/index.xml" rel="self" type="application/rss+xml"/><item><title>Share files securely with Enclosed</title><link>https://devendevour.iankulin.com/share-files-securely-with-enclosed/</link><pubDate>Mon, 27 Jan 2025 00:00:00 +0000</pubDate><guid>https://devendevour.iankulin.com/share-files-securely-with-enclosed/</guid><description>&lt;p&gt;&lt;img src="https://devendevour.iankulin.com/images/screen-shot-2024-12-05-at-7.53.56-pm.png" alt="" class="img-responsive"&gt; &lt;/p&gt;
&lt;p&gt;My accountant works for one of those giant firms, and it bugs me that I&amp;rsquo;m emailing him password protected zip files of my accounts rather than to a secure upload facility at his firm. I can fix this with the power of self hosting, by running my own secure file dropping app on a VPS.&lt;/p&gt;
&lt;p&gt;There&amp;rsquo;s a number of applications that &lt;a href="https://github.com/awesome-selfhosted/awesome-selfhosted?tab=readme-ov-file#file-transfer---single-click--drag-n-drop-upload" target="_blank" rel="noopener"&gt;do this sort of thing&lt;/a&gt; - allow you to upload a file, get a link in return which you can then share to people to download the file. For this to be more secure than emailing, the file needs to be encrypted on the server, and we want to be able to set a password, impose limits on downloads, and limit how long the link lives for. I&amp;rsquo;ve previously looked at &lt;a href="https://github.com/eikek/sharry" target="_blank" rel="noopener"&gt;Sharry&lt;/a&gt; which adds the ability for unauthenticated users to &lt;em&gt;upload&lt;/em&gt; files to you securely, but for this slightly simpler job, I chose &lt;a href="https://github.com/CorentinTh/enclosed" target="_blank" rel="noopener"&gt;Enclosed&lt;/a&gt; by &lt;a href="https://corentin.tech/" target="_blank" rel="noopener"&gt;Corentin Thomasset&lt;/a&gt; .&lt;/p&gt;</description></item></channel></rss>