digitalocean / droplet-1-clicks

Packer build scripts for DigitalOcean Marketplace 1-clicks.
MIT License
117 stars 63 forks source link

Initial "configuration form" is not displayed #123

Closed alexey0511 closed 1 year ago

alexey0511 commented 1 year ago

I'm not sure if this is an appropriate place for this issue. ( Please delete it if not )

After creating a new droplet on digital ocean from dokku image. The initial configuiration page is not displayed.

Expected Result: see initial configuration page ( as per instructions https://dokku.com/docs/getting-started/install/digitalocean/ ( step 9 )

Actual Result: displays default Welcome to NGINX page

alexey0511 commented 1 year ago

What I found so far is that the problem is with NGINX which can't start and gives the error below about mapping port 80

[emerg] bind() to [::]:80 failed (98: Unknown error)
alexey0511 commented 1 year ago

Sorted after reading the comments and going through the docs...

Removing default nginx site works.

I believe docs could be updated to reflex it.

rm /etc/nginx/sites-enabled/default
GlennOu66304 commented 11 months ago

After many times installing new droplets, I found This answer, crossed few buddies on Dokku repo issue raised this one too, but some of them just give up and move to other solutions, please update in the one click installation documentation too.