chakli

joined 2 years ago
[–] chakli@lemmy.world 9 points 15 hours ago

Just tried bentopdf, and lot of things are missing Like

  • it cannot run behind a custom proxy path
  • font are fixed to just three weird windows fonts
  • assumes only English, other languages come out as ?????s

Just went back to struggling with pandoc

[–] chakli@lemmy.world 1 points 4 weeks ago (1 children)

You don’t need a specific server for bare-bones git server. Just an ssh server is sufficient

[–] chakli@lemmy.world 1 points 2 months ago (1 children)

How many hosts do you manage? What k8 tools do you use? I have just one host, I use bind mounts for container generated config/data/cache in docker compose, for which I dont have backup, and if gone, I have to start from scratch. But i try to keep most config in git.

[–] chakli@lemmy.world 3 points 2 months ago (4 children)

Wondering, Just after how many containers does ops make sense? I have a dozen containers, I check for updates once a month manually. I update the compose/docker files manually and up my containers. In stages, because my git and my container registry are also containers. Also my dev is my prod env.