Could you help me how to configure komga in panels?
config:
Host: https://(my ip)/opds/v1.2/catalog
Puerto:8080
error:
Server Not Found
Could you help me how to configure komga in panels?
config:
Host: https://(my ip)/opds/v1.2/catalog
Puerto:8080
error:
Server Not Found
hey @richittgb1
It’s very likely that the problem is that you’re using an IP and also saying that is https.
If you’re using an IP address, you’re very likely to be serving over http.
simply omit the protocol (my ip)/opds/v1.2/catalog
or use http://(my ip)/opds/v1.2/catalog
Let us know if that solved the problem.
it worked, thanks