summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2021-03-20 10:45:47 +0100
committeralex <alex@pdp7.net>2021-03-20 10:45:47 +0100
commit57bb0076896481e898bfba04894ed2e361924164 (patch)
tree3e93104f68008fcacf52bd256293128d5e16b9b1
parent97af274a3feb0a9cb20c2529e4a67117228392a9 (diff)
Update about blog, link to Nextcloud package
-rw-r--r--PERSONAL_INFRA.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/PERSONAL_INFRA.md b/PERSONAL_INFRA.md
index fef698f1..1486c601 100644
--- a/PERSONAL_INFRA.md
+++ b/PERSONAL_INFRA.md
@@ -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.