-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
ankit.js.org #9384
ankit.js.org #9384
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now better:)
This appears to essentially be a personal site/collection of assorted JavaScript projects, and I don't think this is something we can / have historically accepted. @indus what do you think? |
This is not a personal collection of projects, but I am the sole developer of it. Let me explain how it works: it’s a Telegram bot that supports playing inline games directly within Telegram, allowing for fun group interactions. In addition to games, this bot includes an image background remover, a basic image and video editor, and file management features like zipping and unzipping files. The image background remover will also be available outside of Telegram soon. Yes, absolutely! I named these bots after myself, which is why I’m looking to set up ankit.js.org. This will allow me to create documentation and a project website, making it easier for other users who are interested in building similar functions and using these tools. |
This project has been in development for two years and was previously kept private. However, I am now making it publicly available for anyone who wants to build something similar using my repository. Currently, the bot offers three main functions as explained earlier, which are now accessible and in public use. I will be frequently updating the project with more features soon. For now, you can check it out here: https://github.com/ankit-chaubey/ankit. |
@MattIPv4 I also find it a bit unusual to name such a compilation after yourself, but since it is a project repo and the user repo already uses the custom domain https://ankitchaubey.is-a.dev/ I don't really see any indication of name-grabbing for a personal page. As for the content, I would like to have a look at the site myself before I make a decision. Unfortunately, there doesn't seem to be a CNAME set in the repo in question. So I've added your requested subdomain to JS.ORGs zonefile for that purposes. But because you are using a workflow to deploy the page, additional steps may be required to make the CNAME work. I will decide when I had a look at you content in the page. |
@indus , you're right that I already have a custom domain in use, and the js.org domain is primarily meant for public JavaScript projects, so it's not suitable for my personal use. The main issue I'm facing is with building the site using workflows, which has been quite frustrating. However, I'll continue using the traditional approach of setting up the webpage with an As for this current project, I'm the sole developer, and I need more time to finalize everything. I'm working as quickly as I can, but a few elements are still under development. Here’s a breakdown of the project:
For features 4, 5, and 6, I previously used Python along with the Telethon library to handle thumbnail changes, video/audio trimming, and renaming for Telegram. Now, I’m working on integrating all these functionalities into a single JS project, which is proving to be quite complex and exhausting. I wanted to ask: Would it be sufficient if I provide the repository to merge this pull request and request a subdomain for my project? It will take a few more days to implement everything and get it ready. Regardless, I respect your decision, whatever it may be. |
I only merge when the page is working and I had a look at it. |
@indus I've finally launched version v1.0 beta of my project, and my website is now live here: https://ankitchaubey.is-a.dev/ankit/. I'm currently awaiting approval from ankit.js.org. Here is my repository: https://github.com/ankit-chaubey/ankit. That's all for now! |
@ankit-chaubey I still get a 404 from Github: https://ankit.js.org I've already added your requested subdomain to JS.ORGs zonefile. But because you are using a workflow to deploy the page, additional steps may be required to make the CNAME work. |
@indus Hello, I have now added this using CNAME, and I'm able to view the page at http://ankit.js.org. Let's see when https://ankit.js.org becomes available. |
@indus Hello, I have now added this using CNAME, and I'm able to view the page at http://ankit.js.org. Let's see when https://ankit.js.org becomes available. I'm not able to enable https for my site. |
Welcome https://ankit.js.org |
As we discussed regarding ankit.js.org, my repository is now active and public, containing the three projects I added recently.
You can view my repository here: https://github.com/ankit-chaubey/ankit
Additionally, this is the link to the discussion about the subdomains: #9378