this post was submitted on 23 Feb 2025
59 points (88.3% liked)

Selfhosted

61624 readers
122 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I set it to debug at somepoint and forgot maybe? Idk, but why the heck does the default config of the official Docker is to keep all logs, forever, in a single file woth no rotation?

Feels like 101 of log files. Anyway, this explains why my storage recipt grew slowly but unexpectedly.

you are viewing a single comment's thread
view the rest of the comments
[–] neo@lemmy.hacktheplanet.be 16 points 2 years ago (19 children)

Imho it’s because docker does away with (abstracts?) many years of sane system administration principles (like managing logfile rotations) that you are used to when you deploy bare metal on a Debian box. It’s a brave new world.

[–] poVoq@slrpnk.net 5 points 2 years ago* (last edited 2 years ago) (9 children)

Or you can use Podman, which integrates nicely with Systemd and also utilizes all the regular system means to deal with log files and so on.

[–] neo@lemmy.hacktheplanet.be 2 points 2 years ago (1 children)

Good suggestion, although I do feel it always comes back to this “many ways to do kind of the same thing” that surrounds the Linux ecosystem. Docker, podman, … some claim it’s better, I hear others say it’s not 100% compatible all the time. My point being more fragmentation.

[–] Appoxo@lemmy.dbzer0.com 2 points 2 years ago (1 children)

100 ways to configure a static ip.
Why does it need that? At least one per distro controlled by the distro-maintainers.

[–] sugar_in_your_tea@sh.itjust.works 3 points 2 years ago (1 children)

There's basically three types of networking config:

  • direct with the kernel - don't do this
  • some distro-specific abstraction - e.g. /etc/network/interfaces for Debian
  • networking manager - wicked, network manager, etc

I do the last one because it's distro-agnostic. I use Network Manager and it works fine.

[–] Appoxo@lemmy.dbzer0.com 1 points 2 years ago (1 children)

I notice that you replied to me once again in connection to me mentioning static IP and linux.
Can I summon you this way? ^^

[–] sugar_in_your_tea@sh.itjust.works 1 points 2 years ago (1 children)

Apparently. I was wondering if you were the same person.

I'm just a happy Linux user trying to help when other people run into problems.

[–] Appoxo@lemmy.dbzer0.com 2 points 2 years ago

Totally okay. Hope it helps somone trying to search for solutions on th web :)

load more comments (7 replies)
load more comments (16 replies)