Rebex Buru SFTP Server 2.4: Web administration customization

  |   Lukas Paluzga

We have released Rebex Buru SFTP Server v2.4. Here is an overview of changes, fixes and improvements.

Web administration customization

Pro Edition owners can now brand the Web Administration tool with their favorite company colors and use header title of their liking. See the samples below to see customization in action.

WA customization variant 1  WA customization variant 2  WA customization variant 3 

// Sample 1
{
    theme: {
        palette: {
            type: 'dark',
            header: { main: '#f06292' },
            primary: { main: '#f06292' },
            secondary: { main: '#ad1457' }
        }
    },
}

// Sample 2
{
    header: { logoUrl: "/logo-m.png" },
    theme: {
        palette: {
            header: { main: '#366382' },
            primary: { main: '#366382' },
            secondary: { main: '#03a9f4' }
        }
    },
}

// Sample 3
{
    header: { logoUrl: null, title: "Acme Corporation" },
    theme: {
        palette: {
            header: { main: '#388e3c', contrastText: '#f0f0f0' },
            primary: { main: '#388e3c' },
            secondary: { main: '#00695c' }
        }
    },
}

We recommend using Material Design's Color Tool to quickly generate a color schema.

Minor fixes

We improved Web Administration page responsibility and added some quality-of-life features, such as better error messages.