Jafner
Jafner
@OzzieIsaacs This feature would be hugely useful to me and I would be happy to work with @decentral1se to build documentation for the feature if that tips the scales at...
@decentral1se, @ace-archer and I have begun work on a fork for this here: https://gitlab.jafner.net/Jafner/calibre-web I've pulled the latest upstream ([07c67b0](https://github.com/janeczku/calibre-web/commit/07c67b09dbea50f7bcc7a85ac4a5b495128f6091)) and applied your patch ([0e5548e](https://github.com/decentral1se/calibre-web/commit/0e5548e90fe1c98be44bdb7545d0f19f805d6d87)) on top of it. At...
Walking through your struggles helped me a lot! Can you share a bit about how your Plex instance is networked in compose? I have a sorta complex networking configuration and...
I was able to get mine working with this configuration: My Plex config: ```yaml version: "3" services: plex: image: linuxserver/plex container_name: plex_plex restart: "no" deploy: resources: reservations: devices: - driver:...
I would love to see some activity on this. SSO support (LDAP, SAML, or OAuth2) is a requirement for every (production) enterprise environment I've worked with.
Awesome, thanks for the clarification.
Can you give an example of how to interact with the REST API for users who may have never interacted with one before? Is setting an API binding in the...
With a `command:` of `--mapping=e6.example.com=e6-056:25565,vanilla.example.com=vanilla:25565,tnp.example.com=tnp:25565 --api-binding=0.0.0.0:25566`, I run `curl :25566/routes` from the host and get: `404 page not found` I do not have port 25566 mapped from the host to...
Awesome! In my case, `curl -H Accept:application/json 172.25.0.2:25566/routes` worked great!
Migrated over to Gitea. https://gitea.jafner.tools/Jafner/calibre-web