converge/pkg/server/templates/constants.go
Erik Brakkee db44a20d5a 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-08-03 18:29:14 +02:00

6 lines
89 B
Go

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