mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-09 19:52:58 +00:00
add users map #23
This commit is contained in:
parent
9e8601085a
commit
bf3879e8b1
@ -21,6 +21,7 @@ type Config struct {
|
|||||||
Token string // Anti CSRF token
|
Token string // Anti CSRF token
|
||||||
FrontMatter string // Default frontmatter to save files in
|
FrontMatter string // Default frontmatter to save files in
|
||||||
HugoEnabled bool // Enables the Hugo plugin for File Manager
|
HugoEnabled bool // Enables the Hugo plugin for File Manager
|
||||||
|
Users map[string]*UserConfig
|
||||||
}
|
}
|
||||||
|
|
||||||
// UserConfig contains the configuration for each user
|
// UserConfig contains the configuration for each user
|
||||||
|
Loading…
x
Reference in New Issue
Block a user