Switch to the theming web branch for now

Co-authored-by: Florian Schade <f.schade@opencloud.eu>
This commit is contained in:
André Duffeck
2025-01-15 08:48:15 +01:00
co-authored by Florian Schade
parent 3c6840666f
commit bacceadf32
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"},
},
},
},
}