Skip to content

[FR] Customizing the interface #62

Description

@OpenCode

I know it is not critical to the operation of the service, but it would be nice if there was the possibility of making small customizations to the software. For example, there could be entries in the configuration file to be able to change the name, icon, and maybe take from a user's css file rules to override the basic one.

Something like:

{
    "$schema": "https://raw.githubusercontent.com/sourcebot-dev/sourcebot/main/schemas/v2/index.json",
    "repos": [
        {
            "type": "github",
            "repos": [
                ...
            ]
        }
    ],
    "custom": {
        "title": "My Search Service",
        "favicon": "local/path/favicon.ico",
        "small_logo": "local/path/small_logo.png",
        "large_logo": "local/path/large_logo.png",
        "small_logo_dark": "local/path/small_logo_dark.png",
        "large_logo_dark": "local/path/large_logo_dark.png",
        "css": "local/path/css_with_my_rules.css"
    }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    EEA feature we are planning on putting in our enterprise offering. https://www.sourcebot.dev/pricingFeature

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions