Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Good morning Fedi friends and happy Saturday!

Uncategorized
23 8 93

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    18 Posts
    63 Views
    @d1re_w0lf @jd thank you for the recommendations! GetOutline looks a little basic but AppFlowy is exactly what I need: something FOSS, self-hostable, with sophisticated content blocks. I had never heard of it before, so thank you! (now, if there was a way to turn off all their AI nonsense, it would be even better) 😅​
  • 0 Votes
    1 Posts
    2 Views
    Commitin programming crimes }:->Few weeks ago I seriously looked to the mine OpenHAB installation and asked a question for myself: "Am I really need it?" Look, I have a few ZigBee devices, which are connected to the my server with the help of ZigBee2MQTT. Thusly, all necessary values and knobs are accessible through the MQTT topics.And I'm using the OpenHAB (big Java application which eats ton's of RAM and constantly swapping) just to:1) Read values from MQTT topic2) Read weather forecast from Open-Meteo through simple REST API endpoints3) Store all the data to the PostgreSQL DB.4) Display these data in the nice Web page which works only in browsers with JS engine.So, basically, I trade tons of RAM and processing power just for a nice web-page with few indicators. While retrieving data from my ZigBee devices processed by the another service.After that thought, I started to think about replacing this monster with small hand-written program, which will not eat 700 MB of RAM. Just Nginx, small FastCGI script on C, which will read values from DB and display them on the simple HTML page. And another small daemon (also written in C) which will take data from MQTT topic (and from REST API of Open-Meteo) and will write them to the DB. And possibly some PGSQL procedures to analyze these data.At least I'll have fun #programming #C #smarthome #selfhosting
  • 0 Votes
    1 Posts
    8 Views
    I have a confession. I installed my Mastodon server software on my VPS that is marketed as a "storage" VPS. 😎 How awesome is that? 😎 It has a 1TB SSD anyway and 18GB of RAM, so why not increase the RAM usage? 😎 #mastodon #fediverse #selfhosting #vps #storageserver #tech #geek #itstudent #humane_tech #decentralisation #openweb #technology #sysadmin #bigstorage #ram #ssd #doityourself #coding #linux #serverlife #webhosting #diytech #compute #network #activitypub #awesome #engineering
  • 0 Votes
    1 Posts
    10 Views
    ​ Attention #YunoHost users ​I bring you my #SelfHosting facepalm moment of the day.PSA for you, which may save you some time. Learn from my lesson!I attempted to connect to my VPS (running YunoHost) in Terminal, with SSH. I couldn't get in... the password kept getting rejected.Then I put the VPS in "rescue mode" and generated a new root password. That didn't work either.Then I restored the VPS from yesterday's snapshot. Hetzner emailed me a new password. Which didn't work.Then I remembered: YunoHost disables root access. The only username that works for SSH is YOUR YUNOHOST ADMIN username, gaaaah.End of my PSA I hope this saves you some time 😅​#MySoCalledSudoLife #CertifiedNewbie