Joshua Taylor
Joshua Taylor
There was a PR that was meant to solve it, but I had requested it to be done to the main template. https://github.com/PufferPanel/templates/pull/218 If this works, a PR should be...
Really, making them users would not really "secure" it any more. I do see the benefit it'd solve in the scope of rights to other files, but I'd also argue...
Technically? Yes, however if you use anything except docker, we do not do any security on it, nor do we claim we do. The only security we currently truly support...
I can see this type of support being added as a "plugin" to pufferd, something which I've been trying to work up where I can. I built the internal system...
The structure for how stuff runs is already in place, it's just not designed to dynamically register stuff yet. I've been playing with it with the new "operation" modules (the...
After some deliberation, it has been decided this will only function with docker containers. Standard and tty will not support this functionality.
What version are you using?
As a note, servername is not a valid "key", it is serverId But, I don't think we run any of Docker's configs through it, so that won't really fix anything.
Each template makes this decision. A template supports running a pre command that can do just this. Example: https://github.com/pufferpanel/templates/blob/fe963cdf11e0a049244f8dcbe865e2f41f046aa0/squad/squad.json#L58-L67
Loginid we set to the server id, so it should not be required. I had a look, and I don't see why -validate is needing to be removed? It just...