Home
About
SK blog
Rapture in Everything
Posts tagged "how-to"
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 [https://zblesk.net/blog/ghost-learning-nginx-on-ubuntu/]. Later, I'd managed to replace my Bonobo Git Server with Gitea [https://zblesk.net/blog/running-a-git-repo-site-on-nginx-on-ubuntu/]. 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...
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 [https://zblesk.net/blog/ghost-learning-nginx-on-ubuntu/] 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 [http://bonobogitserver.com/] 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 [https://gitea.io/]. To get it up and running f...
how-to
git
migration
2017 Aug 08
2017 Aug 08
Ghost: making me learn nginx on Ubuntu
So the time finally came: Ghost 1.0 [https://github.com/TryGhost/Ghost/releases/tag/1.0.0] is out. My setup is a little more complex than the vanilla one: on this site, there are two blogs next to one another: one here at /blog [https://zblesk.net/blog], and a separate one at /sk [https://zblesk.net/sk]. I also have other Ghost blogs in different places and domains. This post documents the stuff I had to learn, and what I ended up using, in case I need a refresher. For various reasons, I run th...
how-to
blogs
tech
Older
Newer