mirror of
https://github.com/unraid/api.git
synced 2026-01-05 16:09:49 -06:00
16 lines
416 B
TypeScript
16 lines
416 B
TypeScript
/**
|
|
* @todo setup .env
|
|
*/
|
|
const ACCOUNT = 'https://account.unraid.net';
|
|
const CONNECT_DOCS = 'https://docs.unraid.net/category/unraid-connect';
|
|
const CONNECT_DASHBOARD = 'https://connect.myunraid.net';
|
|
const PURCHASE = 'https://unraid.net/preflight';
|
|
const PLUGIN_SETTINGS = '/Settings/ManagementAccess#UnraidNetSettings';
|
|
|
|
export {
|
|
ACCOUNT,
|
|
CONNECT_DASHBOARD,
|
|
CONNECT_DOCS,
|
|
PURCHASE,
|
|
PLUGIN_SETTINGS,
|
|
}; |