Closed aasaru closed 2 years ago
Hi,
Yes, at the moment custom subdomains are not supported but it is something we are planning to add.
Thanks for the information! Looking forward to that.
Open Source project Apache Fineract CN would definitely benefit from this feature since all the projects in apache have artifact names org.apache.projectname (meaning they would all need a subdomain)
I created a proof-of-concept with my own domain (mobjex.net) and started a thread in project community mailing list but the outcome was that Apache Fineract CN project cannot start using Jitpack before there is support for subdomains since changing package name to com.github is not an option unfortunately.
So I really hope you are able to add the feature of custom subdomains. Looking forward for that.
Any news on this point ?
No idea about news but for apache fineract-cn projects I used travis-ci to build artifacts and upload to JFrog artifactor. But I understand these projects are not completely free to anyone.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
Describe the bug I have a project in Github: https://github.com/mobjex/fineract-cn-lang
I want to map it to group "net.mobjex.fineract.cn"
I have created a DNS txt record:
$ dig txt git.cn.fineract.mobjex.net giving me: ;; ANSWER SECTION: git.cn.fineract.mobjex.net. 300 IN TXT "https://github.com/mobjex"
But navigating to: https://jitpack.io/#net.mobjex.fineract.cn/fineract-cn-lang gives me "no access to repo".
Expected behavior I am able to use subdomain as group
Additional context I have also set up a DNS record to git.mobjex.net pointing to same github user. And this works. But I need the group to be "net.mobjex.fineract.cn" not "net.mobjex"