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

Directions to self-host jikan api #33

Closed
fatflyingpigs opened this issue Jan 14, 2022 · 1 comment
Closed

Directions to self-host jikan api #33

fatflyingpigs opened this issue Jan 14, 2022 · 1 comment

Comments

@fatflyingpigs
Copy link

I'd like to use this agent purely self-hosted. The readme states "The accessed Jikan API is running on my own server ... "
Does this mean that "https://api.jikan.moe" is your site? If we replace that url in jikan.py with our own self hosted path, would that suffice?

Also a suggestion: Add some instructions in the readme & a config file so others can opt to self host jikan as well.

@Fribb
Copy link
Owner

Fribb commented Jan 15, 2022

In #32 the API endpoints changed with version v7.0.3 in which the previously used self-hosted version got replaced with the current official jikan endpoints.

All the documentation for the Jikan API are readily available for you to use to create your own instance of the Jikan API: https://jikan.moe/

However, I will not provide any instructions or anything like that to self-host the API. The Agent is meant to run the way it is in the currently up-to-date code. When you want to host this yourself you need to change the codebase and create a fork of the project.

And I cannot provide any support for forked projects. By using your own self-hosted version of the Jikan API you are introducing something that I have no influence on in terms of reproducibility. With the official API and my own self-hosted instance, I could always verify if that Bug report was an API or Agent issue. With a self-hosted API version that is probably not even accessible for me, I will not be able to do that anymore.

Using the Agent with your own self-hosted version of the API is out of the scope of support I can provide.

@Fribb Fribb closed this as completed Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants