Self-hosting feels good and gives me the freedom to access my files even when GitHub experiences issues. In this project, I will create a script to synchronize my files from GitHub to my Gitea inst...
Self-Hosting: Syncing Files from GitHub to Gitea
Packaging cli applications in java
My favourite tool is pico-cli, for the ease of configuring my runner classes. On the minus side, all those annotations introduce dependency on the framework… but meh, it is good enough for a fast...
Setting Up Gitea Behind an HTTPS Reverse Proxy with Nginx
To host my code, I opted for a self-hosted Gitea instance. Here’s how I set it up: 1. Install Git and SQLite: apt install git apt install sqlite3 2. Download and install Gitea: wget -O gitea htt...
Setting Up a DigitalOcean Droplet as an Internet Hook
To establish a DigitalOcean droplet as an internet hook, follow these steps: Create your droplet with a name of your choice. In my case, I named it “mono.” Update the droplet by ...