dokku / ansible-dokku

Ansible modules for installing and configuring Dokku
MIT License
156 stars 44 forks source link

dokku-daemon still needed? #167

Closed robyurkowski closed 8 months ago

robyurkowski commented 8 months ago

Description of problem

I was looking through the role which I've used to set up and manage my Dokku for a while and attempting to comprehend the installation process and how it differs from the main Dokku bootstrap.sh script.

I noticed that this repository (which I understand is... maybe not out of date, but undergoing some transition issues, perhaps) is installing dokku-daemon here, while the bootstrap script seems to omit it and I couldn't find reference to it in the Debian package's requirements either.

Indeed, I actually noticed that some of the main documentation seems to suggest that Dokku doesn't run a daemon.

Is it still required? Regardless, I'm happy to contribute in either removing it or updating the documentation to reflect its use.

Thanks a bundle in advance!

josegonzalez commented 8 months ago

It can probably be removed, dokku doesn't use it by default and its unmaintained.

robyurkowski commented 8 months ago

Thanks! I'll try and get a PR in within the next week or two to yank it.