CoiniumServ
CoiniumServ copied to clipboard
How to setup a web config to access from outside?
@bonesoul
I've configured a website of CoiniumServ as following but could not possible to access. so is there any sample for this
-
Created a DNS A record on Godaddy.com, which point to my server public IP
-
Open and set a policy on firewall to allow access a website form external
-
Configured a website like a following
Website configuration on config.json "website": { "enabled": true, "bind": "192.168.112.100", <--- this is a servers private IP address. "port": 80, "template": "default", "feed": "", "backend": { "metrics": { "enabled": false } }
@bonesoul Also can I set a SSH for CoiniumServ website?
you mean https?
@bonesoul, yes, I want to implement a SSH(https) conneciton on default website.
ssh is different then https. you should check https://github.com/NancyFx/Nancy/wiki/
@bonesoul Thank you. Have a nice weekend..