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

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

help-circle



  • 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.




  • irmadlad@lemmy.worldtoSelfhosted@lemmy.worldRule 3 - Updated
    link
    fedilink
    English
    arrow-up
    17
    ·
    9 hours ago

    I appreciate everyone’s input on this! And remember I’m just here to help

    Well you certainly have brought a lot of clarity to the table, and that is admirable and appreciated. Most of use left Reddit for a reason. It would be nice if lemmy.world/c/selfhosted didn’t turn into Reddit. There are so very few selfhosting brain trusts out there.



  • Abut 35+ years ago, I stuck a finger up and didn’t like the way the wind was blowing. I decided to do something about it. While I am a prepper, I do not prep for EOTW scenarios. If we start dropping nukes, point me towards the blast cloud and let this universe recycle the energy it takes to keep this meat bag alive, into something else.

    I do, however, prep for inclement weather, shortages, civil unrest, pandemics, etc. I have solar and whole house generators. I grow my own food, raise my own livestock, can and freeze my vegetables, meats, and such. During the pandemic, I rarely ventured off the compound as there was no real need to. I’ve long since turned my dining room into a pantry and it is well stocked and rotated. I stock medicinal supplies, things that would be needed in a disaster scenario, not gadetry. I have taught myself the skill of making very good alcohol, which can be used medicinally, and for barter. I stock a lot of staples, things that can be turned into multiple meals; flours, sugar, corn meal, etc.

    I would say that my servers would be a minor issue or concern in a disaster scenario. I would most likely depend on Ham radio and CB communications, vs the internet. We would be back to living like say mine, or your, grandparents did. Very lean and close to the bone, relying on what we could scratch together to survive, such as Victory Gardens, etc.

    We live in a world of convenience, and while that’s great and all, we get used to the notion that we will always be able to go to the grocery to pick up food supplies, and that is a false comfort. For anyone interested, I’d start with extending your pantry. Make wise purchases. Don’t fall for all the gizmos and gadgetry surrounding prepping. They’ll sell you a sack full of crap you’ll probably never use, or be useless when the time comes.






  • It’s quite secure. Privacy depends on who you ask. Obviously Cloudflare will be handling your data which is something some selfhosters do not like. Ultimately you have to make that decision as to whether it fits within your threat model. As far as security, you don’t need to fiddle with NAT or open/close ports. You will, of course, need to allow ssh in UFW, so you can admin the server itself. All you do is install Cloudflare Tunnels/Zero Trust on the server, and Cloudflare takes care of the rest. If you decide to go the Cloudflare Tunnels/Zero Trust route, I have a set of my notes I would be more than happy to share. They’ve seemed to have helped a handful of people, and you could use them as a guide.