chalet
chalet copied to clipboard
🏩 A simple process manager for developers. Start apps from your browser and access them using local domains
typicode#309 and typicode#346. This would be really great.
I use chalet as a server catalog. I have fixed ports set up for most services. I hit localhost:2000/server-name to get redirected to the port. It takes 3-4 seconds to...
We proxy a wildcard domain through to chalet. If we have a project with the word chalet in the subdomain, the proxying doesn't work, it instead just shows the chalet...
I tried adding [colima](https://github.com/abiosoft/colima) to chalet (added the command `colima start`. When I turn it on, it starts the process and looks normal, but the switch shows it as "off"....
Trying to figure out how to get a svelte-kit app (https://kit.svelte.dev) working in chalet. I can get the app running, but it keeps reloading. Svelte-kit apps use vite (https://vitejs.dev) for...
First, thanks for maintaining this tool. Been using hotel for years and your battle against code rot is very much appreciated. I expose my chalet setup via a reverse proxy,...
How can I start some servers automatically on restart of my machine ?
``` Error: Cannot find module 'pug' Require stack: - /THEPROJECT/node_modules/.store/express-npm-4.18.2-bb15ff679a/node_modules/express/lib/view.js - /THEPROJECT/node_modules/.store/express-npm-4.18.2-bb15ff679a/node_modules/express/lib/application.js - /THEPROJECT/node_modules/.store/express-npm-4.18.2-bb15ff679a/node_modules/express/lib/express.js - /THEPROJECT/node_modules/.store/express-npm-4.18.2-bb15ff679a/node_modules/express/index.js - /THEPROJECT/node_modules/.store/chalet-npm-0.10.2-0595cc1a69/node_modules/chalet/lib/daemon/app.js - /THEPROJECT/node_modules/.store/chalet-npm-0.10.2-0595cc1a69/node_modules/chalet/lib/daemon/index.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at Function.Module._load (node:internal/modules/cjs/loader:778:27) at Module.require (node:internal/modules/cjs/loader:999:19) at...
Fixes https://github.com/jeansaad/chalet/issues/27
Fixes https://github.com/jeansaad/chalet/issues/31