arcast/pkg/config/default_transforms.go
William Petit 768393adc8
Some checks reported warnings
arcad/arcast/pipeline/head This commit is unstable
feat: allow homepage customization
2024-04-26 12:12:15 +02:00

8 lines
131 B
Go

package config
var DefaultTransforms = []TransformFunc{
GenerateSelfSignedCert,
RenewExpiredSelfSignedCert,
CreateCustomDir,
}