Sign up via GitHub #142

Merged
raucao merged 14 commits from feature/signup into master 2019-08-29 10:52:04 +00:00
Showing only changes of commit 60ba019139 - Show all commits
+2 -2
View File
@@ -37,8 +37,8 @@ module.exports = function(environment) {
raucao commented 2019-07-26 10:42:12 +00:00 (Migrated from github.com)
Review

Why is this using a port number? This should actually fail, as the HTTPS nginx sites are not listening on those ports.

https://gitea.kosmos.org/kosmos/chef/src/branch/master/site-cookbooks/kosmos-hubot/templates/default/nginx_conf_hubot.erb#L10

Why is this using a port number? This should actually fail, as the HTTPS nginx sites are not listening on those ports. https://gitea.kosmos.org/kosmos/chef/src/branch/master/site-cookbooks/kosmos-hubot/templates/default/nginx_conf_hubot.erb#L10
galfert commented 2019-07-26 17:04:27 +00:00 (Migrated from github.com)
Review

Oh, yes. I didn't know the actual URL, so I searched the chef repo and found this: https://gitea.kosmos.org/kosmos/chef/src/branch/master/site-cookbooks/kosmos-hubot/attributes/default.rb#L6-L7

It's fixed now.

Oh, yes. I didn't know the actual URL, so I searched the chef repo and found this: https://gitea.kosmos.org/kosmos/chef/src/branch/master/site-cookbooks/kosmos-hubot/attributes/default.rb#L6-L7 It's fixed now.
web3ProviderUrl: 'https://rinkeby.infura.io/v3/d4f788b7a6584f7db2fc3c268d4d09e9',
githubConnectUrl: 'https://hal8000.chat.kosmos.org:8082/kredits/signup/connect/github',
githubSignupUrl: 'https://hal8000.chat.kosmos.org:8082/kredits/signup/github',
githubConnectUrl: 'https://hal8000.chat.kosmos.org/kredits/signup/connect/github',
githubSignupUrl: 'https://hal8000.chat.kosmos.org/kredits/signup/github',
ipfs: {
host: 'ipfs.kosmos.org',