question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Confirmed: can host with Dokku

See original GitHub issue

You can use Dokku on your own server to host bandwidth-hero-proxy. Worked as Heroku https://github.com/dokku/dokku

Just create an app on Dokku

dokku apps:create bandwidth-hero-proxy # on dokku server

Then from your local PC, push the code to dokku

# on local laptop/pc
git add remote dokku dokku@your-server-ip:bandwidth-hero-proxy
git push dokku master 

Then check for port with

# on dokku server
dokku proxy:ports bandwidth-hero-proxy

your compression server is hosted at

http://your-server-ip:your-port/

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
bkvammecommented, Feb 26, 2019

Little typo in the comment above, which had me (inexperienced gitter) stumble around for a while.

The correct command is: git remote add dokku dokku@your-server-ip:bandwidth-hero-proxy not git add remote dokku dokku@your-server-ip:bandwidth-hero-proxy

Besides that, everything works with dokku.

0reactions
ttpro1995commented, Oct 25, 2020

It can work without Dokku but Dokku save your time with Apache and Nginx :v

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deploying an Application - Dokku Documentation
SSH into the Dokku host and create the application as follows: # on the Dokku host ... You can use the following test...
Read more >
How to Build Your Own Heroku with Dokku - freeCodeCamp
I will be using a VPS hosted on Hetzner with Ubuntu 20.04 installed. ... We can check our application's environment variables to confirm ......
Read more >
Dokku vs Heroku - Back4App Blog
This article will explain the differences and similarities between Dokku and ... Dokku quickly became a popular alternative for users looking to host...
Read more >
Running multiple applications in Dokku - Gleb Bahmutov
The Dokku can then create and control multiple applications, each application running inside its own Docker container.
Read more >
Dokku - Semicolon & Sons
Dokku is similar to Heroku (using Docker), except in runs on your own metal. Use it to deploy Heroku buildpacks or to deploy...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found