• 2 Posts
  • 29 Comments
Joined 24 days ago
cake
Cake day: October 21st, 2025

help-circle
  • Oh wow, that definitely threw me off lol anyhow, I don’t think I am more knowledgeable than you at all, I just know the tool I built more, so I can help figure out the nuances of it…

    I have a feeling nsenter is not liking your nas for some reason, I wanna try a workaround and if it works for you I’ll go through the code and sort it out so we can use a proper env variable for this

    add this env variable for now and tell me if it sorts you out <3

    environment:
      - PATH=/usr/bin:/bin:/usr/local/bin:/usr/sbin:/sbin:$PATH
    


  • Hi, I went through your logs and it seems like crontab is not installed on the host machine?

    stderr: 'sh: 1: crontab: not found'
    

    The tool uses the host crontab command via nsenter to manage cronjobs, so it only works if ran from hosts that leverage crontab to run cron jobs.

    If that’s not the issue let me know and we can try and debug it together further, but looking at the logs it really seems like crontab is just not installed on your nas (guessing it’s a nas looking at the volume1 path)

    p.s.

    Thank you for the screenshots acknowledgment, I absolutely hate not having a visual aid on repositories when I want to try a new tool, I like to see what I am getting into before I get into it, and I absolutely judge a book by its cover, I am a frontend tech lead, UI is extremely important to me, if an app doesn’t have a somewhat clean UI I kinda refuse to even try using it hahah









  • Oh yeah, that’s not a feature yet. There’s an open feature request for this and I’ll definitely implement it, may take a bit of time to do.

    Would you be able to give me a couple of screenshots on what the context looks like? I just had a simple “mentioned 2 times” with links on where it was mentioned in mind, but full on context sounds way better, I’m curious to see how that works (totally not copying :P)










  • Hey thank you so very much!

    Yeah, you said it best! I take all suggestions on board but ultimately I won’t do anything that is to my detriment, between work and family (with two very very young kids) I have little time to spare haha my precious evenings should go to fun coding and not admin, I do enough of that at work as is lol

    Still getting used to the layout here, feel like I am missing a lot of replies, but yeah, wiki seems to be a very manageable solution for now, GitHub wiki is what I’m leaning towards :)