-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Linode support #81
base: master
Are you sure you want to change the base?
Conversation
In import "github.com/janeczku/rancher-letsencrypt/letsencrypt" But you did your changes in: import "github.com/solocommand/rancher-letsencrypt/letsencrypt" |
@janeczku Thanks to @lukasmalkmus I was able to resolve the build issue on my machine -- I had the repository checked out to the wrong location for my |
@solocommand I've tested your docker image and it works, nice one! |
Is there a way of disabling test mode? I'm getting a lot of
And its causing rate limiting |
@djskinner yep! I ran into the same issue and created a "production" tag that runs the container without debug mode. Pull that instead of latest and you should be good. |
The 'production' tag works like a charm. Thanks for your work on this. |
What can I do to help get this merged? |
Make the CircleCI test pass. Looks like it fails because a dependency is missing. I have no glue how dependencies are manage here, but looks like you need to add yours to the file. |
Resolves #31
@janeczku I'm trying to implement support for Linode, but for some reason I can't get the app to compile (my first experiment in go!). Would you mind reviewing?