[go: up one dir, main page]

  • 30 Posts
  • 46 Comments
Joined 3 years ago
cake
Cake day: July 30th, 2023

help-circle









  • chaklitoSelfhostedSelf-Host Weekly #147: Ad-Free
    link
    fedilink
    English
    arrow-up
    12
    ·
    4 months 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




  • chaklitoSelfhostedGitOps for docker compose stacks
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    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.


  • chaklitoSelfhostedGitOps for docker compose stacks
    link
    fedilink
    English
    arrow-up
    3
    ·
    7 months ago

    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.