diff --git a/content/posts/my-selfhosting-journey/index.md b/content/posts/my-selfhosting-journey/index.md index 59448e8..cc08fd8 100644 --- a/content/posts/my-selfhosting-journey/index.md +++ b/content/posts/my-selfhosting-journey/index.md @@ -19,8 +19,16 @@ Hard to believe that less than a year later, I learned to use (and love) Linux a To begin, I needed an always-on computer to run these useful programs. I began with a humble Raspberry Pi. +Gallery style image below. + {{< gallery match="images/*" sortOrder="desc" rowHeight="600" margins="5" thumbnailResizeOptions="600x600 q90 Lanczos" showExif=true previewType="blur" embedPreview="true" >}} +/my-selfhosting-journey/rpi.webp +![](/my-selfhosting-journey/rpi.webp) + +./images/rpi.webp +![](./images/rpi.webp) + These are tiny, but capable computers that are great for fiddling with. The projects [people develop for these are amazing and diverse.](https://www.reddit.com/r/RASPBERRY_PI_PROJECTS/) With RPi in hand, I began with the ambitious project of replacing Google Drive with [Nextcloud.](https://nextcloud.com/) After much frustration with a bare metal installation, I found the [NextcloudPi project.](https://github.com/nextcloud/nextcloudpi) Surprisingly, it went pretty okay! At first, I was intimidated by Linux defaults, but over time I grew to appreciate, and indeed, prefer Linux as an operating system. {{% sidenote %}} My decision to use Linux over Windows/MacOS is because it is free and open source software (FOSS). This is a topic for a different post, but I think using FOSS when possible is a moral imperative of sorts. diff --git a/org/monolith.org b/org/monolith.org index 840d045..e570f1d 100644 --- a/org/monolith.org +++ b/org/monolith.org @@ -60,10 +60,19 @@ Self-hosting, I have since learned, is when you run useful programs from your ow To begin, I needed an always-on computer to run these useful programs. I began with a humble Raspberry Pi. +Gallery style image below. #+begin_export hugo {{< gallery match="images/*" sortOrder="desc" rowHeight="600" margins="5" thumbnailResizeOptions="600x600 q90 Lanczos" showExif=true previewType="blur" embedPreview="true" >}} #+end_export -#+caption: My humble Raspberry Pi and it's hard drive. This dude currently tirelessly runs [[https://github.com/AdguardTeam/AdGuardHome][the excellent Adguard Home]] and downloads a backup of my data every night. + +#+CAPTION: My humble Raspberry Pi and it's hard drive. This dude currently tirelessly runs [[https://github.com/AdguardTeam/AdGuardHome][the excellent Adguard Home]] and downloads a backup of my data every night. + + +/my-selfhosting-journey/rpi.webp +[[/my-selfhosting-journey/rpi.webp]] + +./images/rpi.webp +[[./images/rpi.webp]] These are tiny, but capable computers that are great for fiddling with. The projects [[https://www.reddit.com/r/RASPBERRY_PI_PROJECTS/][people develop for these are amazing and diverse.]] With RPi in hand, I began with the ambitious project of replacing Google Drive with [[https://nextcloud.com/][Nextcloud.]] After much frustration with a bare metal installation, I found the [[https://github.com/nextcloud/nextcloudpi][NextcloudPi project.]] Surprisingly, it went pretty okay! At first, I was intimidated by Linux defaults, but over time I grew to appreciate, and indeed, prefer Linux as an operating system. #+header: :trim-pre t :trim-post t diff --git a/static/my-selfhosting-journey/rpi.webp b/static/my-selfhosting-journey/rpi.webp new file mode 100644 index 0000000..f7e313e Binary files /dev/null and b/static/my-selfhosting-journey/rpi.webp differ