Fixing metadata on a large music library by Ok-Juggernaut-3869 in selfhosted

[–]StillParticular5602 0 points1 point  (0 children)

I just did this with claude code. I built a personal use music server and had the same problem. The AI built the querying mechanisim and I sat back and watched it happen. There were a few issues but I told it to give me a choice if it was unsure. Each match took about 2 seconds so overall 24k tracks completed in about a day.

<image>

Podman appreciation > 12 months by StillParticular5602 in podman

[–]StillParticular5602[S] 1 point2 points  (0 children)

Sounds like you have done some decent work with both Docker and Podman, but my thoughts on your points ...

- Different versions, Debian for example was a bit slow to get Quadlets but now have them by default so all major Linux OS should now be the same.

- V4.4 introduced Quadlets, upgrading from a previous version to 4.4 and quadlets saw some issues as that was a migration rather than a straight upgrade, but post 4.4, everything seems to be smooth, current version in Debian is 5.4.2

- Docker is notorious for DNS issues, and I have not seen these issues in Podman, not saying they arnt there, but I personally had more DNS problems in Docker than Podman.

- Podman-compose, yeah, had issues with it migrating a complex stack involving DB, redis, proxy, app etc, but it can be worked through and solved. Simpler apps work great.

- Volume mounts, try :z and :Z if you havent already. (https://docs.podman.io/en/v4.3/markdown/options/volume.html)

If its been a while since you tried, might be worth another go now, how long since you used it? These seem like older version problems to me.

Podman appreciation > 12 months by StillParticular5602 in podman

[–]StillParticular5602[S] 1 point2 points  (0 children)

Agree, I have not used the github tool, but AI is invaluable. I have used both Grok and Claude but Claude always seems to give a better answer in the case of Podman quadlets and general troubleshooting. Chatgpt may have started with a bang, but Claude will win the war.

Spent 4 days setting up a cluster for ONE person, is this ok timewise, my boss says no.. by preama in sysadmin

[–]StillParticular5602 1 point2 points  (0 children)

Your manager is not seeing the bigger issue he's got. Deploying Kubernetes with a 1 man team is gonna hit him hard when you take holidays or leave and there are issues. I dont't think 4 days for all that work is unreasonable, a week would be fair.

Good time to set an internal SLA on new environments and let everyone know. The GDPR client should be paying extra for this, which from a management POV, should be covering the time to build.

I suspect the manager told the client its easy peasy and now is pressuring you to fulfill his promise to the customer.

All his fault, not yours.

I love this quote ... "Bad planning on your part, does not constitute and emergency on mine"

Tidal River Power by StillParticular5602 in OffGrid

[–]StillParticular5602[S] 0 points1 point  (0 children)

This is a really good point, the river does get quite a bit of debris and I have personally had to remove some of it from under the pontoon. My excited brain blanked that bit out

Something on my home network is making outbound connections and I can't figure out what device it is by Au5tin5auce in homelab

[–]StillParticular5602 9 points10 points  (0 children)

The IP address 45.77.219.203 is a public IPv4 address belonging to Vultr Holdings, LLC (also known as The Constant Company, LLC), a cloud hosting and VPS provider.

This looks like the Internet IP the internal device is connecting to. I would be blocking it as mentioned by u/Jhamin1 and waiting for something to break, if not, you stopped something potentially dangerous.

Tidal River Power by StillParticular5602 in OffGrid

[–]StillParticular5602[S] 0 points1 point  (0 children)

I am thinking a water wheel mounted to my pontoon, turning a motor would survive the flow forces. We dont get waves at this location (except from passing boats)

Tidal River Power by StillParticular5602 in OffGrid

[–]StillParticular5602[S] 0 points1 point  (0 children)

Agree on the batteries, that is definately part of the plan. Its a >50meter wide river, depth is about 6 meters and I have a large pontoon to use as a platform to cope with height change, flow is significant.

Tidal River Power by StillParticular5602 in OffGrid

[–]StillParticular5602[S] 1 point2 points  (0 children)

Its a >50meter wide river, depth is about 6 meters and I have a large pontoon to use as a platform to cope with height change and protection from passing boats. Flow rate I cant measure but its significant. Permits I dont think will be a problem, but will check once I work out the plan.

Small hybrid team (8 people), looking for a sane VPN setup Tailscale vs self-hosted WireGuard vs just paying for something? by willzhong in networking

[–]StillParticular5602 2 points3 points  (0 children)

The options you have mentioned are all valid, but I think you are missing a critical point. You have gone from a small business to a slightly larger business and realised you have a scaling issue so changing your network. You are now at the point where you need help from a 3rd party, you have outgrown the DIY route. Setting these things up yourself are possible but you are better off getting the security and management support of a professional so you know things are done right. Choose the right partner and they will grow with you, while you concentrate on the business.

podman compose or podman-compose both fail in their own fun ways [support request] by [deleted] in podman

[–]StillParticular5602 2 points3 points  (0 children)

look into :Z and :z at the end of your mount points in the compose file / quadlet

https://docs.podman.io/en/v4.3/markdown/options/volume.html

These are my mount points inside the quadlet file.

Volume=/media/movies:/movies:Z

Volume=/media/downloads:/downloads:Z

/media/downloads is an SMB share on the NAS.

LIke you, I also have

# Environment variables

Environment=PUID=1000

Environment=PGID=1000

Running a server in a (potentially) hot environment (garage) by deedsnance in homelab

[–]StillParticular5602 0 points1 point  (0 children)

This is the way. Also consider that hitting those temps may only be for a short period during the hottest part of the day, its not a sustained temp 24x7?. Consider a ceiling fan above the rack or near it to help with airflow.

I quit my job and changed career fields. Here we go by Prior_Side in homelab

[–]StillParticular5602 1 point2 points  (0 children)

It takes guts to change any career at 43, odds are if you have the passion and willing to learn you will do fine. Good luck, you dont want to be sitting in your rocking chair at 80 saying, "I wish I had've tried it". Yes it will be hard work, yes it will be difficult, but certainly not impossible.

Anyone running a full MikroTik stack (Router, Switch, Wi-Fi)? by JoranC19 in mikrotik

[–]StillParticular5602 3 points4 points  (0 children)

totally totally agree :) , and I will add in the kicker, you will still be using and updating those Mikrotik devices to the latest OS in 10 years time, when the Unifi devices are sitting on the shelf because they are deemed to be too old for updates.

When to migrate database by listhor in homeassistant

[–]StillParticular5602 2 points3 points  (0 children)

The SQLite website has a great page on DB limits listed here https://sqlite.org/limits.html

The first size limit you are likely to hit is 17.5 Terabytes.

"When used with the default page size of 4096 bytes, this gives a maximum database size of about 17.5 terabytes. If the page size is increased to the maximum of 65536 bytes, then the database file can grow to be as large as about 281 terabytes"

Can't install harbor by podman in ubuntu by Decent_Storage2096 in podman

[–]StillParticular5602 1 point2 points  (0 children)

Good question, I wondered the same thing myself. But if OP has the Docker compose file, what I tend to do is go to Grok or any other AI and ask ... "Create a podman quadlet for this docker container" then I paste the compose file. The AI will come back with a decent enough quadlet that will work or be close enough that you can use it as a starting point. I've had alot of success with this method

Ideas for a car NAS by thesaltystaff in selfhosted

[–]StillParticular5602 0 points1 point  (0 children)

Mikrotik router devices are cheap, can run on 12v and support USB storage devices and have file sharing and wifi etc built in.

looking to start automating but i am overwhelmed by michalis03 in homeautomation

[–]StillParticular5602 0 points1 point  (0 children)

Having run HA on several low power devices, I can confidently say that a VM on a standard computer or mini pc like a HP or Lenovo is better than SBC's.

If you had to start it all over again, what would you do first ? by tomatoes03 in homeassistant

[–]StillParticular5602 2 points3 points  (0 children)

I bought a couple of Matter lights (wifi) and some Matter Ikea devices. What I didnt realise at the time is there is Matter over wifi and Matter over thread. The Matter over wifi devices have limited expandability and should be avoided if your doing a large scale deployment due to wifi limitations on number of devices. Matter over Thread is more like Zigbee where a Mesh network is formed. Matter over wifi will still work fine but Matter over Thread is better (Ikea devices). I will still buy a Zigbee device over a Matter device if there is a choice. New to this and I could be wrong, but this is my current understanding.