-
Notifications
You must be signed in to change notification settings - Fork 641
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
[Deployment] How do I deploy this on a Hosting Application ? #96
Comments
...good question. I personally took a look into these services a long time ago, therefore I have no clue how they work now. When you figure it out, please leave a PR/issue with an tutorial here (when you use the docker container it should be fairly easy?!). |
We already have a wiki page, giving various instructions for different usage scenarios: https://py-kms.readthedocs.io/en/latest/Getting%20Started.html#running-as-a-service @philphirn When you have figured some external service like Heroku out, we all would really appreciate if you could add an own section for them to the documentation! Maybe someone else could further investigate this... |
Hey, yeah - take a look on the current readthedocs version. Maybe we could add some of your experience there? I also have an issue currently open - exactly for such wiki stuff 🥳 |
I was busy last week so couldn't be back to reply... Thanks for the informative bytes @simonmicro @6ec123321 . |
@philphirn no need to mention me . I just helped you like anyone else would... |
@philphirn Thanks four your response! I'm looking forward to hear back weather and how Heroku works! Also thank you @psjbk for your knowledge and willing to experiment! |
@simonmicro thanks... I'm currently testing it... I'll update here by Friday. 👍 |
@simonmicro here are the results from 1st testing :
Please check and reply. |
@psjbk Here are some of my thoughts...
I did not even know about this command. Are you sure you need it and it is required to work? Because I could just use
What command are you executing? You'll need to start the server by entering the following: Waiting for your findings, |
@simonmicro okay I just checked the |
@simonmicro also another question : |
Of course - because... Yes? Thats the purpose of it. When you wish to use a variable - go for it! You may want to use |
@6ec123321 Just shut up. You are drunk again. |
Ok thanks. Don't worry about the port What happened to that second guy @6ec123321 anyways ? |
Also @simonmicro I told @philphirn to better use a Google Cloud Free Tier VM. They allow you to expose custom ports. Though he is wanting Heroku... |
I doubt that they would allow this - at least not on the free tier. I'm looking forward to hear their response!
I don't know - he is behaving strangely since some days now. I hope he'll better himself again 😕
I guess that's better after all... Anyways, have fun! |
I've tried every way. It's not possible. |
Thats shitty, but well. Thank you for trying anyways! Could you leave a list of tried methods here - just for further reference? |
@simonmicro I'll for sure. But I'm currently trying some more things. So when I'm done I'll list all methods. |
@simonmicro so finally it's not possible on Heroku. What we actually need is a VPS/Virtual Machines in the Cloud to do this ...
Now finally the steps.
|
@thispsj Okay. Your work is way more detailed than I expected! Would you mind to convert this into a documentation entry yourself? As I think you could then add all the little quirks and (maybe) used configurations for testing too. But a huge thank you regardless! |
Welcome ! Now I'm busy due to lots of work so I think it'll take me some time to prepare the content for docs. Secondly I tried to setup a SSH Tunnel as you had said but @philphirn might not enjoy that because Heroku Free Dyno's are known to sleep every 30 mins of inactivity and have only 550 hr/month limit. And Windows Clients don't try to reactivate before 180 days so... Also one more thing I'm gonna test after done with my work is that there are some services which allow you to deploy Docker images for hosting. So I'm also gonna give a try to that. |
Hey @thispsj this sounds astonishing - all the time you invested: Respect! I have to thank you again for supporting this project - I'm (again) looking forward to hear some further results, take your time :) |
Hello, this is impassible of what you want. |
As i understand all and read doc from heroku and you reply - RCP is filtered on active routers, and outgoing as https/http. |
Author of this all can make https-service, but you can't edit windows system to work with other protocol. |
at other way - we can proxy this way. |
how - i don't understand now how, but we can, how how how, testing testing testing, writing the code.... |
Make a proxy from RPC to HTTPS, but we havent the windows sources, then it's imposibly. |
author don't like me, because i right on way ) |
I say what i want, and you say what they want |
It's stupid, but we have only RPC from Microsoft |
After all this spoking, i want to write on mysql, if you want mysql lo9gging - wellcome. |
Author of all - if you don't like somebody, fuck self, you can't love self, you have small soul. |
are you ok ? |
if you decide to establish yourself here and raise your self-esteem - go to the forest |
I ok. What are you doing. |
Okay, what @6ec123321 is saying, is that he thinks Heroku (and other services) are filtering any non-http/s protocols on their router level. The only way to circumvent this would be to write a proxy to pass RPC via http/s to our py-kms. And @6ec123321 are you drunk again?! Get your stuff together - and please mind your language... I would say this counts as a second strike... @SystemRage will hopefully make the right decision how this matter should be handled. Oh, @thispsj I'm still interested in your work, so sorry that you have to read all this :) You all, stay healthy! |
Yup that's what Heroku & others are doing. Most of them are using Cloud Foundry including Heroku and Cloud Foundry is itself an PaaS solution and allows only HTTP requests through its Interface.
Thanks for that. Wishing the same to you. |
…dows-server-2022-hyperboreanwolfgirl Apply patch from hyperboreanwolfgirl for Windows Server 2022
Hello,
I work for a company who use licensed KMS to activate our organization machines. Actually the cost of maintaining a Windows Server is high for us and we were looking for a replacement when I found this. But I'm unable to understand how do I host it on a service like Heroku/Any other service.
Please Help.
The text was updated successfully, but these errors were encountered: