<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>infrastructure &amp;mdash; MiguVT Lab</title>
    <link>https://blog.miguvt.com/tag:infrastructure</link>
    <description>Tech, gaming, cybersecurity, and digital culture insights from vtuber and programmer miguvt.</description>
    <pubDate>Fri, 26 Jun 2026 05:15:53 +0200</pubDate>
    <item>
      <title>Service Infrastructure Update – June 13, 2025</title>
      <link>https://blog.miguvt.com/service-infrastructure-update-june-13-2025</link>
      <description>&lt;![CDATA[Today marks a significant milestone for our self-hosted services. Here’s a summary of the improvements and changes rolled out on June 13, 2025:&#xA;!--more--&#xA;🚀 Infrastructure &amp; Networking&#xA;&#xA;All services have been migrated away from Cloudflare. We now operate through a custom-built, highly optimized reverse-proxy system hosted on an OVH VLE-2 VPS (2 vCores, 2 GB RAM, 40 GB SSD NVMe, 500 Mb/s unlimited traffic, and industry-leading Anti-DDoS protection).&#xA;Affected services:&#xA;https://blog.miguvt.com&#xA;https://cloud.miguvt.com&#xA;https://short.miguvt.com&#xA;https://vault.miguvt.com&#xA;&#xA;The new reverse-proxy stack is fully managed and fine-tuned for performance, privacy, and resilience, ensuring faster and more reliable access across all platforms.&#xA;&#xA;🔐 Secure Networking with WireGuard &amp; Reverse Proxy&#xA;&#xA;All traffic between our VPS and backend servers is securely routed using WireGuard VPN, ensuring encrypted and private communication channels at all times. The VPS runs a minimal NGINX stream proxy that efficiently forwards HTTP and HTTPS traffic to our backend servers (including the Raspberry Pi 5), preserving client IPs using the PROXY protocol.&#xA;&#xA;This architecture eliminates reliance on third-party CDNs, giving us full control over security, privacy, and performance.&#xA;&#xA;☁️ Nextcloud Platform&#xA;&#xA;Major Upgrade:&#xA;  Nextcloud has been upgraded to version 31.0.6, bringing a host of performance, security, and user experience improvements.&#xA;&#xA;Reverse Proxy Issue Resolution:&#xA;  Various issues caused by the previous Cloudflare-based proxy setup have been fixed. File sharing, federation, and WebDAV synchronization now work seamlessly behind the new reverse proxy.&#xA;&#xA;📝 Changelog Highlights (Nextcloud 31.0.6)&#xA;&#xA;Performance &amp; Database:&#xA;    Improved database management and sharding.&#xA;    Optimized LDAP authentication to reduce resource usage.&#xA;    Enhanced support for database migrations and UNIX sockets.&#xA;&#xA;Security &amp; Compliance:&#xA;    Updated code signing revocation lists.&#xA;    Improved WebAuthn support and OAuth2 token management.&#xA;    Better SSL certificate handling for self-hosted deployments.&#xA;&#xA;User Experience:&#xA;    Modernized interface with more responsive design elements.&#xA;    Enhanced file sharing options, including configurable share tokens and improved reminders for expiring shares.&#xA;    New commands for user management and encrypted file migration.&#xA;&#xA;Bug Fixes &amp; Maintenance:&#xA;    Numerous fixes for file sharing, federation, and attachments.&#xA;    Improved error handling and logging.&#xA;    Dashboard and editor performance enhancements.&#xA;&#xA;For a detailed list of changes, see the official Nextcloud changelog. &#xA;&#xA;🛡️ What This Means for You&#xA;&#xA;Greater Privacy: All traffic is now routed through infrastructure we fully control.&#xA;Better Performance: Optimized proxy and server stack for faster load times.&#xA;Improved Stability: Resolved previous issues with file synchronization and sharing.&#xA;Enhanced Security: Updated software and security policies across the board.&#xA;&#xA;Thank you for your trust and feedback. As always, feel free to reach out if you notice any issues or have suggestions for further improvements! (mail: contacto@miguvt.com)&#xA;&#xA;#infrastructure #nextcloud #changelog&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>Today marks a significant milestone for our self-hosted services. Here’s a summary of the improvements and changes rolled out on June 13, 2025:
</p>

<h2 id="infrastructure-networking" id="infrastructure-networking">🚀 Infrastructure &amp; Networking</h2>

<p>All services have been migrated away from Cloudflare. We now operate through a custom-built, highly optimized reverse-proxy system hosted on an OVH VLE-2 VPS (2 vCores, 2 GB RAM, 40 GB SSD NVMe, 500 Mb/s unlimited traffic, and industry-leading Anti-DDoS protection).
<strong>Affected services:</strong>
– <a href="https://blog.miguvt.com">https://blog.miguvt.com</a>
– <a href="https://cloud.miguvt.com">https://cloud.miguvt.com</a>
– <a href="https://short.miguvt.com">https://short.miguvt.com</a>
– <a href="https://vault.miguvt.com">https://vault.miguvt.com</a></p>

<p>The new reverse-proxy stack is fully managed and fine-tuned for performance, privacy, and resilience, ensuring faster and more reliable access across all platforms.</p>

<h2 id="secure-networking-with-wireguard-reverse-proxy" id="secure-networking-with-wireguard-reverse-proxy">🔐 Secure Networking with WireGuard &amp; Reverse Proxy</h2>

<p>All traffic between our VPS and backend servers is securely routed using WireGuard VPN, ensuring encrypted and private communication channels at all times. The VPS runs a minimal NGINX stream proxy that efficiently forwards HTTP and HTTPS traffic to our backend servers (including the Raspberry Pi 5), preserving client IPs using the PROXY protocol.</p>

<p>This architecture eliminates reliance on third-party CDNs, giving us full control over security, privacy, and performance.</p>

<h2 id="nextcloud-platform" id="nextcloud-platform">☁️ Nextcloud Platform</h2>
<ul><li><p><strong>Major Upgrade:</strong>
Nextcloud has been upgraded to version <strong>31.0.6</strong>, bringing a host of performance, security, and user experience improvements.</p></li>

<li><p><strong>Reverse Proxy Issue Resolution:</strong>
Various issues caused by the previous Cloudflare-based proxy setup have been fixed. File sharing, federation, and WebDAV synchronization now work seamlessly behind the new reverse proxy.</p></li></ul>

<h2 id="changelog-highlights-nextcloud-31-0-6" id="changelog-highlights-nextcloud-31-0-6">📝 Changelog Highlights (Nextcloud 31.0.6)</h2>
<ul><li><p><strong>Performance &amp; Database:</strong></p>
<ul><li>Improved database management and sharding.</li>
<li>Optimized LDAP authentication to reduce resource usage.</li>
<li>Enhanced support for database migrations and UNIX sockets.</li></ul></li>

<li><p><strong>Security &amp; Compliance:</strong></p>
<ul><li>Updated code signing revocation lists.</li>
<li>Improved WebAuthn support and OAuth2 token management.</li>
<li>Better SSL certificate handling for self-hosted deployments.</li></ul></li>

<li><p><strong>User Experience:</strong></p>
<ul><li>Modernized interface with more responsive design elements.</li>
<li>Enhanced file sharing options, including configurable share tokens and improved reminders for expiring shares.</li>
<li>New commands for user management and encrypted file migration.</li></ul></li>

<li><p><strong>Bug Fixes &amp; Maintenance:</strong></p>
<ul><li>Numerous fixes for file sharing, federation, and attachments.</li>
<li>Improved error handling and logging.</li>
<li>Dashboard and editor performance enhancements.</li></ul></li></ul>

<p><em>For a detailed list of changes, see the <a href="https://nextcloud.com/changelog/#31-0-6">official Nextcloud changelog</a>.</em></p>

<h2 id="what-this-means-for-you" id="what-this-means-for-you">🛡️ What This Means for You</h2>
<ul><li><strong>Greater Privacy:</strong> All traffic is now routed through infrastructure we fully control.</li>
<li><strong>Better Performance:</strong> Optimized proxy and server stack for faster load times.</li>
<li><strong>Improved Stability:</strong> Resolved previous issues with file synchronization and sharing.</li>
<li><strong>Enhanced Security:</strong> Updated software and security policies across the board.</li></ul>

<p>Thank you for your trust and feedback. As always, feel free to reach out if you notice any issues or have suggestions for further improvements! (mail: <code>contacto@miguvt.com</code>)</p>

<p><a href="https://blog.miguvt.com/tag:infrastructure" class="hashtag"><span>#</span><span class="p-category">infrastructure</span></a> <a href="https://blog.miguvt.com/tag:nextcloud" class="hashtag"><span>#</span><span class="p-category">nextcloud</span></a> <a href="https://blog.miguvt.com/tag:changelog" class="hashtag"><span>#</span><span class="p-category">changelog</span></a></p>
]]></content:encoded>
      <guid>https://blog.miguvt.com/service-infrastructure-update-june-13-2025</guid>
      <pubDate>Fri, 13 Jun 2025 13:15:33 +0200</pubDate>
    </item>
  </channel>
</rss>