deskssh 0.0.1 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/README.md +26 -55
  2. package/bin/deskssh.js +36 -0
  3. package/dist/server.js +851 -0
  4. package/dist/web/assets/index-Bf6XF_tt.css +32 -0
  5. package/dist/web/assets/index-D17lV7-E.js +234 -0
  6. package/{packages/web/dist → dist/web}/index.html +3 -2
  7. package/package.json +34 -38
  8. package/.eslintrc.cjs +0 -21
  9. package/.github/workflows/ci.yml +0 -40
  10. package/.prettierignore +0 -5
  11. package/.prettierrc.json +0 -6
  12. package/CONTRIBUTING.md +0 -59
  13. package/LICENSE +0 -661
  14. package/packages/cli/README.md +0 -11
  15. package/packages/cli/bin/deskssh.js +0 -12
  16. package/packages/cli/package.json +0 -37
  17. package/packages/core/dist/index.d.ts +0 -2
  18. package/packages/core/dist/index.d.ts.map +0 -1
  19. package/packages/core/dist/index.js +0 -6
  20. package/packages/core/dist/index.js.map +0 -1
  21. package/packages/core/package.json +0 -22
  22. package/packages/core/src/index.test.ts +0 -8
  23. package/packages/core/src/index.ts +0 -6
  24. package/packages/core/tsconfig.json +0 -9
  25. package/packages/server/dist/index.d.ts +0 -3
  26. package/packages/server/dist/index.d.ts.map +0 -1
  27. package/packages/server/dist/index.js +0 -7
  28. package/packages/server/dist/index.js.map +0 -1
  29. package/packages/server/package.json +0 -19
  30. package/packages/server/src/index.ts +0 -8
  31. package/packages/server/tsconfig.json +0 -10
  32. package/packages/web/dist/assets/index-DNUNZ8WK.js +0 -65
  33. package/packages/web/index.html +0 -12
  34. package/packages/web/node_modules/.bin/browserslist +0 -17
  35. package/packages/web/node_modules/.bin/vite +0 -17
  36. package/packages/web/package.json +0 -27
  37. package/packages/web/src/App.tsx +0 -17
  38. package/packages/web/src/i18n/en.ts +0 -8
  39. package/packages/web/src/i18n/es.ts +0 -7
  40. package/packages/web/src/i18n/index.ts +0 -27
  41. package/packages/web/src/main.tsx +0 -12
  42. package/packages/web/tsconfig.json +0 -14
  43. package/packages/web/vite.config.ts +0 -6
  44. package/pnpm-workspace.yaml +0 -2
  45. package/specs/001-core/plan.md +0 -246
  46. package/specs/001-core/spec.md +0 -206
  47. package/specs/001-core/tasks.md +0 -110
  48. package/specs/constitution.md +0 -110
  49. package/specs/glossary.md +0 -35
  50. package/specs/vision.md +0 -145
  51. package/tsconfig.base.json +0 -23
  52. package/tsconfig.json +0 -4
  53. package/vitest.config.ts +0 -7
@@ -1,12 +0,0 @@
1
- #!/usr/bin/env node
2
- // DeskSSH CLI — placeholder for the self-hosted (npm) distribution.
3
- // DeskSSH is in early development and not yet functional; this entry exists to
4
- // reserve the package name and provide the future `deskssh` launch command.
5
-
6
- console.log(`DeskSSH 0.0.1 — early development, not yet functional.
7
-
8
- A graphical desktop over plain SSH: the GUI is synthesized client-side and
9
- every action maps to remote commands. Not remote desktop. Agentless.
10
-
11
- Follow progress: https://github.com/nestorrguez/DeskSSH
12
- `);
@@ -1,37 +0,0 @@
1
- {
2
- "name": "deskssh",
3
- "version": "0.0.1",
4
- "description": "A graphical desktop over plain SSH. Early development — not yet functional.",
5
- "license": "AGPL-3.0-or-later",
6
- "type": "module",
7
- "bin": {
8
- "deskssh": "bin/deskssh.js"
9
- },
10
- "files": [
11
- "bin",
12
- "README.md"
13
- ],
14
- "keywords": [
15
- "ssh",
16
- "sftp",
17
- "gui",
18
- "desktop",
19
- "sysadmin",
20
- "devops",
21
- "agentless"
22
- ],
23
- "homepage": "https://github.com/nestorrguez/DeskSSH",
24
- "repository": {
25
- "type": "git",
26
- "url": "git+https://github.com/nestorrguez/DeskSSH.git"
27
- },
28
- "bugs": {
29
- "url": "https://github.com/nestorrguez/DeskSSH/issues"
30
- },
31
- "engines": {
32
- "node": ">=20"
33
- },
34
- "scripts": {
35
- "build": "true"
36
- }
37
- }
@@ -1,2 +0,0 @@
1
- export declare const CORE_PACKAGE = "@deskssh/core";
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,YAAY,kBAAkB,CAAC"}
@@ -1,6 +0,0 @@
1
- // @deskssh/core — frontend-agnostic core.
2
- // SSH sessions, OS adapters and the capability contract live here (M1).
3
- // This file is the public surface of the package; it stays intentionally small
4
- // and re-exports the stable API as it lands.
5
- export const CORE_PACKAGE = '@deskssh/core';
6
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,0CAA0C;AAC1C,wEAAwE;AACxE,+EAA+E;AAC/E,6CAA6C;AAE7C,MAAM,CAAC,MAAM,YAAY,GAAG,eAAe,CAAC"}
@@ -1,22 +0,0 @@
1
- {
2
- "name": "@deskssh/core",
3
- "version": "0.0.1",
4
- "description": "DeskSSH frontend-agnostic core: SSH sessions, OS adapters, capability contract",
5
- "license": "AGPL-3.0-or-later",
6
- "type": "module",
7
- "main": "./dist/index.js",
8
- "types": "./dist/index.d.ts",
9
- "exports": {
10
- ".": {
11
- "types": "./dist/index.d.ts",
12
- "import": "./dist/index.js"
13
- }
14
- },
15
- "files": [
16
- "dist"
17
- ],
18
- "scripts": {
19
- "build": "tsc -b",
20
- "clean": "rm -rf dist *.tsbuildinfo"
21
- }
22
- }
@@ -1,8 +0,0 @@
1
- import { describe, it, expect } from 'vitest';
2
- import { CORE_PACKAGE } from './index';
3
-
4
- describe('@deskssh/core', () => {
5
- it('exposes its package name', () => {
6
- expect(CORE_PACKAGE).toBe('@deskssh/core');
7
- });
8
- });
@@ -1,6 +0,0 @@
1
- // @deskssh/core — frontend-agnostic core.
2
- // SSH sessions, OS adapters and the capability contract live here (M1).
3
- // This file is the public surface of the package; it stays intentionally small
4
- // and re-exports the stable API as it lands.
5
-
6
- export const CORE_PACKAGE = '@deskssh/core';
@@ -1,9 +0,0 @@
1
- {
2
- "extends": "../../tsconfig.base.json",
3
- "compilerOptions": {
4
- "rootDir": "./src",
5
- "outDir": "./dist"
6
- },
7
- "include": ["src/**/*"],
8
- "exclude": ["src/**/*.test.ts", "src/**/*.spec.ts"]
9
- }
@@ -1,3 +0,0 @@
1
- export declare const SERVER_PACKAGE = "@deskssh/server";
2
- export declare const CORE_DEPENDENCY = "@deskssh/core";
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,cAAc,oBAAoB,CAAC;AAChD,eAAO,MAAM,eAAe,kBAAe,CAAC"}
@@ -1,7 +0,0 @@
1
- // @deskssh/server — web gateway.
2
- // Holds live SSH sessions, authenticates the gateway user and exposes the API
3
- // (HTTP for one-off actions, WebSocket for PTY and streams). Built on @deskssh/core.
4
- import { CORE_PACKAGE } from '@deskssh/core';
5
- export const SERVER_PACKAGE = '@deskssh/server';
6
- export const CORE_DEPENDENCY = CORE_PACKAGE;
7
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,iCAAiC;AACjC,8EAA8E;AAC9E,qFAAqF;AAErF,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AAE7C,MAAM,CAAC,MAAM,cAAc,GAAG,iBAAiB,CAAC;AAChD,MAAM,CAAC,MAAM,eAAe,GAAG,YAAY,CAAC"}
@@ -1,19 +0,0 @@
1
- {
2
- "name": "@deskssh/server",
3
- "version": "0.0.1",
4
- "description": "DeskSSH web gateway: keeps SSH sessions alive and exposes the API",
5
- "license": "AGPL-3.0-or-later",
6
- "type": "module",
7
- "main": "./dist/index.js",
8
- "types": "./dist/index.d.ts",
9
- "files": [
10
- "dist"
11
- ],
12
- "scripts": {
13
- "build": "tsc -b",
14
- "clean": "rm -rf dist *.tsbuildinfo"
15
- },
16
- "dependencies": {
17
- "@deskssh/core": "workspace:*"
18
- }
19
- }
@@ -1,8 +0,0 @@
1
- // @deskssh/server — web gateway.
2
- // Holds live SSH sessions, authenticates the gateway user and exposes the API
3
- // (HTTP for one-off actions, WebSocket for PTY and streams). Built on @deskssh/core.
4
-
5
- import { CORE_PACKAGE } from '@deskssh/core';
6
-
7
- export const SERVER_PACKAGE = '@deskssh/server';
8
- export const CORE_DEPENDENCY = CORE_PACKAGE;
@@ -1,10 +0,0 @@
1
- {
2
- "extends": "../../tsconfig.base.json",
3
- "compilerOptions": {
4
- "rootDir": "./src",
5
- "outDir": "./dist"
6
- },
7
- "include": ["src/**/*"],
8
- "exclude": ["src/**/*.test.ts", "src/**/*.spec.ts"],
9
- "references": [{ "path": "../core" }]
10
- }