irmadlad

joined 1 month ago
 

Has anyone here ever used Slimtoolkit or any similar app? I think there are a few of them out there that claim lighter containers and thus faster load times.

I came across it while doing some reading. It intrigues me. Do these apps actually work or is it just SoftRam v2? Is the end result safe for production?

I have never built a Docker container before, however, why make them 'bloated' in the first place?

[–] irmadlad@lemmy.world 1 points 5 days ago (1 children)

If a container uses Postgresql, you can’t auto update.

That's interesting. I certainly will keep that in mind.

[–] irmadlad@lemmy.world 3 points 5 days ago (1 children)

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.

[–] irmadlad@lemmy.world 3 points 5 days ago

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.

[–] irmadlad@lemmy.world 1 points 5 days ago (2 children)

If I have disabled labels in deployment, then I'm not using any labels, since I disabled them in deployment. Does that track?

[–] irmadlad@lemmy.world 1 points 5 days ago (4 children)

WATCHTOWER_LABEL_ENABLE=false

[–] irmadlad@lemmy.world 2 points 5 days ago (6 children)

I am running Portainer 2.21.5, and the latest version is 2.27.4.

The rest:

https://i.imgur.com/lhUPlPx.png

[–] irmadlad@lemmy.world 2 points 6 days ago (3 children)

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:

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 
 

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.

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.046498408Z INFO[66896] Session done                                  Failed=0 Scanned=48 Updated=0 notify=no

Is this indicative of an issue? Do I just need to update these four manually or will Watchtower eventually update them?

Additionally, has anyone ever had any problems with auto updating? It does make me a bit nervous, however I think I will get used to relying on Watchtower.

[–] irmadlad@lemmy.world 2 points 6 days ago

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.

[–] irmadlad@lemmy.world 1 points 6 days ago

Thank you so very much.

[–] irmadlad@lemmy.world 1 points 6 days ago

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.

[–] irmadlad@lemmy.world 5 points 6 days ago

I was thinking more along the lines of Morty's sex robot purchased at a intergalactic pawnshop.

 

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:

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?

111
TIL - Caddy (lemmy.world)
submitted 2 weeks ago* (last edited 2 weeks ago) by irmadlad@lemmy.world to c/selfhosted@lemmy.world
 

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:

caddy reload --config /etc/caddy/Caddyfile 

And you get something like this:

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", "line": 1}

It's a warning that something is askew. Not to worry tho, you can fix it thusly:

Make a backup assuming etc/caddy/Caddyfile is where your Caddyfile is:

cp /etc/caddy/Caddyfile /etc/caddy/Caddyfile.bak

Next we'll ask Caddy nicely to please reformat in an acceptible form:

sudo caddy fmt --overwrite /etc/caddy/Caddyfile

Trust but verify:

caddy validate --config /etc/caddy/Caddyfile

Now run:

caddy reload --config /etc/caddy/Caddyfile

You should be golden at this point.

Cheers

 

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.

 

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?

98
submitted 3 weeks ago* (last edited 3 weeks ago) by irmadlad@lemmy.world to c/selfhosted@lemmy.world
 

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.

82
ISO Selfhost (lemmy.world)
submitted 4 weeks ago* (last edited 3 weeks ago) by irmadlad@lemmy.world to c/selfhosted@lemmy.world
 

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 understand the fediverse, and decentralization, I'm just having a bit of difficulty getting in with the right, active, group.

TIA

ETA: Thank you for the very warm welcome. Hopefully I will be turtley enough for the turtle club.

view more: next ›