diff --git a/finder_commander/launchd/com.webmanager.remote-client-agent.plist b/finder_commander/launchd/com.webmanager.remote-client-agent.plist new file mode 100644 index 0000000..a865964 --- /dev/null +++ b/finder_commander/launchd/com.webmanager.remote-client-agent.plist @@ -0,0 +1,24 @@ + + + + + Label + com.webmanager.remote-client-agent + ProgramArguments + + /usr/bin/python3 + -u + /workspace/webmanager-mvp/finder_commander/remote_client_agent.py + --config + /workspace/webmanager-mvp/finder_commander/remote_client_agent.launchd.json + + RunAtLoad + + KeepAlive + + StandardOutPath + /tmp/com.webmanager.remote-client-agent.out.log + StandardErrorPath + /tmp/com.webmanager.remote-client-agent.err.log + + diff --git a/finder_commander/remote_client_agent.launchd.json b/finder_commander/remote_client_agent.launchd.json new file mode 100644 index 0000000..e1d5879 --- /dev/null +++ b/finder_commander/remote_client_agent.launchd.json @@ -0,0 +1,15 @@ +{ + "agent_access_token": "change-me-agent-token", + "client_id": "", + "display_name": "MacBook Pro van Jan", + "endpoint": "http://192.168.1.25:8765", + "heartbeat_interval_seconds": 20, + "platform": "macos", + "registration_token": "change-me-registration-token", + "shares": { + "downloads": "/Users/jan/Downloads", + "movies": "/Users/jan/Movies", + "pictures": "/Users/jan/Pictures" + }, + "webmanager_base_url": "http://127.0.0.1:8080" +} diff --git a/webui/backend/data/tasks.db b/webui/backend/data/tasks.db index 515638c..62299f7 100644 Binary files a/webui/backend/data/tasks.db and b/webui/backend/data/tasks.db differ