Matt Willsher

Results 33 comments of Matt Willsher

I created a rather quick n' dirty [init file for Red Hat](https://github.com/TryGhost/Ghost-Config/blob/master/rpm/sources/ghost.init) as part of the rpm packaging. Unfortunately, it relies on a non-default tool, daemonize, to manage Ghost as...

Thanks for that. The package needs to use a specific version number, so latest it's of use in this particular case. Having a self contained zip of ghost-x.y.z.zip is great...

The cert issue can be worked around by the following in $HOME/.wgetrc ``` check-certificate=off ```

The RPM build tools in the rpm folder works around this by using curl. This issue could still do with being fixed but it doesn't stop any other work.

Closing as there seems to be nothing to do here.

> Matt, would you mind posting the meat from your flake.nix? FWIW, I'm using default config, this is an entirely fresh install of Nix and Fleek.

Hi @bayramkzk The [.ansible-lint file excludes this check](https://github.com/willshersystems/ansible-sshd/blob/de66f6065994e79f8caa744766052d503b67c3cb/.ansible-lint#L7). There is issue #246 with a view to rename the variables, but that may not be implemented due to the extent of...

I'm going to reopen this as it's different to the issue seen in #246 as this is linting from the calling play rather than the module itself. I can't give...

`sshd_config` looks like it's not used. So we could take [this suggestion](https://github.com/willshersystems/ansible-sshd/issues/246#issuecomment-2329514112) to deprecate `sshd`, update the docs etc. to `sshd_config`. Or we could use `sshd_sshd`, which looks weird but...

I'll pick this up and get a PR put together.