converge/pkg/server/templates/constants.go
Erik Brakkee 49db7578a7 large parts of the usage is now dynamic.
Still need to generate instructions for authorized keys. A lot of troubleshooting for the form to cookie persistence.
2024-09-08 11:16:49 +02:00

6 lines
89 B
Go

package templates
const BASH = "*.sh"
const CMD = "cmd"
const POWERSHELL = "powershell"