Avatar

schmurian

schmurian@lsmu.schmurian.xyz
Joined
2 posts • 51 comments
Direct message

I recently installed linkding which works quite well.

permalink
report
parent
reply

Ah, sorry. You‘re right.

permalink
report
parent
reply

An example for a raspberry audio setup could be balena sound

permalink
report
parent
reply

I recently saw a blogpost somewhere, where someone used git versioning for writing, and I find this idea highly intriguing. Then I realized, that I already have an app that would allow me to work like this: NotesHub

For now, I only started a journal, but I plan for some time already to start writing again.

Obsidian is great too, but a pain when it comes to syncing on iOS.

permalink
report
reply

Yeah, I feel the same about hypes, still ansible seems like a useful concept. Anyway, I agree it should support actual needs and not collecting dust somewhere. Which in my case are some microcontrollers.

Lemmy was my way back into federation and so far I enjoy it! :)

It think to strive for a simple to maintain solution is not necessarily requiring technology from the early days of the internet. We‘ve come a long way and personally I enjoy to be able to build something „simple“ that still looks modern. So, yes. I try to keep the amount of screen time small, but there are so many cool services out there to try!

permalink
report
parent
reply

Files not being fully synced and ended up corrupt. This happened especially on iOS with documents actively worked on like for example numbers sheets.

permalink
report
parent
reply

I totally can relate to that, and have similar project waiting for me.

When it comes to wordpress, we quickly abandoned it in favour of simpler, static site generators, based on the fact, that we don‘t need all of the bloat that comes with wordpress. If you‘re interested, hugo is one example that is referred to quite often.

A git repository should be doable. Not sure about the wordpress part, but I guess anything could be setup with CI/CD pipelines or with ansible if you‘re up for another tool. (There‘s currently a hype around this approach and I see why it appeals, but I haven‘t wrapped my head around that tool yet)

permalink
report
parent
reply

I tried docker and stopped shortly after, because it was adding a layer of complexity I was not prepared for at the beginning. So I started with services I could run on bare metal with an OS like Ubuntu. For this a basic website for clients could be a good starter because it might only need a reverse proxy with php and a database. BUT this already opens questions around how secure is your server, which would be the first topic I would focus on, especially when hosting stuff for clients. Because if something happens to their data, you‘re responsible for it.

If it‘s just a static page like a portfolio, simple things like restricting access with firewalls ACLs and other basic server configurations might already be enough.

For hosting email, this topic still hasn‘t come to a mence for me, because it sounds like a lot of time and effort that goes into maintenance so I keep looking for hosted services with a good privacy approach.

What resources are you thinking of (there are many). Again, the best way of approaching it is take something with little dependencies and components that are well documented and easy to learn, so you can focus on how to monitor the host, and make sure you can administrate it fast and efficiently.

Later on you can add more complex services and learn about the new components.

permalink
report
parent
reply

Fair point actually.

permalink
report
parent
reply

Well, in terms of learning, I‘m still learning, and I‘m already a few years in. In terms of time in front of a screen, it depends on how much automation you throw at your services and builds. It will always come back to questions like: what if an update changes the way the software works? What if something breaks, like a config or a dependency overwrites another. How good do you know the parts of the services for troubleshooting? Do you have a backup? How fast can you rebuild your systems? If you have answers to these questions, you can feel confident in hosting services for yourself and others. If not, you can try but will run into these moments at some point, where you need to fix something fast. And that‘s the moment where you spent your time in front of a screen.

permalink
report
parent
reply