Home
About
SK blog
Rapture in Everything
Posts tagged "self-hosted"
2017 Dec 14
2017 Dec 14
Wallabag - with MySQL and RabbitMQ
How I discovered Wallabag and made it run on Ubuntu with MySQL and RabbitMQ for Imports. Everything I needed to do should be here,...
tech
how-to
self-hosted
2017 Nov 20
2017 Nov 20
Hosting a .NET Core 2 app on Ubuntu
A few months ago I'd started a fun side-project of moving my personal web apps from various Windows-based services to a single Ubuntu VM because of the release of Ghost 1.0. Later, I'd managed to replace my Bonobo Git Server with Gitea. The last piece was to move a custom app - which was written in .NET and needed to be re-written to run on Ubuntu. (And it took forever to find time to do that.) So after I had my app re-written with .NET Core 2[1] MVC, using Vue, Bulma, TypeScript and some arcane Webpack stuff that...
how-to
tech
ubuntu
2017 Nov 14
2017 Nov 14
Making Gitea start automatically with systemd
I managed to deploy my Gitea service, but had difficulties getting it to start automatically on system startup. (Oh, I really miss Windows Scheduler.) I stumbled upon an article explaining how to define a simple systemd unit. I attempted to write one, and it worked! Here is what I came up with:...
how-to
git
ubuntu
2017 Aug 16
2017 Aug 16
Running a git repo site on nginx on Ubuntu
Last time around I wrote about migrating my webs to an Ubuntu VM. One of the few things that were left to migrate was my private git repo hosting site. I'd used Bonobo Git Server and had always been satisfied with it. Since it doesn't target .Net Core, I didn't see any reasonable way to run it on Ubuntu. After some searching, I'd fortunately stumbled upon Gitea. To get it up and running for the first time wasn't that difficult. I just had to: sudo useradd -m gitea wget https://dl.gitea.io/gitea/1.1.3/gitea-1.1.3-linux-amd64...
how-to
git
migration
Newer