mirror of
https://github.com/unraid/api.git
synced 2026-01-06 00:30:22 -06:00
20 lines
558 B
TypeScript
20 lines
558 B
TypeScript
/**
|
|
* @todo setup .env
|
|
*/
|
|
const ACCOUNT = 'https://localhost:8008';
|
|
const CONNECT_DOCS = 'https://docs.unraid.net/category/unraid-connect';
|
|
const CONNECT_DASHBOARD = 'https://connect.myunraid.net';
|
|
const CONNECT_FORUMS = 'https://forums.unraid.net/forum/94-connect-plugin-support/';
|
|
const DEV_GRAPH_URL = '';
|
|
const PURCHASE = 'https://unraid.net/preflight';
|
|
const PLUGIN_SETTINGS = '/Settings/ManagementAccess#UnraidNetSettings';
|
|
|
|
export {
|
|
ACCOUNT,
|
|
CONNECT_DASHBOARD,
|
|
CONNECT_DOCS,
|
|
CONNECT_FORUMS,
|
|
DEV_GRAPH_URL,
|
|
PURCHASE,
|
|
PLUGIN_SETTINGS,
|
|
}; |