A PHP developer who, in his spare time, plays tabletop and videogames; if the weathers nice I climb rocks, but mostly fall off of indoor bouldering ones.

He/Him Blog Photos Keyoxide

  • 0 Posts
  • 49 Comments
Joined 2 years ago
cake
Cake day: November 4th, 2023

help-circle
rss





  • Hugo can be as simple as installing it, configuring a site with some yaml that points at a really available theme and writing your markdown content.

    It gets admittedly more complex if you’re wanting to write your own theme though.

    But I think this realistically applies to most all static site generators.






  • It’s the multiple volumes that are throwing it.

    You want to mount the drive at /media/HDD1:/media or something like that and configure Radarr to use /media/movies and /media/downloads as it’s storage locations.

    Hardlinks only work on the same volume, which technically they are, but the environment inside the container has no way of knowing that.






  • AdamtoSelfhosted@lemmy.worldIs dockStarter a waste of time?
    link
    fedilink
    English
    3
    edit-2
    11 months ago

    I’ve not used dockge so it may be great but at least for this case portainer puts all the stack (docker-compose) files on disk. It’s very easy to grab them if the app is unavailable.

    I use a single Portainer service to manage 5 servers, 3 local and 2 VPS. I didn’t have to relearn anything beyond my management tool of choice (compose, swarm, k8s etc)