Skip to content
Draft
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion api/.env.development
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ PATHS_RCLONE_SOCKET=./dev/rclone-socket
PATHS_LOG_BASE=./dev/log # Where we store logs
PATHS_LOGS_FILE=./dev/log/graphql-api.log
PATHS_CONNECT_STATUS_FILE_PATH=./dev/connectStatus.json # Connect plugin status file
PATHS_CONNECT_STATUS=./dev/states/connectStatus.json # Connect status file for development
ENVIRONMENT="development"
NODE_ENV="development"
PORT="3001"
PLAYGROUND=true
INTROSPECTION=true
MOTHERSHIP_GRAPHQL_LINK="http://authenticator:3000/graphql"
MOTHERSHIP_BASE_URL="http://localhost:8787"
NODE_TLS_REJECT_UNAUTHORIZED=0
BYPASS_PERMISSION_CHECKS=false
BYPASS_CORS_CHECKS=true
Expand Down
2 changes: 1 addition & 1 deletion api/dev/configs/api.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.11.0",
"version": "4.12.0",
"extraOrigins": [],
"sandbox": false,
"ssoSubIds": [],
Expand Down
9 changes: 8 additions & 1 deletion api/dev/configs/connect.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,12 @@
"username": "zspearmint",
"avatar": "https://via.placeholder.com/200",
"regWizTime": "1611175408732_0951-1653-3509-FBA155FA23C0",
"dynamicRemoteAccessType": "DISABLED"
"dynamicRemoteAccessType": "DISABLED",
"version": "4.4.1",
"extraOrigins": "https://google.com,https://test.com",
"sandbox": "yes",
"accesstoken": "",
"idtoken": "",
"refreshtoken": "",
"ssoSubIds": ""
}
11 changes: 11 additions & 0 deletions api/dev/keys/7789353b-40f4-4f3b-a230-b1f22909abff.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"createdAt": "2025-07-19T22:29:38.790Z",
"description": "Internal API Key Used By Unraid Connect to access your server resources for the connect.myunraid.net dashboard",
"id": "7789353b-40f4-4f3b-a230-b1f22909abff",
"key": "e6e0212193fa1cb468194dd5a4e41196305bc3b5e38532c2f86935bbde317bd0",
"name": "ConnectInternal",
"permissions": [],
"roles": [
"CONNECT"
]
}
11 changes: 0 additions & 11 deletions api/dev/keys/b5b4aa3d-8e40-4c92-bc40-d50182071886.json

This file was deleted.

Loading
Loading