Skip to content

Reverse Proxy

Isaac edited this page Aug 16, 2022 · 3 revisions

Information

Ganymede supports reverse proxying the various services. The recommended way is to use a subdomain for each service. Example: api.ganymede.domain.net cdn.ganymede.domain.net ganymede.domain.net.

Required Steps

If you are using a reverse proxy, make sure to update the ENV variables FRONTEND_HOST, NUXT_PUBLIC_API_URL, NUXT_PUBLIC_CDN_URL with the domain hosts.

The COOKIE_DOMAIN API Env variable will need to be set to the base Ganymede domain. Example: ganymede.domain.net. Failure or incorrect setup of this env variable will result in the authentication cookies not being set.

Clone this wiki locally