]> xn--ix-yja.es Git - alex.git/commitdiff
Update about blog, link to Nextcloud package
authoralex <alex@pdp7.net>
Sat, 20 Mar 2021 09:45:47 +0000 (10:45 +0100)
committeralex <alex@pdp7.net>
Sat, 20 Mar 2021 09:45:47 +0000 (10:45 +0100)
PERSONAL_INFRA.md

index fef698f12fabb3b14a1158b1c3e7b22efa38554f..1486c6012f50f8b2895f189130012e26302e0b21 100644 (file)
@@ -2,7 +2,6 @@
 
 * Hetzner auction server: 48Gb RAM, 2x2Tb HDD. Runs Proxmox, tinc/ocserv, Apache as reverse proxy
   * LXC container running NextCloud
-  * LXC container running my WordPress blog
   * LXC container running Miniflux
   * LXC container running bitwarden_rs
   * LXC container running an acquaintances Twitter bot
@@ -100,6 +99,7 @@ I use `yum-cron` on CentOS 7, `dnf-automatic` on CentOS 8 and `unattended-upgrad
 ### Packaging
 
 * https://github.com/alexpdp7/bitwarden_rs/tree/rpm
+* https://github.com/alexpdp7/nextcloud-rpm
 
 ## Storage
 
@@ -165,6 +165,14 @@ If I was running more services or had greater availability requirements, a clust
 
 In my current situation, with the work already performed, I don't think investing more in containers is the most effective use of my limited resources.
 
+## My blog
+
+I was never a fan of Wordpress (I prefer other platforms to PHP and MySQL), but it had very up to date EPEL packages and thus was one of the most easy to maintain options for blogging.
+
+However, after reading about Geminispace, I decided to port my blog to Geminispace. Right now I run some custom scripts that generate a static blog and serves them using Agate in my workstation container. I run a Kineto proxy on Dokku that makes the content available through conventional HTML/HTTP. See details at:
+
+https://github.com/alexpdp7/gemini_blog
+
 ## Possible improvements
 
 * Right now I execute backups in the Proliant, plugging in small USB HDDs. As I'm often away from flat 1, I'd like to re-do my backup scripts so I can plug in the USB drives in any system (e.g. my laptop, the Proliant in flat 1 or the Raspberry Pi on flat 2) and run the backup wherever I am.