Newer
Older
documentationUrl: 'https://github.com/wekan/wekan/wiki',
documentationUrl: 'https://wordpress.org/support/',
documentationUrl: 'https://docs.nextcloud.com/server/latest/user_manual/en/',
documentationUrl: 'https://docs.zulip.com/help/',

Maarten de Waard
committed
{
name: 'monitoring',
image: '/assets/monitoring.svg',
label: 'Monitoring',
documentationUrl: 'https://grafana.com/docs/',
},
// List of external application which are not part of Stackspin. This is to
// load nice icons and labels. Because in the future translations are planned
// this list is included in the frontend and do not rely on the information
// provides by the baccken.
export const appExternalAccessList = [
// 3 Possible names for email
{
name: 'email',
image: '/assets/email.svg',
label: 'E-mail',
documentationUrl: '',
},
{
name: 'mail',
image: '/assets/email.svg',
label: 'E-mail',
documentationUrl: '',
},
{
name: 'zimbra',
label: 'E-mail',
documentationUrl: '',
},
// Other common applications
{
name: 'gitlab',
image: '/assets/gitlab.svg',
label: 'GitLab',
documentationUrl: '',
},
{
name: 'mattermost',
image: '/assets/mattermost.svg',
label: 'Mattermost',
documentationUrl: '',
},
{
name: 'vpn',
image: '/assets/vpn.svg',
label: 'VPN',
documentationUrl: '',
},
// This is used for all other
{
name: 'other',
image: '/assets/other.svg',
label: '',
documentationUrl: '',
},
];
export const allAppAccessList = [
{
name: 'dashboard',
image: '/assets/logo-small.svg',
label: 'Dashboard',
},
{
name: 'dashboard',
role: UserRole.User,
},
{
name: 'wekan',
{
name: 'monitoring',
role: UserRole.NoAccess,
},