<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Nextcloud on DevOps Engineer &amp; CloudAdmin</title><link>https://ru-admin.github.io/tags/nextcloud/</link><description>Recent content in Nextcloud on DevOps Engineer &amp; CloudAdmin</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><atom:link href="https://ru-admin.github.io/tags/nextcloud/index.xml" rel="self" type="application/rss+xml"/><item><title>Self-Hosted Cloud Storage with Nextcloud</title><link>https://ru-admin.github.io/posts/self-hosted/nextcloud/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://ru-admin.github.io/posts/self-hosted/nextcloud/</guid><description>&lt;h2 id="self-hosted-corporate-cloud"&gt;Self-Hosted Corporate Cloud&lt;/h2&gt;
&lt;hr&gt;
&lt;h4 id="client"&gt;Client&lt;/h4&gt;
&lt;p&gt;Mid-sized business with strict data privacy and data residency requirements&lt;/p&gt;
&lt;hr&gt;
&lt;h4 id="challenge"&gt;Challenge&lt;/h4&gt;
&lt;p&gt;The company relied on third-party cloud services to store and share work files, creating data leakage risks and dependency on external providers. They needed a self-hosted solution with in-browser document editing, deleted file recovery, revision history, and additional collaboration tools — calendar, notes, and email — all under their own control.&lt;/p&gt;
&lt;hr&gt;
&lt;h4 id="solution"&gt;Solution&lt;/h4&gt;
&lt;h6 id="1-nextcloud-aio-deployment"&gt;1. Nextcloud AIO Deployment&lt;/h6&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Nextcloud All-in-One&lt;/strong&gt; — official Docker image with the full stack out of the box&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;PostgreSQL&lt;/strong&gt; for application data storage&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Redis&lt;/strong&gt; for caching and background job queues&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Nginx&lt;/strong&gt; as a reverse proxy with automatic SSL/TLS&lt;/li&gt;
&lt;/ul&gt;
&lt;h6 id="2-in-browser-document-editing"&gt;2. In-Browser Document Editing&lt;/h6&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Nextcloud Office&lt;/strong&gt; (Collabora Online) — built-in office suite&lt;/li&gt;
&lt;li&gt;Support for .docx, .xlsx, .pptx and ODF formats&lt;/li&gt;
&lt;li&gt;Real-time collaborative editing&lt;/li&gt;
&lt;li&gt;No local software installation required&lt;/li&gt;
&lt;/ul&gt;
&lt;h6 id="3-file-management"&gt;3. File Management&lt;/h6&gt;
&lt;ul&gt;
&lt;li&gt;Deleted files trash bin with configurable retention period&lt;/li&gt;
&lt;li&gt;File version history — roll back to any previous revision&lt;/li&gt;
&lt;li&gt;Granular access control: folders, share links, passwords&lt;/li&gt;
&lt;li&gt;Mobile and desktop sync clients&lt;/li&gt;
&lt;/ul&gt;
&lt;h6 id="4-collaboration-tools"&gt;4. Collaboration Tools&lt;/h6&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Calendar&lt;/strong&gt; (CalDAV) — team scheduling and events&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Notes&lt;/strong&gt; — personal and team notes with Markdown support&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mail&lt;/strong&gt; — built-in web client for corporate email (IMAP/SMTP)&lt;/li&gt;
&lt;/ul&gt;
&lt;h6 id="5-backup"&gt;5. Backup&lt;/h6&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Borg Backup&lt;/strong&gt; — incremental backup built into Nextcloud AIO&lt;/li&gt;
&lt;li&gt;Data deduplication and compression&lt;/li&gt;
&lt;li&gt;Scheduled automatic runs&lt;/li&gt;
&lt;li&gt;Remote storage for backups (S3-compatible / SFTP)&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h4 id="technologies"&gt;Technologies&lt;/h4&gt;
&lt;div class="row"&gt;
&lt;div class="col-4 col-lg-2 pt-2" style="text-align: center;"&gt;&lt;img src="https://ru-admin.github.io/icons/nextcloud.svg" alt="Nextcloud"&gt;&lt;div&gt;Nextcloud&lt;/div&gt;&lt;/div&gt;
&lt;div class="col-4 col-lg-2 pt-2" style="text-align: center;"&gt;&lt;img src="https://ru-admin.github.io/icons/docker-original.svg" alt="Docker"&gt;&lt;div&gt;Docker&lt;/div&gt;&lt;/div&gt;
&lt;div class="col-4 col-lg-2 pt-2" style="text-align: center;"&gt;&lt;img src="https://ru-admin.github.io/icons/postgresql.svg" alt="PostgreSQL"&gt;&lt;div&gt;PostgreSQL&lt;/div&gt;&lt;/div&gt;
&lt;div class="col-4 col-lg-2 pt-2" style="text-align: center;"&gt;&lt;img src="https://ru-admin.github.io/icons/nginx.svg" alt="Nginx"&gt;&lt;div&gt;Nginx&lt;/div&gt;&lt;/div&gt;
&lt;div class="col-4 col-lg-2 pt-2" style="text-align: center;"&gt;&lt;img src="https://ru-admin.github.io/icons/linux-original.svg" alt="Linux"&gt;&lt;div&gt;Linux&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;h4 id="results"&gt;Results&lt;/h4&gt;
&lt;p&gt;✅ &lt;strong&gt;Data ownership:&lt;/strong&gt; files stay on company servers, no third-party providers&lt;br&gt;
✅ &lt;strong&gt;In-browser editing:&lt;/strong&gt; office documents open and edit directly in the browser&lt;br&gt;
✅ &lt;strong&gt;Safety net:&lt;/strong&gt; version history and trash bin protect against accidental data loss&lt;br&gt;
✅ &lt;strong&gt;Unified platform:&lt;/strong&gt; single solution for files, calendar, notes, and email&lt;br&gt;
✅ &lt;strong&gt;Automated backups:&lt;/strong&gt; incremental backup via Borg Backup on a set schedule&lt;/p&gt;</description></item></channel></rss>