This message was deleted.
# general
m
This message was deleted.
m
Hey @rich-queen-13926 great to have you here 🙌 More people from the Ruby ecosystem are very welcome. I myself have limited experience with Ruby, but I should like to learn more! The examples and documentation for self-hosting is largely community-led and if you have any ideas or motivation to improve it, let me know and I can give you pointers if needed. https://github.com/ory/examples + self-hosting tutorials for hydra e.g. https://www.ory.sh/docs/hydra/self-hosted/deploy-hydra-example
r
Oh hell yeah, thank you - I think that second link has exactly what I was hopping in here to look for this morning 😅 I’d been working off the Docker instructions https://www.ory.sh/docs/hydra/self-hosted/configure-deploy in order to get a development environment set up. That worked great, and with some minor tweaks I got everything up and running just fine as standalone servers, but it didn’t seem to work out of the box with the SDKs. Seems like the SDKs (or at least the Ruby SDK) has the
/admin
prefix hardcoded for admin routes, and I was trying to figure out if there was a way to specify to the admin server to just append that prefix to the routes it was serving when I was launching the servers or if I was going to have to rig that up in nginx. Looks setting up nginx is the answer here, and, while I’m far from being an nginx expert, I think the config at https://www.ory.sh/docs/hydra/self-hosted/deploy-hydra-example does just what I need 🙌
🙌 1