General-Purpose Web Integration #2626
tom-ricci
started this conversation in
Service Template Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be great to have a general-purpose framework for integrating other websites in the Coolify dashboard, allowing a team to use Coolify as a general dashboard for everything related to their servers.
Possible use cases:
You could probably just do this with an iframe that resolves to
your.coolify.instance/some-specific-integrations-path?url=https://your.proxied/url/here
which Traefik notices and proxies to whatever the query string says.This may also be a path to supporting plugins in the future.
Beta Was this translation helpful? Give feedback.
All reactions