Allowing "Upgraded" members to use custom domains

EDIT : To vote for this idea, please use the “Vote” button on the top left corner of this message

Hey there,

I think it would be cool to allow (at least) “Upgraded” members to use as many custom domains as they want to (or at least ~10 ?). Currently, I’m a basic member, but that would be a killer feature for me.

For now, I need to help (and get thanks) from at least 2 members, but seriously … I never see someone asking for help. And when I see someone asking for help it’s a mistake or there are already 10+ people trying to help.

It’s really awesome for people looking for help, but probably not for someone like me looking to add a custom domain ^^

(PS: You are the best, it’s just a feature I would love to see and a reason for me to become an “Upgraded” member <3 )

I second this, I’m paying for a subdomain basically lol

Thank you @dylan :slight_smile:
Could you Vote for this Feature? On the top left corner of my first message. Thanks!

1 Like

You can also create your own reverse-proxy to manage custom domain yourself

2 Likes

Wow, I really like this idea. This would be easier for new users to use a custom domain. I feel like the 2 thanks thing is put in place for abuse prevention using custom domains.

well, if this were to occur, how would a lot of projects made by the younger age range be able to put their site on a custom domain? we can’t just go and take our parent’s credit card ( without getting in trouble =P )

1 Like

I’m confused. Can’t anyone add custom domains? What’s the difference between that in this?

Are you asking glitch to buy domains on yalls behalf?

3 Likes

Update: They are talking about the fact that you have to get 2 thanks to get upgraded domains. (Took me less than 3 days).

2 Likes

took me 4 months to get 2 thanks

People under 18 shouldn’t even own a domain. Most registrars have it in their ToS that you must be 18 to buy and own a domain. ICANN doesn’t have any rules about it, but I certainly have a feeling that many people under 18 have used registrars that requires you to be 18+.

Custom domains wasn’t around by the time I had 10 thanks :joy:

Personally, I believe that someone under 18/the age stated in the ToS of the registrar should be allowed to have a domain as long as it is being overlooked by someone over that age. This would mean there are no immature young idiots who own domains and are putting stupid stuff out on the web. As long as websites are overlooked by a parent/guardian/repsonisble adult I think it should be OK.

2 Likes

Sadly though, this will most likely never happen. And registrars doesn’t really do anything about this matter anyway…

The way to get around this is have somebody over 18 purchase the domain.

That doesn’t really stop immature kids from making websites. The adult should overlook the whole process of making the website too! Heck! Adults should overlook everything young people do online! My mum does!

Eddie

Regardless of domains, youngsters will still be able to write code, websites software and so on. I have nothing against that at all what so ever.

1 Like

Or at least teach online responsibility. :smile:

1 Like

Maybe your thinking of a parental control setting for glitch… Like a parent would have to oversee the child’s actions through a master account while the child has limited access. Eg to the console

1 Like

gets a phone alert
Hello, we just noticed that your child ran npm i express in the console. If you would like to take action, please give us a call.

3 Likes

There, your child has been hardware banned from Glitch.

Thank you!

2 Likes

phone rings
@RiversideRocks and @random are posting off-topic content. Press 1 to flag the posts and 2 to cancel.

presses 1 and reports content, no really

#1 reason the glitch pager goes off at 3am

1 Like

i just reported one of my posts, it has been deleted

1 Like

No, I was just kidding!

1 Like

oh… yikes…

This is an automated message from Glitch Support to let you know that your post was removed.

Your post was flagged as off-topic: the community feels it is not a good fit for the topic, as currently defined by the title and the first post.

This post was flagged by the community and a staff member opted to remove it.
1 Like

Oh yeah, back on topic again but we should be able to make the user have custom domains if one of the conditions is met.

  1. The user has posted 2 solutions on discourse(the og persons selected it)
  2. The user has received 10 likes/hearts
  3. The user has been thanked 2 times
  4. The person has had boosted apps for longer than a year
2 Likes

Maybe glitch could work with discourse APIs?

1 Like

We could replace that with “The user is a Glitch Pro user.”

1 Like

Thissss: https://docs.discourse.org/#tag/Users

Yes, I found it: https://support.glitch.com/u/USERNAME/summary.json

// I suggest you use this browser extension https://github.com/callumlocke/json-formatter to view the JSON in a formatted way.

1 Like

API seems to be a lot more easier then you think.

1 Like

All that we need:

"user_summary": {
"likes_given": 681,
"likes_received": 423,
"topics_entered": 3069,
"posts_read_count": 16928,
"days_visited": 211,
"topic_count": 29,
"post_count": 1278,
"time_read": 379786,
"recent_time_read": 112836,
"bookmark_count": 15,
"solved_count": 54,
...
...
}
1 Like

I think this can work perfectly with the Glitch API.

1 Like

How did you get an API key? For discourse?

1 Like

You don’t need one which is nice!!! This is public information, so most likely we don’t need an api key.

2 Likes