C9Glax / tranga

Docker-Container to monitor (Manga) Scanlation-Sites for download new chapters.
GNU General Public License v3.0
108 stars 10 forks source link

Enable/Disable Connectors #180

Open C9Glax opened 2 months ago

C9Glax commented 2 months ago
          If MangaSee is slowing it down right now, do we want to add a way to enable/disable connectors from the front-end? Like I know one of the connectors is for french, and I personally would never use that connector since I don't speak french.

When returning the response for GET /v2/Connectors the response could include the

{
  name: connector_name,
  url: generic_connector_url,
  enabled: 0/1,
  icon (optional): url to icon for front-end,
}

Originally posted by @db-2001 in https://github.com/C9Glax/tranga/issues/167#issuecomment-2079354330