spb/uqo-imm1033
Public
JavaScript 68%
CSS 32%
1{2 "label": "UQO IMM1033 — Notes de cours interactives",3 "domain": "www.uqo-imm1033.app",4 "port": 8161,5 "health_path": "/api/health",6 "extra_paths": [],7 "sync_excludes": [8 ".DS_Store"9 ],10 "requires": {11 "runtimes": [12 "node",13 "pm2"14 ],15 "ram_gb": 1,16 "ports": [17 816118 ]19 },20 "ram_mb_observed": 80,21 "size_mb": 25,22 "placement": {23 "pin": null,24 "prefer": null,25 "avoid": [],26 "reason": ""27 },28 "processes": [29 {30 "name": "uqo-imm1033",31 "manager": "pm2",32 "script": "/opt/homebrew/bin/node",33 "args": [34 "server.mjs",35 "8161",36 "/Users/simon-pierreboucher/apps/uqo-imm1033/dist"37 ],38 "interpreter": null,39 "cwd": "/Users/simon-pierreboucher/apps/uqo-imm1033",40 "env": {41 "PORT": "8161"42 },43 "cron_restart": null,44 "autorestart": true,45 "max_memory_restart": "300M"46 }47 ],48 "ngrok": null,49 "launchd": [],50 "env_overrides": {},51 "hooks": {52 "post_sync": [],53 "post_start": []54 },55 "ka_repo": false,56 "app": "uqo-imm1033",57 "dir": "~/apps/uqo-imm1033",58 "venv_python": null,59 "source_node": "laptop",60 "tunnel": {61 "domain": "www.uqo-imm1033.app",62 "gateway": "BHS64",63 "note": "MacLustr Tunnel depuis 2026-09-10 ; ngrok retiré"64 }65}