Incessant tinkerer since the 70’s. Staunch privacy advocate. SelfHoster. Musician of mediocre talent. https://soundcloud.com/hood-poet-608190196

  • 33 Posts
  • 1.67K Comments
Joined 1 year ago
cake
Cake day: March 24th, 2025

help-circle



  • irmadlad@lemmy.worldtoSelfhosted@lemmy.worldI need a map...
    link
    fedilink
    English
    arrow-up
    12
    ·
    7 hours ago

    OP, I failed to mention one of the most important things you can do as a novice or even as a seasoned vet: take prolific notes. Write down everything. All the commands, all the steps, you’ve used in conjunction with setting up whatever service you choose, everything. What I do is while I’m in the middle of deploying something, I write everything down. Upon a successful deployment, take those notes, clean them up, and include them in my 3,2,1 back up scheme. Don’t be lulled into the notion that you’ll be able to remember everything 6 months down the road. You wont! That’s the devil talking Bobby Boucher. Take notes. They’ll save your ass in the future.



  • Is this a “learn it by coding it” project or is it a “I want this thing to exist, no one has done it, but my code skills aren’t quite there” project?

    This is a practical use learning project. I’m sure there have been many iterations of what I’m trying to learn. I’m a prolific reader and consume a lot of data, but I learn the best by hands on. Read, do, screw it up, rince/repeat ad nauseam until I get it right, and then I write that shit down because my brain is shit at remembering.




  • irmadlad@lemmy.worldtoSelfhosted@lemmy.worldI need a map...
    link
    fedilink
    English
    arrow-up
    8
    ·
    11 hours ago

    I’m the map, I’m the map, I’m the map /s

    (In my mind this is hosting images, music, video, connected home controls, search and email)?

    • Hosting Images: Immich seems to be a hit
    • Music: Navidrome which I use daily
    • Video: Jellyfin seems popular these days. Part of the 'arr stack
    • Home Controls: Home Assistant gets rave reviews
    • Search: Searxng which I use daily
    • Email: MailCow gets some good reviews

    What are the specs on that SFF? Of the 6 I listed, Immich and Jellyfin might need a few more resources, especially transcoding video. I am not familiar with running either. The rest should run within a nominal spec of something post 2015. I’m running that and another 30+ containers on a little Dell Optiplex 7020 SFF with the i7-4790 chip and 32 GB RAM (which is a bit overkill), and it barely breaks a sweat. Load averages usually run .20 .15 .35, essentially sleeping. The only time it’s under a real load is on boot up starting about 40 containers total, and that usually takes less than 2 minutes.

    I mean, you could start lower on the totem pole and work your way up to those 6, but if your equipment is, like I said, within the last 10 or so years, you should be fine to march right on up to the top. That is, unless this is a learning mission for you and you wanted to just ‘try out’ other similar containers. If I were to give you a map, I’d say start with one container. See how it runs. Learn it. Take note of load averages, temps, resources. Then slowly add to the list. Worst case you might have to split the load between a laptop server and the SFF or NAS if it has capabilities to do so.

    There are some security measures to keep in mind with Jellyfin, and with all containers you run really. But Jellyfin seems to need some extra attention, or so I’ve read.

    I’m not sure how far along you are as a ‘novice’, but Linux Upskill Challenge is always a good bookmark.






  • envsubst sed

    Ahh more to explore. Thanks.

    your requirements aren’t very clear on what you want this data for or how it will be used.

    Apologies. As per usual, it’s all in my head and sometimes doesn’t make it to paper. I am using Homarr dashboard. Homarr has the ability to incorporate iframes. Ideally I would like to parse the JSON data into a prettier format perhaps adding some icons in the future once I get it all hammered out, and display it in an iframe on my dashboard.

    Thank you for the leads and your time.


  • Have you heard of reticulum?

    Never, but I will spool up on it.

    Always fancied growing my own food

    Even in a small yard, one can grow enough food to offset buying at the local grocery. Container gardening. Maybe using some areas of your landscaping for a small grow. I’ll tell you that there is nothing like home grown food. It tastes much different than what you find in most groceries. For instance, I look forward in much anticipation to tomato season. I grow all kinds of varieties. Store bought tomatoes are usually picked green, flooded with Ethylene, and shipped. That will never compare to a sliced tomato, ripe off the vine with some mayo, salt and pepper, between two slices of bread.


  • It mostly depends on what you’re doing with the property

    Well, I used to be a farmer among other things in a former life. I’m 71 now and a bit too old to be running a farm full time. So I lease most of it out to other farmers in the area to grow silage for their livestock. I still retain some for my livestock, and personal grows. I also have parceled out a couple of half and quarter acre plots for the townies to grow their community gardens. Positive cash flow and all that.


  • Home Assistant

    I thought about Home Assistant, but I’m not sure what I’d do with the rest of it’s capabilities. I live in a house built in the latter part of the 40’s sitting in the middle of 22 acres. Besides a monitor for all my security cams which I already have set up, there’s not a whole lot to automate with Home Assistant around here. LOL 2 rooms, one bath, part of which have the original logs from when it was a log cabin. Not a whole lot to keep up with.


  • I’m using Homarr which has the capabilities of iframes.

    Is this not JSON format?

    ETA: I guess I should have posted it as such:

    spoiler

    [{"json":{"cod":"200","message":0,"cnt":40,"list":[{"dt":1780693200,"main":{"temp":29.4,"feels_like":29.23,"temp_min":29.4,"temp_max":29.68,"pressure":1019,"sea_level":1019,"grnd_level":984,"humidity":42,"temp_kf":-0.28},"weather":[{"id":803,"main":"Clouds","description":"broken clouds","icon":"04d"}],"clouds":{"all":65},"wind":{"speed":4.11,"deg":213,"gust":4.12},"visibility":10000,"pop":0,"sys":{"pod":"d"},"dt_txt":"2026-06-05 21:00:00"},{"dt":1780704000,"main":


  • Use Case: I want to display a daily and extended forecast on a dashboard perhaps via an iframe or other means. I get tired of going to the weather channel and having them complain about my ad blocking techniques. LOL Also, I thought it would be a good learning exercise for me. I’m using n8n to pull the raw data from OpenWeather API. I can generate the JSON data fine (at least it was an accomplishment for me), it’s just getting that JSON data into a prettier format to display on a dashboard with maybe some pretty little weather icons later on when I get it down pat.

    I mentioned Python because it seemed like a language I see others use for this sort of thing, but I am willing to explore other avenues. I am not very strong at coding. I can muck by, fiddling with this or that until I finally get something that works. Then I immediately commit that to my notes because my brain is shit at remembering things.


  • If you’re new to programming in general,

    I’m not new to programming, I’m just not very strong or proficient at all at it. You’ve given me a lot to read, and I thank you.

    Btw, you are definitly not limited to using Python for this

    I mentioned Python because that seems like a language a lot of people use for this sort of thing, but I am willing to entertain any other avenues…except perhaps Microsoft’s Power BI, which is discontinued.

    Thank you.