-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
[FR]: Allow support for Github Enterprise #98
Comments
What is a github enterprise repo ? What is different from a normal repo ? |
Its effectively github but hosted on an internal server(https://github.com/enterprise). So basically if we have an option in the plugin to give the full url of the repo,it should be enough as right now there is no way to give the git repo url |
Okay, I think I can do something, but I need confirmation! import { Octokit } from "octokit";
const octokit = new Octokit({
baseUrl: "http(s)://HOSTNAME/api/v3",
auth: 'YOUR-TOKEN',
}); Is the HOSTNAME the same as your GitHub repo name, or it's other things? At last, it doesn't seem difficult at all to introduce this! Just a question: Do you use Obsidian for works ? Do you have an Obsidian License if so ? |
Hey! |
Thanks, will give it a try. |
Issue validation
Workflow
Obsidian plugin 💠
Is your feature related to a problem ?
We need an option to allow publishing to GitHub Enterprise repos
What solution do you want to see ?
Allow user to enter Github enterprise repo url.
Describe the alternative you've considered
No response
OS
MacOS, Linux
Anything else?
No response
The text was updated successfully, but these errors were encountered: