changes from main

This commit is contained in:
6543 2022-08-28 15:13:11 +02:00
parent 9af9eceb41
commit 32431b23bb
No known key found for this signature in database
GPG key ID: C99B82E40B027BAE

View file

@ -21,6 +21,9 @@ type Options struct {
TargetBranch,
TargetPath,
// Used for debugging purposes.
Host string
DefaultMimeType string
ForbiddenMimeTypes map[string]bool
TryIndexPages bool