Changed reference for rpi.webp image.

This commit is contained in:
2022-07-02 20:29:40 -04:00
parent 9d569f295a
commit cd00a477b9
4 changed files with 10 additions and 10 deletions

View File

@ -21,7 +21,7 @@ _N.B.: I hope to add screenshots for each of these eventually. For now, I hope l
I have to admit that the name leaves something to be desired. Fortunately, the service itself doesn't fall short. Mealie is a recipe management application. It is able to parse your favorite recipe websites to create immortalized versions of the recipe. This helps fight detestable [link rot](https://en.wikipedia.org/wiki/Link_rot) that plagues the internet. It allows you to edit ingredient amounts, make comments about what you would change next time, and plan out your weekly meals. It helps that it is beautiful and intuitive to use. If only I could get my partner to use it...
{{% sidenote %}}
I want to go on the record here and say that I think it is sensible that she doesn't trust my self hosted services that much. In the early days of my self hosting journey, let's just say that the up-time of my services were extremely finicky. I like to think they are more permanent now, especially because I am hosting everything on a VPS, but I certainly cannot compete with the stability of Google and Amazon. (Or pretty much any other paid service for that matter.)
{{% /sidenote %}} \U0001F609
{{% /sidenote %}} \\\U0001F609
1. [Gitea](https://gitea.io/en-us/)
@ -30,7 +30,7 @@ I want to go on the record here and say that I think it is sensible that she doe
The docker-compose file is where I determine which services I pick to host, and how to configure them to my liking.
{{% /sidenote %}} 1. [Syncthing](https://syncthing.net/)
If I could only tell someone to self host a single service, I would have to pick Syncthing. It is a continuous file synchronization program, which means it keeps a specific file or folder the same between any device running Syncthing. I use it to keep my [password database](https://keepassxc.org/) and my [org-mode notes](https://orgmode.org/)
If I could only tell someone to self host a single service, I would have to pick Syncthing. It is a continuous file synchronization program, which means it keeps a specific file or folder the same between any device running Syncthing. I use it to keep my [password database](https://keepassxc.org/) and my [org-mode](https://orgmode.org/) notes
{{% sidenote %}}
Now org-mode might be the biggest rabbithole of them all, and definitely the topic for another blog post. I use it to manage my TODO list, my lab notebook, my shopping lists, write this blog, and maintain my [Zettelkasten note database](https://zettelkasten.de/introduction/). It is an immensely powerful tool.
{{% /sidenote %}} up to date between all of my devices. With Syncthing, all of my data is stored on my own devices and encrypted in transit.