feat: add security related settings

This commit is contained in:
Steven
2024-08-28 23:46:06 +08:00
parent 4e5810e205
commit 1167df29d8
16 changed files with 377 additions and 359 deletions

View File

@ -28,10 +28,6 @@ type Profile struct {
Driver string
// Version is the current version of server
Version string
// Pubic is the flag whether the instance is public for others.
Public bool
// PasswordAuth is the flag whether the instance uses password authentication.
PasswordAuth bool
// InstanceURL is the url of your memos instance.
InstanceURL string
}