feat: Initial v0.9 release with API Key authentication
## v0.9.20260325_144654 ### Features - API Key Authentication System - Job Worker System - V2 Backup Versioning ### Bug Fixes - get_processor_results_by_job column mapping Co-authored-by: OpenCode
This commit is contained in:
58
momentry_runtime/plist/com.momentry.api.plist
Normal file
58
momentry_runtime/plist/com.momentry.api.plist
Normal file
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Label</key>
|
||||
<string>com.momentry.api</string>
|
||||
|
||||
<key>UserName</key>
|
||||
<string>accusys</string>
|
||||
|
||||
<key>GroupName</key>
|
||||
<string>staff</string>
|
||||
|
||||
<key>WorkingDirectory</key>
|
||||
<string>/Users/accusys/momentry_core_0.1</string>
|
||||
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/Users/accusys/momentry_core_0.1/target/release/momentry</string>
|
||||
<string>server</string>
|
||||
<string>--port</string>
|
||||
<string>3002</string>
|
||||
</array>
|
||||
|
||||
<key>EnvironmentVariables</key>
|
||||
<dict>
|
||||
<key>PATH</key>
|
||||
<string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
|
||||
|
||||
<key>DATABASE_URL</key>
|
||||
<string>postgres://accusys@localhost:5432/momentry</string>
|
||||
|
||||
<key>REDIS_URL</key>
|
||||
<string>redis://:accusys@localhost:6379</string>
|
||||
|
||||
<key>REDIS_PASSWORD</key>
|
||||
<string>accusys</string>
|
||||
|
||||
<key>OLLAMA_HOST</key>
|
||||
<string>http://localhost:11434</string>
|
||||
|
||||
<key>QDRANT_URL</key>
|
||||
<string>http://localhost:6333</string>
|
||||
</dict>
|
||||
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
|
||||
<key>KeepAlive</key>
|
||||
<true/>
|
||||
|
||||
<key>StandardOutPath</key>
|
||||
<string>/Users/accusys/momentry/log/momentry_api.log</string>
|
||||
|
||||
<key>StandardErrorPath</key>
|
||||
<string>/Users/accusys/momentry/log/momentry_api.error.log</string>
|
||||
</dict>
|
||||
</plist>
|
||||
30
momentry_runtime/plist/com.momentry.gitea-mcp-server.plist
Normal file
30
momentry_runtime/plist/com.momentry.gitea-mcp-server.plist
Normal file
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Label</key>
|
||||
<string>com.momentry.gitea-mcp-server</string>
|
||||
<key>UserName</key>
|
||||
<string>accusys</string>
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/opt/homebrew/bin/gitea-mcp-server</string>
|
||||
<string>-transport</string>
|
||||
<string>http</string>
|
||||
<string>-port</string>
|
||||
<string>8787</string>
|
||||
<string>-host</string>
|
||||
<string>http://localhost:3000</string>
|
||||
<string>-token</string>
|
||||
<string><GITEA_TOKEN></string>
|
||||
</array>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
<key>KeepAlive</key>
|
||||
<true/>
|
||||
<key>StandardOutPath</key>
|
||||
<string>/Users/accusys/momentry/log/gitea-mcp-server.log</string>
|
||||
<key>StandardErrorPath</key>
|
||||
<string>/Users/accusys/momentry/log/gitea-mcp-server.error.log</string>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -9,7 +9,7 @@
|
||||
<array>
|
||||
<string>/opt/homebrew/bin/mongod</string>
|
||||
<string>--dbpath</string>
|
||||
<string>/Users/accusys/momentry/var</string>
|
||||
<string>/opt/homebrew/var/mongodb</string>
|
||||
<string>--logpath</string>
|
||||
<string>/Users/accusys/momentry/log/mongodb.log</string>
|
||||
<string>--port</string>
|
||||
@@ -24,9 +24,6 @@
|
||||
<key>KeepAlive</key>
|
||||
<true/>
|
||||
|
||||
<key>UserName</key>
|
||||
<string>accusys</string>
|
||||
|
||||
<key>StandardErrorPath</key>
|
||||
<string>/Users/accusys/momentry/log/mongodb.error.log</string>
|
||||
|
||||
@@ -34,6 +31,6 @@
|
||||
<string>/Users/accusys/momentry/log/mongodb.log</string>
|
||||
|
||||
<key>WorkingDirectory</key>
|
||||
<string>/Users/accusys/momentry/var/mongodb/</string>
|
||||
<string>/opt/homebrew/var/mongodb</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -35,12 +35,18 @@
|
||||
<key>N8N_PORT</key>
|
||||
<string>5678</string>
|
||||
|
||||
<key>N8N_HOST</key>
|
||||
<string>127.0.0.1</string>
|
||||
|
||||
<key>N8N_LISTEN_ADDRESS</key>
|
||||
<string>0.0.0.0</string>
|
||||
|
||||
<key>N8N_USER_MANAGEMENT_JWT_DURATION</key>
|
||||
<string>1h</string>
|
||||
|
||||
<key>N8N_RUNNERS_ENABLED</key>
|
||||
<string>false</string>
|
||||
|
||||
<key>GENERIC_TIMEZONE</key>
|
||||
<string>Asia/Taipei</string>
|
||||
|
||||
@@ -85,6 +91,9 @@
|
||||
|
||||
<key>N8N_METRICS</key>
|
||||
<string>true</string>
|
||||
|
||||
<key>N8N_PUBLIC_API_ENABLED</key>
|
||||
<string>true</string>
|
||||
</dict>
|
||||
|
||||
<key>RunAtLoad</key>
|
||||
|
||||
@@ -29,14 +29,14 @@
|
||||
<key>N8N_ENCRYPTION_KEY</key>
|
||||
<string>Test3200Test3200Test3200</string>
|
||||
|
||||
<key>DOMAIN_NAME</key>
|
||||
<string>n8n.momentry.ddns.net</string>
|
||||
<key>N8N_PORT</key>
|
||||
<string>5681</string>
|
||||
|
||||
<key>WEBHOOK_URL</key>
|
||||
<string>https://n8n.momentry.ddns.net/</string>
|
||||
<key>QUEUE_HEALTH_CHECK_PORT</key>
|
||||
<string>5682</string>
|
||||
|
||||
<key>N8N_LISTEN_ADDRESS</key>
|
||||
<string>0.0.0.0</string>
|
||||
<key>N8N_HOST</key>
|
||||
<string>127.0.0.1</string>
|
||||
|
||||
<key>GENERIC_TIMEZONE</key>
|
||||
<string>Asia/Taipei</string>
|
||||
@@ -80,14 +80,14 @@
|
||||
<key>N8N_USER_FOLDER</key>
|
||||
<string>/Users/accusys/momentry/var/n8n</string>
|
||||
|
||||
<key>N8N_METRICS</key>
|
||||
<string>true</string>
|
||||
|
||||
<key>N8N_RUNNERS_BROKER_PORT</key>
|
||||
<string>5690</string>
|
||||
|
||||
<key>N8N_RUNNERS_LAUNCHER_HEALTH_CHECK_PORT</key>
|
||||
<string>5691</string>
|
||||
|
||||
<key>N8N_METRICS</key>
|
||||
<string>true</string>
|
||||
</dict>
|
||||
|
||||
<key>RunAtLoad</key>
|
||||
|
||||
@@ -25,6 +25,10 @@
|
||||
<string>/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin</string>
|
||||
<key>HOME</key>
|
||||
<string>/Users/accusys</string>
|
||||
<key>SFTPGO_DEFAULT_ADMIN_USERNAME</key>
|
||||
<string>admin</string>
|
||||
<key>SFTPGO_DEFAULT_ADMIN_PASSWORD</key>
|
||||
<string>Test3200Test3200</string>
|
||||
</dict>
|
||||
|
||||
<key>RunAtLoad</key>
|
||||
|
||||
58
momentry_runtime/plist/com.momentry.worker.plist
Normal file
58
momentry_runtime/plist/com.momentry.worker.plist
Normal file
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Label</key>
|
||||
<string>com.momentry.worker</string>
|
||||
|
||||
<key>UserName</key>
|
||||
<string>accusys</string>
|
||||
|
||||
<key>GroupName</key>
|
||||
<string>staff</string>
|
||||
|
||||
<key>WorkingDirectory</key>
|
||||
<string>/Users/accusys/momentry_core_0.1</string>
|
||||
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/Users/accusys/momentry_core_0.1/target/release/momentry</string>
|
||||
<string>worker</string>
|
||||
<string>--max-concurrent</string>
|
||||
<string>2</string>
|
||||
</array>
|
||||
|
||||
<key>EnvironmentVariables</key>
|
||||
<dict>
|
||||
<key>PATH</key>
|
||||
<string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
|
||||
|
||||
<key>DATABASE_URL</key>
|
||||
<string>postgres://accusys@localhost:5432/momentry</string>
|
||||
|
||||
<key>REDIS_URL</key>
|
||||
<string>redis://:accusys@localhost:6379</string>
|
||||
|
||||
<key>REDIS_PASSWORD</key>
|
||||
<string>accusys</string>
|
||||
|
||||
<key>OLLAMA_HOST</key>
|
||||
<string>http://localhost:11434</string>
|
||||
|
||||
<key>QDRANT_URL</key>
|
||||
<string>http://localhost:6333</string>
|
||||
</dict>
|
||||
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
|
||||
<key>KeepAlive</key>
|
||||
<true/>
|
||||
|
||||
<key>StandardOutPath</key>
|
||||
<string>/Users/accusys/momentry/log/momentry_worker.log</string>
|
||||
|
||||
<key>StandardErrorPath</key>
|
||||
<string>/Users/accusys/momentry/log/momentry_worker.error.log</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user