mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 16:55:42 -05:00
[GH-ISSUE #78] Building and serving this works but adding the url in the dokploy templates "Base Url (optional)" doe not load templates. #2150
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @transamericanlogisticsgroup on GitHub (Apr 14, 2025).
Original GitHub issue: https://github.com/Dokploy/templates/issues/78
As the title says
Building and serving this works but adding the url in the dokploy templates "Base Url (optional)" doe not load templates.
When I type the usual https://templates.dokploy.com it loads them from there as it loads the default but not my self hosted version, which built fine and is being served just fine.
https://github.com/transamericanlogisticsgroup/dokploy-templates
any suggestions or you just have the field there but don't actually support custom template repositories??
@michaeljnash commented on GitHub (Apr 14, 2025):
This would be a HUGE plus to be able to use our own hosted template repositories like that
@Siumauricio commented on GitHub (May 17, 2025):
You need to deploy this same project under your domain, the templates.dokploy.com domain belongs to this organisation, and it is obvious that if you make any changes to your fork those changes will not be reflected on the domain, so you need to do the configuration yourself,
I think I could make a guide to deploy it, it's not very difficult, it's a static vite react application.