SPB Git forge

spb/uqo-imm1003

Public
7commits 1branches 0releases
189.5 MBsize
maindefault branch
5 h agolast push
JavaScript 68% CSS 32%
1.3 KB · 65 lines json
Raw Blame History
1{2  "label": "UQO IMM1003 — Notes de cours interactives",3  "domain": "www.uqo-imm1003.app",4  "port": 8160,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      816018    ]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-imm1003",31      "manager": "pm2",32      "script": "/opt/homebrew/bin/node",33      "args": [34        "server.mjs",35        "8160",36        "/Users/simon-pierreboucher/apps/uqo-imm1003/dist"37      ],38      "interpreter": null,39      "cwd": "/Users/simon-pierreboucher/apps/uqo-imm1003",40      "env": {41        "PORT": "8160"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-imm1003",57  "dir": "~/apps/uqo-imm1003",58  "venv_python": null,59  "source_node": "laptop",60  "tunnel": {61    "domain": "www.uqo-imm1003.app",62    "gateway": "BHS64",63    "note": "MacLustr Tunnel depuis 2026-09-10 ; ngrok retiré"64  }65}