Merge pull request #22 from opencloud-eu/use-theming-web

WEB theming
This commit is contained in:
Jörn Friedrich Dreyer
2025-01-15 12:57:17 +01:00
committed by GitHub
4 changed files with 11 additions and 201 deletions
@@ -87,7 +87,7 @@ func DefaultConfig() *config.Config {
GatewayAddress: "com.owncloud.api.gateway",
Web: config.Web{
ThemeServer: "https://localhost:9200",
ThemePath: "/themes/owncloud/theme.json",
ThemePath: "/themes/opencloud/theme.json",
Config: config.WebConfig{
Server: "https://localhost:9200",
Theme: "",
@@ -112,6 +112,9 @@ func DefaultConfig() *config.Config {
TokenStorageLocal: true,
UserListRequiresFilter: false,
},
Styles: []config.CustomStyle{
{Href: "/themes/opencloud/font.css"},
},
},
},
}