aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2025-01-05 20:06:35 -0600
committerChristian Cleberg <hello@cleberg.net>2025-01-05 20:06:35 -0600
commit9289d8182d967c90bf49530bbb2693af07607f24 (patch)
tree8d6e092176ff5189107f2c979bd1f8481d637083
parent799823f351b6a81b5e59667af80a080aaa7378eb (diff)
downloadcleberg.net-9289d8182d967c90bf49530bbb2693af07607f24.tar.gz
cleberg.net-9289d8182d967c90bf49530bbb2693af07607f24.tar.bz2
cleberg.net-9289d8182d967c90bf49530bbb2693af07607f24.zip
add new wiki post
-rwxr-xr-xbuild.sh4
-rw-r--r--content/wiki/hardware.org1
-rw-r--r--content/wiki/ios.org4
-rw-r--r--content/wiki/macos.org3
-rw-r--r--content/wiki/services.org32
5 files changed, 41 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index 60fb0f9..c65dea5 100755
--- a/build.sh
+++ b/build.sh
@@ -32,6 +32,10 @@ if [[ "$answer" =~ ^[Yy]$ ]]; then
# Minify CSS
minify -o theme/static/styles.min.css theme/static/styles.css
+
+ # Update Sourcehut README
+ pandoc -f org -t html readme.org -o readme.html
+ hut git update --readme readme.html --repo https://git.sr.ht/\~cyborg/cleberg.net
# Deploy changes
rsync -r --delete-before .build/* $ubuntu_server:/var/www/cleberg.net/
diff --git a/content/wiki/hardware.org b/content/wiki/hardware.org
index 4fa84e8..d017e8b 100644
--- a/content/wiki/hardware.org
+++ b/content/wiki/hardware.org
@@ -67,6 +67,7 @@ extender, and a couple ethernet switches.
- [[https://store.ui.com/us/en/collections/unifi-switching-utility-poe/products/usw-lite-8-poe][USW-Lite-8-PoE]]
- [[https://store.ui.com/us/en/collections/unifi-wifi-flagship-high-capacity/products/u6-pro][U6-Pro]]
- [[https://store.ui.com/us/en/collections/unifi-wifi-inwall-outlet-mesh][U6-Extender]]
+- [[https://store.ui.com/us/en/products/u7-pro-wall][U7-Pro-Wall]] x 2
- [[https://store.ui.com/us/en/collections/unifi-accessory-tech-installations-rackmount/products/uacc-rack-panel-patch-blank-24][USW 24-Port Patch Panel]]
*** Servers
diff --git a/content/wiki/ios.org b/content/wiki/ios.org
index f3a9ad5..fefde17 100644
--- a/content/wiki/ios.org
+++ b/content/wiki/ios.org
@@ -13,9 +13,9 @@ the apps I have used at one point or another across my different iPhones.
** Configuration
*** Display
- Light Mode
- - 10:00 to 16:00
+ - 08:00 to 16:00
- Dark Mode
- - 16:00 to 10:00
+ - 16:00 to 08:00
*** Focus Modes
- Personal Focus
diff --git a/content/wiki/macos.org b/content/wiki/macos.org
index 40dc9e9..566e68b 100644
--- a/content/wiki/macos.org
+++ b/content/wiki/macos.org
@@ -81,6 +81,7 @@ echo "yabai configuration loaded.."
- [[https://ublockorigin.com/][uBlock Origin]] - Free, open-source ad content blocker
- [[https://github.com/ungoogled-software/ungoogled-chromium][Ungoogled Chromium]] - Google Chromium, sans integration with Google
- [[https://www.gnu.org/software/emacs/manual/html_mono/eww.html][eww]] - Emacs Web Wowser, for TUI browsing
+- [[https://www.torproject.org/][Tor]] - Browse privately
*** Command Line Tools
- [[https://github.com/mr-karan/doggo][doggo]] - Command-line DNS Client for Humans
@@ -91,7 +92,7 @@ echo "yabai configuration loaded.."
- [[https://github.com/yt-dlp/yt-dlp][yt-dlp]] - A youtube-dl fork with additional features and fixes
*** Communications
-- [[https://element.io/][Element]] (=*=) - Matrix's default GUI client
+- [[https://element.io/][Element]] - Matrix's default GUI client
- [[https://github.com/tulir/gomuks][gomuks]] - A terminal based Matrix client
- [[https://www.thunderbird.net/][Thunderbird]] (=*=) - An open source email client by Mozilla
- [[https://signal.org/][Signal]] (=*=) - A simple, powerful, and secure messenger
diff --git a/content/wiki/services.org b/content/wiki/services.org
new file mode 100644
index 0000000..144b691
--- /dev/null
+++ b/content/wiki/services.org
@@ -0,0 +1,32 @@
+#+title: Services & Hosting
+#+date: <2025-01-05>
+
+* Domain Registration
+
+- [[https://www.cloudflare.com/][Cloudflare]]: I recently moved my last domain from Njalla over to Cloudflare.
+
+* DNS
+
+- [[https://www.cloudflare.com/][Cloudflare]]: I use DNS and proxying capabilities from Cloudflare. In the past,
+ I've used their secure tunnel services.
+
+* Hosting
+
+** Web
+
+- N/A: I currently host all of my services on my server at home via Cox's
+ residential fiber network. Since I have accounts on AWS, Azure, GCP, & IBM for
+ my job, I use these as temporary backup solutions if I'm away from home and a
+ service goes down that I need to use.
+
+** Email
+
+- [[https://migadu.com/][Migadu]]: I've used a few different email providers over the last few years, but
+ keep coming back to Migadu due to their drop-dead simplicity and proven
+ reliability.
+
+** Source Code
+
+- [[https://sourcehut.org/][Sourcehut]]: I flip back and forth between Sourcehut and GitHub, but I'm
+ currently using Sourcehut. I love the minimal form factor and the company's
+ mission, but tend to use GitHub to explore other's code.