mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Add support for base URLs with subfolders
This commit is contained in:
parent
78385a351e
commit
9c42997209
10 changed files with 105 additions and 23 deletions
|
@ -38,6 +38,9 @@ func (e *Engine) parseAll() {
|
|||
"baseURL": func() string {
|
||||
return e.cfg.BaseURL()
|
||||
},
|
||||
"rootURL": func() string {
|
||||
return e.cfg.RootURL()
|
||||
},
|
||||
"hasOAuth2Provider": func(provider string) bool {
|
||||
return e.cfg.OAuth2Provider() == provider
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue