- 62 Posts
- 511 Comments
Jeena@piefed.jeena.netOPto
Selfhosted@lemmy.world•How Do you keep your services updated?English
7·6 days agoYeah, For some reason I didn’t think of ansible even though I use it at work regularly. Thanks for pointing it out!
Jeena@piefed.jeena.netOPto
Selfhosted@lemmy.world•How Do you keep your services updated?English
2·6 days agoAnd it’s stable enough for you? Do you go service by service or is it good enough for everything?
Jeena@piefed.jeena.netOPto
Selfhosted@lemmy.world•How Do you keep your services updated?English
5·6 days agoSo everything is dockerized and points to :latest?
What about the necessary changes to the docker compose files? What about changes necessary in nginx configs?
I guess you also read each release notes manually?
Jeena@piefed.jeena.netOPto
Selfhosted@lemmy.world•How Do you keep your services updated?English
3·6 days agoI am developing a script which will do that specifically for my services.
Right now at the first stage it only checks GitHub, Codeberg, etc. To check if there is a new version compared to what each service is running right now.
https://git.jeena.net/jeena/service-update-alerts
I am extending it now with a auto update part, but it’s difficult because sometimes I can’t just call a static script because some other migration things need to run. So I have a classifier which takes the release notes and let’s a local LLM to judge if it’s OK to run the automation or if I need to do it manually. But for that I am collecting old release notes as examples from each service. This takes forever to do so I only have it done for PieFed, PeerTube, Immich and open-webui, and I didn’t push those changes to the public repo yet.
Jeena@piefed.jeena.netOPto
Selfhosted@lemmy.world•How Do you keep your services updated?English
2·7 days agoHm, I didn’t think of ansible, that’s something I should think about to use.
Jeena@piefed.jeena.netto
Technology@lemmy.world•Claude AI down: Anthropic users hit with errors as chatbot goes offlineEnglish
5·10 days agoI’m vibe coding a app for my TV to show random pictures from my immich instance on the TV and now it’s a bit broken and anyway I want it to fix the app!
Jeena@piefed.jeena.netto
Selfhosted@lemmy.world•n8n + Ollama: self-hosted AI automation that actually worksEnglish
6·11 days agoWhat is n8n?
Jeena@piefed.jeena.netto
Political Memes@lemmy.world•A Kingslayer is the hero we needEnglish
10·12 days agoIf he is from Alabama its just a bonus.
I know what you mean, at work right now when you run Linux they don’t give you support but they also don’t enforce any of the bullshit but skill give you VPN access to the work resources.
On win and Mac they dust disabled USB storage access and there is a to other bullshit going in TN the name of security while everyone uploads their code to openai or anthropic because they’re pushing for it
So now I am hidden from IT, when those Sanitized Linux ditros start showing up they will build in the same bullshit as they have from win and Mac now and then I’m fucked, because they will force me to use them
Jeena@piefed.jeena.netto
Lemmy Shitpost@lemmy.world•James Jones spitting some quick factsEnglish
36·16 days ago
Jeena@piefed.jeena.netto
pics@lemmy.world•Entry to Century Park Pudong Shanghai. [OC]English
2·16 days agoLooks very cool!
Jeena@piefed.jeena.netto
Selfhosted@lemmy.world•Simple Shared Family Calendar and Notes with RadicaleEnglish
9·21 days agoOne caveat is that all of us are using the same user radicale user account
This is not necessary, we don’t do that we have the same setup but what I did was I just symlinked the shared calendars, to all the users, see https://github.com/Kozea/Radicale/wiki/Sharing-Collections
Jeena@piefed.jeena.netOPto
Showerthoughts@lemmy.world•Million seconds → ~11.6 days, how much is a billion?English
2·29 days agoThe concept movie In Time with Justin Timberlake thematizes it. In it the people don’t have abstract money like us, they have lifetime which ticks down. The poor people live from day to day and only make money for one more day, the rich have milions of years.
Jeena@piefed.jeena.netto
Today I Learned@lemmy.world•TIL that in uber in certain countries you can select a driver that does not talk for people who prefer silent drivesEnglish
9·1 month agoI’ve not used Uber much but in Taxis the taxi driver doesn’t talk to you as long as you don’t start the conversation, or perhaps it’s just me being and looking like foreigner everywhere I go.
Nice colors!
I took one of it too but it was already 8 years ago https://jeena.net/photos/377
Jeena@piefed.jeena.netto
Asklemmy@lemmy.ml•How does Onlyfans models earn thousands and in some cases millions per month, meanwhile a lot of opensource developers earn less than 1000$ per month?English
2·1 month agoYeah, those few who are successfully there are very good at marketing I guess.
Jeena@piefed.jeena.netto
Asklemmy@lemmy.ml•How does Onlyfans models earn thousands and in some cases millions per month, meanwhile a lot of opensource developers earn less than 1000$ per month?English
16·1 month agoSupply and demand. There are so many editors out there and only few who need one.
Yeah, actually once I realized how much they have I turned it off in panic first, but then I realized, turning it off only disallowes me access to it, they still have it, so I turned it back on.
OK, I didn’t read the full text but I saw self-hostable alternative to Google Timeline and Hona Assistant and I’m sold!
Google timeline once genuenly helped me get my Swedish citizenship, but it also freaked me out how much data Google had about me.
I had to write down when I left the country and when I came back for the last 5 years or so, and without timeline it would not been possible because during that time I traveled abroad at least twice a Mont for a year.
Anyway it sounds very cool especially because I’m already having Home assistant set up for this but it doesn’t have this timeline functionality.












Because you point to :latest and everything is dockerized and on one machine? How does it know when it’s time to upgrade?