<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Self-Hosted on ditatompel Insights</title><link>https://insights.ditatompel.com/categories/self-hosted/</link><description>Recent content in Self-Hosted on ditatompel Insights</description><generator>Hugo</generator><language>en</language><copyright>Copyright © 2022-2026 insights.ditatompel.com. All Rights Reserved.</copyright><lastBuildDate>Fri, 21 Aug 2026 01:01:28 +0700</lastBuildDate><atom:link href="https://insights.ditatompel.com/categories/self-hosted/index.xml" rel="self" type="application/rss+xml"/><item><title>Installing Self-Hosted HiSHtory: A Step-by-Step Guide</title><link>https://insights.ditatompel.com/tutorials/self-hosted-hishtory/</link><pubDate>Thu, 20 Mar 2025 22:00:00 +0700</pubDate><guid>https://insights.ditatompel.com/tutorials/self-hosted-hishtory/</guid><description>HiSHtory is a powerful tool that stores terminal history context, including command execution dates, directories, and duration. This article shows you how to install the self-hosted version of HiSHtory, allowing you to manage your terminal history with ease.</description></item><item><title>Access Any Self-Hosted Applications at Home From Anywhere</title><link>https://insights.ditatompel.com/tutorials/access-any-self-hosted-applications-at-home-from-anywhere/</link><pubDate>Wed, 23 Oct 2024 07:50:00 +0700</pubDate><guid>https://insights.ditatompel.com/tutorials/access-any-self-hosted-applications-at-home-from-anywhere/</guid><description>How I can access my Immich application at home from anywhere.</description></item><item><title>How to Install Virt-Manager (Libvirt GUI) on Arch Linux</title><link>https://insights.ditatompel.com/tutorials/how-to-install-virt-manager-on-arch-linux/</link><pubDate>Wed, 11 Sep 2024 03:08:45 +0700</pubDate><guid>https://insights.ditatompel.com/tutorials/how-to-install-virt-manager-on-arch-linux/</guid><description>Tutorial on how to install Virt-Manager, a graphical user interface for libvirt that makes it easier for us to manage KVM/QEMU virtualization machines on our computers.</description></item><item><title>How to Install and Configure Dante as Private SOCKS Proxy in Ubuntu</title><link>https://insights.ditatompel.com/tutorials/how-to-install-dante-socks-proxy-on-ubuntu/</link><pubDate>Fri, 10 Nov 2023 19:56:43 +0700</pubDate><guid>https://insights.ditatompel.com/tutorials/how-to-install-dante-socks-proxy-on-ubuntu/</guid><description>&lt;p>This article helps you to set up and configuring &lt;strong>Dante&lt;/strong> as a &lt;strong>private SOCKS proxy&lt;/strong> (with authentication) on &lt;strong>Debian&lt;/strong> based Linux distribution.&lt;/p></description></item><item><title>Running Wakapi, a Self-Hosted WakaTime Compatible Backend for Coding Stats</title><link>https://insights.ditatompel.com/tutorials/running-wakapi-a-self-hosted-wakatime-compatible-backend-for-coding-stats/</link><pubDate>Mon, 21 Aug 2023 01:18:54 +0700</pubDate><guid>https://insights.ditatompel.com/tutorials/running-wakapi-a-self-hosted-wakatime-compatible-backend-for-coding-stats/</guid><description>&lt;p>&lt;strong>Wakapi&lt;/strong> is a minimalist, &lt;strong>self-hosted&lt;/strong> &lt;strong>WakaTime&lt;/strong> - compatible backend for coding statistics. It&amp;rsquo;s cross-platform (Windows, macOS, Linux) and can be self-hosted to your local computer or your own server, so your data is really yours. This article will guide you how to run Wakapi on Linux operating system.&lt;/p></description></item><item><title>Installing WireGuard-UI to Manage Your WireGuard VPN Server</title><link>https://insights.ditatompel.com/tutorials/installing-wireguard-ui-to-manage-your-wireguard-vpn-server/</link><pubDate>Tue, 06 Jun 2023 04:20:43 +0700</pubDate><guid>https://insights.ditatompel.com/tutorials/installing-wireguard-ui-to-manage-your-wireguard-vpn-server/</guid><description>To manage WireGuard peers (client) on a single server easily, you can use WireGuard-UI, a web-based user interface to manage your WireGuard setup written in Go.</description></item><item><title>How to Setup Your Own WireGuard VPN Server</title><link>https://insights.ditatompel.com/tutorials/how-to-setup-your-own-wireguard-vpn-server/</link><pubDate>Mon, 05 Jun 2023 19:04:57 +0700</pubDate><guid>https://insights.ditatompel.com/tutorials/how-to-setup-your-own-wireguard-vpn-server/</guid><description>This article will guide you to setting up your own WireGuard VPN server using Ubuntu 22.04 server on a cheap ~$6 VPS and use it as your internet gateway.</description></item><item><title>Misskey NodeJS (NVM with PM2) update steps</title><link>https://insights.ditatompel.com/tutorials/misskey-nodejs-nvm-with-pm2-update-steps/</link><pubDate>Sat, 20 May 2023 08:52:58 +0700</pubDate><guid>https://insights.ditatompel.com/tutorials/misskey-nodejs-nvm-with-pm2-update-steps/</guid><description>&lt;p>If you&amp;rsquo;re following my article about &lt;a
 href="https://insights.ditatompel.com/tutorials/how-to-install-misskey-in-ubuntu-22-04-manual-without-docker/"
 
 >How to install Misskey in Ubuntu 22.04 (Manual Node.js and PM2 without Docker)&lt;/a>, you may encounter some problem when trying to &lt;a
 href="https://misskey-hub.net/en/docs/install/manual.htmlhow-to-update-your-misskey-server-to-the-latest-version"
 
 target="_blank" rel="noopener noreferrer">update your Misskey instances&lt;/a>.&lt;/p></description></item><item><title>Rescue broken asciinema-server upgrade (PostgreSQL 12 => 14)</title><link>https://insights.ditatompel.com/tutorials/rescue-broken-asciinema-server-upgrade-postgresql-14/</link><pubDate>Sat, 11 Mar 2023 08:52:39 +0700</pubDate><guid>https://insights.ditatompel.com/tutorials/rescue-broken-asciinema-server-upgrade-postgresql-14/</guid><description>&lt;p>Today, I&amp;rsquo;m experiencing some problem with my recent self-hosted asciinema server upgrade. After following the upgrade process according to the &lt;a
 href="https://github.com/asciinema/asciinema-server/wiki/Installation-guide"
 
 target="_blank" rel="noopener noreferrer">asciinema-server documentation page on GitHub&lt;/a>, the &lt;code>phoenix&lt;/code> and &lt;code>postgresql&lt;/code> containers failed to run and kept restarting.&lt;/p></description></item></channel></rss>