mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Cannot add a template through local file, works fine through remote URL #280
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 @netagence on 1/29/2024
CloudPanel version(s) affected
2.4.1
Description
I could not add a custom VHost template following one of the "Add template" instructions at https://www.cloudpanel.io/docs/v2/cloudpanel-cli/root-user-commands/##
How to reproduce
root@monip:~/wbcpy# clpctl vhost-template:add --name='My custom app' --file='mytemplate.tpl'gives
Same file at a remote URL
root@monip:~/wbcpy# clpctl vhost-template:add --name='My custom app' --file=https://mytemplocation.host/mytemplate.tpl'gives
Possible Solution
No response
Additional Context
No response