just_another_person
@just_another_person@lemmy.world
- Comment on Jellyfin troubles - phone cannot reach 14 hours ago:
That, or your phone is using an overridden DNS server and not your local DNS resolver while on your own network. Common with A droid specifically.
- Comment on Best tool for creating a basic business website 18 hours ago:
Ghost is meant more for hosting blogs and newsletters, not necessarily an interactive site.
Lots of static site frameworks out there: Hugo, Gatsby, Jekyll - all with their own strengths and weaknesses. Hugo probably has the largest following and template ecosystem, so may be faster to get started. Something a bit different that has some steam behind it is Grav CMS.
- Comment on How do I run docker compose on Bazzite? 3 days ago:
No, it’s the difference between your docker service knowing it’s datadir isn’t in /var/lib and not.
Shut down docker. Create a datadir in your writeable mount, change the docker configs to point to the new location, and restart.
Here’s an example: linuxconfig.org/how-to-move-docker-s-default-var-…
- Comment on How do I run docker compose on Bazzite? 3 days ago:
It’s an immutable distro, so the regular locations on the filesystem are all read-only. The only way you can do this is making sure you mount separate storage, or use the userspace home mount or whatever they call it. It’s trivial to move the docker dir to wherever, so just do that.
- Comment on Help : Self-Hosting RSS Feed for my blog (pls) 6 days ago:
Are you talking about just a straight HTML/CSS static blog, or is it created in a framework of some sort?
- Comment on Version Dashboard 1 week ago:
When using semantic versioning of anything, it’s an intention to run that specific version. AKA version pinning or locking. Meaning you DON’T want it automatically updating unless you do it manually.
You especially don’t want this happening in a k8s cluster if you intend to run replicas with pulls enabled for obvious reasons.
As for being notified of updates, there are some tools out there for this, but I believe they only check for pulling specific tags, or latest tag. The way container registries work wouldn’t make it obvious what exactly you’d want to update, because there is no concept of tag inheritance. This means if a new tag showed up in a repo, you wouldn’t know if it’s an update to your specific current version of aomething, or just another tag. They don’t work like packages in this sense.
- Comment on People Are Losing Loved Ones to AI-Fueled Spiritual Fantasies 1 week ago:
Not trying to speak like a prepper or anythingz but this is real.
One of neighbor’s children just committed suicide because their chatbot boyfriend said something negative. Another in my community a few years ago did something similar.
Something needs to be done.
- Comment on CrowdSec vs Fail2Ban - What to use? 1 week ago:
Ok…but crowdsec bans abusive IPs. Are you saying your actions got you banned for some reason?
Also, whitelist first. Ban second.
- Comment on CrowdSec vs Fail2Ban - What to use? 1 week ago:
Crowdsec if you have many instances that need to report to each other.
If you just have a single instance and care to configure f2b for those services, then it’s fine. I would suggest incorporating the use of public blocklists though.
- Comment on CrowdSec vs Fail2Ban - What to use? 1 week ago:
Care to elaborate? This seems kind of insanely specific.
Also, if you’re using fail2ban, the same thing would happen.
- Comment on [deleted] 1 week ago:
For what, exactly?
- Comment on Android’s next big feature turns your phone into a desktop 1 week ago:
Cool. Samsung did this a decade ago though.
Everyone is abandoning Android with a passion thanks to Google’s bullshit.
- Comment on Your favorite "one click" self hosted open source app installer/server manager? 1 week ago:
Why wouldn’t it have logs?
- Comment on Your favorite "one click" self hosted open source app installer/server manager? 1 week ago:
Your desktop user doesn’t have access to root…
That might be why.
- Comment on Your favorite "one click" self hosted open source app installer/server manager? 1 week ago:
As I said in my comment…LOGS.
Learn more about what the actual error is and why it’s not working.
- Comment on Your favorite "one click" self hosted open source app installer/server manager? 1 week ago:
I don’t mean to be a downer here, but the phrasing and tone of your post makes me think you’re angry that it’s not just as simple as pressing a button and having it all work. That is not their point of intent.
You’re complaining about something not seeing your media folder, but seem to not understand why. That’s your first problem. Dig into the logs and docs and figure out why maybe.
For those wanting everything to be like an app store…not gonna happen. The variables involved in just being connected to the Internet alone, LET ALONE being able to route traffic to your installs and serve traffic properly seems way above the level of effort you choose to dedicate to understanding it.
If you want simple “one-click” stuff, then just go for that. That’s why PaaS exists. They make a platform easier to use, so you don’t have to fuck with stuff.
If you’re just here to complain that everything isn’t super easy for you, there is a simple solution to that…
- Comment on [deleted] 1 week ago:
Because you had multiple physical independent servers before, and now you have all of those same network interfaces cramming through one virtualized interface.
- Are you running these interfaces in bridge mode?
- What’s the link speed of the virtual interfaces?
- What’s the link speed of the physical interface on the machine they’re all hosted on now?
- Do you happen to have any QoS or other traffic steering happening on your router right now? It’s certainly going to get confused when you have all these VMs vying for traffic from the same physical interface as your router sees it.
- Comment on Cloudflare Tunnels is using the wrong DNS server on my k8s cluster 1 week ago:
That’s from a disconnected Cloudflare tunnel connection. Are you trying to run Cloudflare Tunnel inside your cluster for some reason?
- Comment on Trying to find a general-use project management software solution 1 week ago:
So…CCC seems to be a very basic inventory management solution. What this generally describes is a system compromised of a database with a front-ends that makes sense of whatever the particular project is (car repair), and provides an easy to interact with the database.
What you’re using now is simply for workflow management of projects in a simplified way, which is probably not what you want.
So you need a database, and you also want an easy way to interface with it, so you can check out the plethora of inventory management solutions in the FOSS space, but if you want something pretty simple that you can more easily customize for your needs and workflow, have a look at the FOSS alternatives to Airtable like nocobase. You set up a simple data structure, then can slap together quick forms to work inside of with whatever fields and data you choose. Dead simple, but very extensible.
- Comment on Cloudflare Tunnels is using the wrong DNS server on my k8s cluster 1 week ago:
Seems like you e changed your DNS settings and didn’t update everything after doing that…
- Comment on Is it possible to set what DNS server cloudflare tunnels uses when resolving local ips? 1 week ago:
- Comment on [deleted] 1 week ago:
It really depends on how your memory gets allocated when everything is at peak utilization. If you have a process that needs 4GB that you don’t want to fall over when memory runs out, then you need that +~10%-ish. If everything you’re running is critical, then you want at least the size of your memory allocated for swap.
- Comment on Google is shaking up its compensation to incentivize higher performance 2 weeks ago:
Lololzzz
- Comment on FCC urges courts to ignore 5th Circuit ruling that agency can’t issue fines 2 weeks ago:
“Trump doesn’t want you to know this ONE BIDEN TRICK to doing government business”
- Comment on Suggestion request: Self-hosted app for shared directories like google drive 2 weeks ago:
Then just start an Immich instance and share them that way. Easiest route if you want to make them browsable first.
- Comment on Suggestion request: Self-hosted app for shared directories like google drive 2 weeks ago:
You’re kind of asking the wrong question.
Are there ways to share stuff with a group of people that are self-hosted? Absolutely.
Can you get security through those means? Not without some unified authentication.
Maybe back up a few steps and figure out specifically how much trouble you’re willing to go through for this. There’s a reason these photo sharing platforms exist with sharing and permissions.
- Comment on Congress Moving Forward On Unconstitutional Take It Down Act 2 weeks ago:
Presidential immunity doesn’t extend to every other person acting at the direction of the President. In fact, it extends to nobody. It may not even work if prosecuted, because that’s not what SCOTUS actually said. They only said that president couldn’t essentially be held liable for presidential actions, and then didn’t clarify exactly what those were. They intentionally didn’t specifically make a list of this actions, which depending on your viewpoint, means it’s everything, or nothing.
- Comment on I want to build a Mini ITX PC for my home server, where do I start? 2 weeks ago:
They don’t have controllers. They present as JBOD. Great for software RAID, btrfs, ZFS…etc.
- Comment on I want to build a Mini ITX PC for my home server, where do I start? 2 weeks ago:
4-bay USB4 enclosure is $60. It’ll do fine.
- Comment on I want to build a Mini ITX PC for my home server, where do I start? 2 weeks ago:
Can’t do a full build for that amount. Just get a MiniPC. Check out Minisforum’s Refurb listings. Dirt cheap, and come with a warranty. Better hurry though…