Skip to content

Commit

Permalink
remove smallweb email
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Feb 3, 2025
1 parent 4400e4d commit 4e19ff3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ func NewCmdRoot(changelog string) *cobra.Command {
return "domain", v
case "SMALLWEB_REMOTE":
return "remote", v
case "SMALLWEB_EMAIL":
return "email", v
case "SMALLWEB_CUSTOM_DOMAINS":
customDomains := make(map[string]string)
for _, entry := range strings.Split(v, ";") {
Expand Down
4 changes: 0 additions & 4 deletions schemas/config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
"type": "string"
}
},
"email": {
"description": "Email used for certificate registration",
"type": "string"
},
"adminApps": {
"description": "Admin apps",
"type": "array",
Expand Down

0 comments on commit 4e19ff3

Please sign in to comment.