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,7 +21,10 @@ type Options struct {
TargetBranch, TargetBranch,
TargetPath, TargetPath,
DefaultMimeType string // Used for debugging purposes.
Host string
DefaultMimeType string
ForbiddenMimeTypes map[string]bool ForbiddenMimeTypes map[string]bool
TryIndexPages bool TryIndexPages bool
BranchTimestamp time.Time BranchTimestamp time.Time