If you’ve ever set up an application like Plex with a web server on a non-standard port, wanted a bit more security to go into accessing applications over networks that you may not fully trust, or even just wanted to ensure all of your requests to your web services just go to one place so you don’t have to mess with firewall rules every time you make something new then this article is for you.
Projects
See what im working on:
When creating applications that you’d like to run over a continuous period of time, you’re eventually going to need to worry about timing, system integration, and startup/exit behavior, but while creating your own methods to do so I’m sure you’ll learn a lot about the Linux operating system, but often times its a bit more work than one would like just to get a simple application running. For this tutorial I’m going to show you how I created a service to run my Eva Unit-01 discord bot.