
'Hood Poet I :https://soundcloud.com/hood-poet-608190196 'Hood Poet Videos: https://rankett.net/c/hood_poet Internet promoters: I genuinely appreciate your interest and greatly appreciate you listeni

Incessant tinkerer since the 70's. Staunch privacy advocate. SelfHoster. Musician of mediocre talent. https://soundcloud.com/hood-poet-608190196
Thought I had answered you this morning, but apparently not. I did see the rate limit entry, but I thought that rate limits are like 100 pulls every 6 hours and I certainly haven't exceeded 100. I just checked tho, and all but two have updated, so as you say, it'll eventually get around to it. Thank you for the input.
Apologies. My bad....I misunderstood. Tags/Labels.... To answer your question, no I am not running any tags. I just checked and all but two have updated, so it might be as a lot of people have suggested. It'll get around to it. Sorry for my confusion.
If I have disabled labels in deployment, then I'm not using any labels, since I disabled them in deployment. Does that track?
WATCHTOWER_LABEL_ENABLE=false
I am running Portainer 2.21.5, and the latest version is 2.27.4.
The rest:
These are the Watchtower logs so far. https://pastes.io/watchtower
I didn't see anything remarkable other than the error for Netdata but I got that fixed:
undefined
NFO[30906] Found new netdata/netdata:latest image (6376ffeda44a) INFO[30940] Stopping /NETDATA (a18a3e3409f3) with SIGTERM INFO[30942] Creating /NETDATA ERRO[30942] Error response from daemon: the container-wide MAC address must match the endpoint-specific MAC address for the main network, or be left empty
Question About Watchtower
So, I finally installed Watchtower to auto update my containers. I was a little hesitant because just letting apps auto update kind of makes me a little nervous. Even Windows updates give me bouts of trepidation. Everything went well, there was a little hiccup with Netdata but resolved in less than 5 minutes.
My question is that there are four remaining containers that haven't been updated: Speedtest Tracker, Portainer, Doppler Task, and Dockge.
undefined
2025-04-19T06:00:46.510622594Z INFO[38092] Session done Failed=0 Scanned=48 Updated=0 notify=no 2025-04-19T08:00:46.040690535Z INFO[45292] Session done Failed=0 Scanned=48 Updated=0 notify=no 2025-04-19T10:00:45.952863778Z INFO[52492] Session done Failed=0 Scanned=48 Updated=0 notify=no 2025-04-19T12:00:47.755915129Z INFO[59694] Session done Failed=0 Scanned=48 Updated=0 notify=no 2025-04-19T14:00:50.0464984
Man, I really appreciate all this info. Very helpful. It will take me some time to digest everything and put it into an action plan. I just thought, hey that would be cool and a nice project I can sink my teeth into and learn a lot on the way while deploying. Again, thank you for taking the time to give some direction and inspiration.
Thank you so very much.
The end result is that people understood common sense that it’s not admirable to be pathetic and weak. You should have been beaten as a kid by other kids, and weren’t.
Ahh yes. Violence always helps. I come from an entirely different timeline myself being 70 years old. I didn't like bullies then, and I don't like them now.
I was thinking more along the lines of Morty's sex robot purchased at a intergalactic pawnshop.
Hmmm, well, I'm not one to judge a person's proclivities, but I don't see it as being much different than porn, assuming you are selfhosting a girlfriend for sexual release/companionship. I'm not sure I'd disclose this on a public forum, but maybe you feel a bit more comfortable than I.
The other consideration is that AI generally takes a pretty good chunk of resources to use effectively. I have selfhosted a couple of LLMs like GPTFree, Automattic111, and a couple more, however, as I mentioned, they take a lot of resources.
Unfortunately it’s been over a year
Dude, I feel that loud and clear. LOL
I can send you my docker compose when I get chance
That sounds like a lot of work, having to remove secrets and clean it up just for me. If you feel up to it, I would certainly love to have a look see. At your convenience of course.
Awesome! When you were putting it all together, did you find some resources/reading material/tutorials that helped you?
nix
This: https://nixos.org/?
Man, I appreciate the info. Thanks
That Dead Man's Hand looks interesting. I guess it could send out texts and email should the owner pass away....or as the dev said, when you are no longer be "available".
Really? Cool! I am going to have to investigate. Sounds like a great project for me to learn from.
Just don’t look behind the curtain to see what the CEO is up to.
Had to go look it up. What a cluster. Anyways, I don't blog mainly because I don't have anything to say that people would be interested in. Maybe farming. LOL I've just wondered down through the years why someone didn't fix all the attack surfaces Wordpress seems to have. Plus it drives a substantial share of websites, so I guess it's a good target to go after.
setup more maintainable is to start putting your compose/kubernetes configuration in git, if you’re not already.
I don't want to derail this thread, but you piqued my interest in something I've always wanted to do, maybe just for the learning aspect, and to see what I could accomplish.
I've always wanted to see if I could have all my docker compose/run files, and various associated files to a git where I could just reinitialize a server, with everything I already have installed previously. So, I could just fire up a script, and have it pull all my config files, docker images, the works from the git, and set up a server with basically one initial script. I have never used github or others of that genre, except for installation instructions for a piece of software, so I'm a little lost on how I would set that up or if there are better options.
Life rears it's ugly head again. It happens tho. I myself, have had to scale things back over to where things are more manageable in my declining years. It wasn't a podcast that I frequented on the regular, but I did enjoy the material presented.
Spit Balling A Work Around For Blocked Email Port
I have a couple Docker containers that use email as an alert system or just for info like completed jobs. The server I would like to host them on has, for whatever reason, blocked email ports and you have to pay extra to have them turned on.
It seems to me tho, that I should be able to port all email through Tailscale to a local or even remote email client. For instance, in the case of setting the parameters in the Docker compose, it would look something like this:
undefined
SITE_NAME: mycoolwebsite DEFAULT_FROM_EMAIL: email address EMAIL_HOST: smtp EMAIL_HOST_USER: email address EMAIL_HOST_PASSWORD: email password EMAIL_PORT: 100.x.x.x:587
Then, configure the local email client to listen on 100.x.x.x:587.
Would this be doable, or is there a better way?
TIL - Caddy
Today I gained a little more knowledge about Caddy, and I thought I'd share in case someone is having the same issue.
I've been biting my nails worrying about Caddy updating certificates. Everything I had read told me not to sweat it. That Caddy had my back and wouldn't let any certs expire. Well, two did, today. So I set about today, after I got all my chores done, to see if I could figure out wtf.
Long story short, I had a inconsistency in the format of my Caddy file. It didn't affect the function of the file to the extent that it would not provide the certificate in daily use, but apparently I confused Caddy enough so that it couldn't determine when certs were expiring, and reissue the cert.
If you run the following:
undefined
caddy reload --config /etc/caddy/Caddyfile
And you get something like this:
undefined
2025/04/09 21:49:03.376 WARN Caddyfile input is not formatted; run 'caddy fmt --overwrite' to fix inconsistencies{"adapter": "caddyfile", "file": "/etc/caddy/Caddyfile", "
Using Tailscale As A Traditional VPN
I am toying with the idea of using one of my Tailscale instances as traditional VPN, using the exit node features. I think I have that part down to a note as far as what has to be done in order for this to happen.
My question is if there are any security risks or security provisions that need to be made to keep the envelope secure. I am the only user of my Tailscale network, so I don't have to worry about another user jacking things up. However, I am concerned about the implications of the visibility of the exit node I would be connecting to.
Best Back Up Solution For Multiple Servers
So, I run three VPS and one rack in the closet. Currently I have Duplicati running on all four servers. What I would like to do is have one central server back up all four servers and store the backups in an offsite repository.
I'd prefer something with a good GUI. I know you purist get a hard on thinking about the CLI, and while it is a very powerful aspect of Linux, I still like a GUI.
What are my options?
Side note, I wanted to look at Bacula but their site seems nonexistent. Is Bacula defunct?
(Resource) Awesome Lists Tracker
I'm sure everyone is aware of the 'Awesome' lists on Github. There are loads of them, which makes keeping up with new apps a chore.
I came across this site that does that very thing:
https://www.trackawesomelist.com/
I didn't know if anybody would find it as useful as I do. I have it in my FreshRSS reader.
Greetings Fellow Kids
'Hood Poet I :https://soundcloud.com/hood-poet-608190196 'Hood Poet Videos: https://rankett.net/c/hood_poet Internet promoters: I genuinely appreciate your interest and greatly appreciate you listeni
i r mad lad. I am a musician of mediocre talent, and a technology enthusiast. I self host most of the services I use on a daily basis. I am a staunch privacy advocate. For someone in my geriatric, boomer group, I don't fear technology, I embrace it knowing that technology can be a double edged sword, depending on how it's used...so we must use it wisely.
I've known about Lemmy, Mastadon, Matrix etc, for some time now, but decided that I would try it out after really becoming disenchanted with Reddit. So, here I am.
Where is a good place on Lemmy where one can rub elbows with other musicians? I've already found the SelfHost section and am now looking for producers both professional, and hobbyist like myself.
Regards
ISO Selfhost
I've been into computers since around the mid 70s. First one was an Altair 8000. I have been selfhosting for years now, self taught and helped along of course by the selfhosting communities.
Not to speak bad of the dead, but I've really had it up to my back teeth with their bullshit. So I am in search of some self hosting brethren to chum around with. I figured I'd give Lemmy a try. It's kind of confusing, but hopefully I can wrap my 70 year old head around it.
I've seen a few selfhost forum around the fediverse but they all seem to have been abandoned with threads a year or more old, and no movement. So my question, is there a thriving selfhost/homelab type place that is active? Perhaps one of you good souls could point me in the right direction.
Is there any benefit to hosting your own Lemmy and mesh it with the other Lemmey's out there? What benefit would that be? From what I understand, hosting your own instance turns out to just be your own personal blog.
I mean, I underst