Skip to content

Proxy And Reverse Proxy

Proxy

proxy

AutoBangumi supports HTTP, HTTPS and SOCKS5 proxies for RSS, search providers, TMDB, Bangumi, LLM providers and other outbound requests.

  • Enable: enables the proxy.
  • Type: http, https or socks5.
  • Host / Port: proxy address and port.
  • Username / Password: fill them when your proxy requires authentication. Values can reference environment variables.

Click Save & restart after changing proxy settings.

config.json

Section: proxy

KeyDescriptionTypeWebUI fieldDefault
enableEnable proxybooleanEnablefalse
typeProxy typestringTypehttp
hostProxy hoststringHost""
portProxy portintegerPort0
usernameProxy usernamestringUsername""
passwordProxy passwordstringPassword""

Reverse Proxy

If Mikan Project is unreachable, you can replace mikanani.me with the alternate domain mikanime.tv, or deploy a reverse proxy such as Cloudflare Workers and rewrite RSS URLs through your own domain.

AutoBangumi is released under the MIT License. (latest: v3.3.2)