Compare commits

..

39 Commits

Author SHA1 Message Date
Karmaa 4dc94c90b2 Merge pull request #57 from LukeGus/dev-1.01
Dev 1.01
2025-07-31 22:38:27 -05:00
LukeGus eb8b465c92 Merge remote-tracking branch 'origin/main' into dev-1.01
# Conflicts:
#	src/apps/SSH/Terminal/SSHTerminal.tsx
2025-07-31 22:30:51 -05:00
Karmaa 3559a6fd87 Update docker-image.yml 2025-07-31 19:13:02 -05:00
LukeGus b70fa4cd52 Fix terminal and tunnel timeout connection errors 2025-07-31 18:54:10 -05:00
Karmaa 43b833c4ae Update SSHTerminal.tsx 2025-07-31 16:19:18 -05:00
Karmaa 38560b8178 Update ssh.ts 2025-07-31 16:18:44 -05:00
Karmaa 4a33024b7f Update SSHTerminal.tsx 2025-07-31 15:24:42 -05:00
Karmaa 38f836b94f Update ssh.ts 2025-07-31 15:20:27 -05:00
Karmaa 4b53139c20 Update ssh.ts to fix 60 second disconnect 2025-07-31 14:55:40 -05:00
Karmaa e0a86b9e18 Update README.md 2025-07-29 01:09:08 -05:00
LukeGus b58b6e729c Update routes and homepage auth. 2025-07-28 22:47:52 -05:00
LukeGus 6eff103cae Migrate docs to new repo 2025-07-28 20:53:48 -05:00
LukeGus 137f8ef472 Update read me 2025-07-28 17:22:49 -05:00
LukeGus 0ca1392670 Update read me 2025-07-28 17:09:28 -05:00
LukeGus c2ed2729be Update read me, license, tools, and auth loading 2025-07-28 17:06:30 -05:00
LukeGus a92ed01129 Fix routing 2025-07-28 15:50:50 -05:00
LukeGus 1cab763bee Fix build error 2025-07-28 15:34:13 -05:00
LukeGus 30bcdd440e Clean up code 2025-07-28 14:56:43 -05:00
LukeGus bc4c2dc7e6 Finalized ssh config editor 2025-07-28 14:23:28 -05:00
LukeGus 962f0064fe Update backend connectivity for SSH 2025-07-27 20:36:54 -05:00
LukeGus eb3008d097 Update backend connectivity 2025-07-27 19:41:24 -05:00
LukeGus 64ac578d61 Fix build errors 2025-07-27 18:59:44 -05:00
LukeGus 50de22618a Fix build errors 2025-07-27 18:54:01 -05:00
LukeGus 493514d7fa Fix build errors 2025-07-27 18:48:26 -05:00
LukeGus 27495aa4ed Fix build errors 2025-07-27 18:41:41 -05:00
LukeGus babe105b2e Fix build errors 2025-07-27 18:12:55 -05:00
LukeGus ec2a1f4215 Fix build errors 2025-07-27 18:04:49 -05:00
LukeGus 6ed822c8b2 Updated building backend, improved oruitng, indivudal ssh tunnel control. 2025-07-27 18:01:44 -05:00
LukeGus 634e625eef Individual SSH Tunnel control 2025-07-27 16:04:32 -05:00
LukeGus 32945adcd9 Ssh tunnel backup before forwardIn rewrite 2025-07-27 14:21:15 -05:00
LukeGus 5e88f8496e Update ssh tunnel to new system 2025-07-26 23:01:45 -05:00
LukeGus abeba66432 Fixes 2025-07-26 21:33:39 -05:00
LukeGus 073e9a969b Update ssh sidebar to follow new scheme 2025-07-26 20:07:25 -05:00
LukeGus 2e62dee798 Started config editor, migrated to one ssh manager for adding hosts. 2025-07-26 15:42:15 -05:00
LukeGus 608111c37b Finalized ssh tunnels, updatetd database schemas, started on config editor. 2025-07-23 00:36:22 -05:00
LukeGus 547701378f Finalized ssh tunnels, updatetd database schemas, started on config editor. 2025-07-21 01:25:38 -05:00
LukeGus cfaa04e42c Added tools (run multi cmds), fixed UI scrolling, added SSH algo's and key types. 2025-07-19 02:27:20 -05:00
LukeGus 49a4d20740 Completed intial SSH section with user/ssh backend 2025-07-18 23:39:23 -05:00
LukeGus 00a827df09 Initial dev-1.0 commit for TS and Shadcn migration 2025-07-17 01:13:30 -05:00
121 changed files with 515 additions and 2065 deletions
-1
View File
@@ -1 +0,0 @@
VERSION=1.1.1
+1 -1
View File
@@ -16,7 +16,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: [self-hosted, linux]
steps:
- name: Checkout repository
uses: actions/checkout@v4
+2 -2
View File
@@ -31,12 +31,12 @@ Termix is an open-source, forever-free, self-hosted all-in-one server management
- **SSH Tunnel Management** - Create and manage SSH tunnels with automatic reconnection and health monitoring
- **Remote Config Editor** - Edit files directly on remote servers with syntax highlighting and file management
- **SSH Host Manager** - Save, organize, and manage your SSH connections with tags and folders
- **User Authentication** - Secure user management with admin controls and OIDC support with more auth types planned
- **User Authentication** - Secure user management with admin controls
- **Modern UI** - Clean interface built with React, Tailwind CSS, and the amazing Shadcn
# Planned Features
- **Improved Admin Control** - Ability to manage admins, and give more fine-grained control over their permissions, share hosts, reset passwords, delete accounts, etc
- **More auth types** - Add 2FA, TOTP, etc
- **More auth types** - Add 2FA, OCID support, etc
- **Theming** - Modify themeing for all tools
- **Improved SFTP Support** - Ability to manage files easier with the config editor by uploading, creating, and removing files
- **Improved Terminal Support** - Add more terminal protocols such as VNC and RDP (anyone who has experience in integrating RDP into a web-application similar to Apache Guacamole, please contact me by creating an issue)
-1
View File
@@ -67,7 +67,6 @@ COPY --from=native-builder /app/node_modules/better-sqlite3 /app/node_modules/be
COPY --from=backend-builder /app/dist/backend ./dist/backend
COPY package.json ./
COPY .env ./.env
RUN chown -R node:node /app
VOLUME ["/app/data"]
-18
View File
@@ -27,24 +27,6 @@ http {
proxy_set_header X-Forwarded-Proto $scheme;
}
location /version/ {
proxy_pass http://127.0.0.1:8081;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
location /releases/ {
proxy_pass http://127.0.0.1:8081;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
location /ssh/db/ {
proxy_pass http://127.0.0.1:8081;
proxy_http_version 1.1;
-122
View File
@@ -35,9 +35,7 @@
"@xterm/addon-attach": "^0.11.0",
"@xterm/addon-clipboard": "^0.1.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-search": "^0.15.0",
"@xterm/addon-unicode11": "^0.8.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"axios": "^1.10.0",
"bcryptjs": "^3.0.2",
@@ -50,12 +48,10 @@
"dotenv": "^17.2.0",
"drizzle-orm": "^0.44.3",
"express": "^5.1.0",
"jose": "^5.2.3",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.525.0",
"multer": "^2.0.2",
"nanoid": "^5.1.5",
"node-fetch": "^3.3.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.60.0",
@@ -4059,15 +4055,6 @@
"@xterm/xterm": "^5.0.0"
}
},
"node_modules/@xterm/addon-search": {
"version": "0.15.0",
"resolved": "https://registry.npmjs.org/@xterm/addon-search/-/addon-search-0.15.0.tgz",
"integrity": "sha512-ZBZKLQ+EuKE83CqCmSSz5y1tx+aNOCUaA7dm6emgOX+8J9H1FWXZyrKfzjwzV+V14TV3xToz1goIeRhXBS5qjg==",
"license": "MIT",
"peerDependencies": {
"@xterm/xterm": "^5.0.0"
}
},
"node_modules/@xterm/addon-unicode11": {
"version": "0.8.0",
"resolved": "https://registry.npmjs.org/@xterm/addon-unicode11/-/addon-unicode11-0.8.0.tgz",
@@ -4077,15 +4064,6 @@
"@xterm/xterm": "^5.0.0"
}
},
"node_modules/@xterm/addon-web-links": {
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/@xterm/addon-web-links/-/addon-web-links-0.11.0.tgz",
"integrity": "sha512-nIHQ38pQI+a5kXnRaTgwqSHnX7KE6+4SVoceompgHL26unAxdfP6IPqUTSYPQgSwM56hsElfoNrrW5V7BUED/Q==",
"license": "MIT",
"peerDependencies": {
"@xterm/xterm": "^5.0.0"
}
},
"node_modules/@xterm/xterm": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/@xterm/xterm/-/xterm-5.5.0.tgz",
@@ -4794,15 +4772,6 @@
"devOptional": true,
"license": "MIT"
},
"node_modules/data-uri-to-buffer": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
"integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==",
"license": "MIT",
"engines": {
"node": ">= 12"
}
},
"node_modules/debug": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
@@ -5512,29 +5481,6 @@
"reusify": "^1.0.4"
}
},
"node_modules/fetch-blob": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
"integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/jimmywarting"
},
{
"type": "paypal",
"url": "https://paypal.me/jimmywarting"
}
],
"license": "MIT",
"dependencies": {
"node-domexception": "^1.0.0",
"web-streams-polyfill": "^3.0.3"
},
"engines": {
"node": "^12.20 || >= 14.13"
}
},
"node_modules/file-entry-cache": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
@@ -5679,18 +5625,6 @@
"node": ">= 0.6"
}
},
"node_modules/formdata-polyfill": {
"version": "4.0.10",
"resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
"integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
"license": "MIT",
"dependencies": {
"fetch-blob": "^3.1.2"
},
"engines": {
"node": ">=12.20.0"
}
},
"node_modules/forwarded": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
@@ -6073,15 +6007,6 @@
"jiti": "lib/jiti-cli.mjs"
}
},
"node_modules/jose": {
"version": "5.10.0",
"resolved": "https://registry.npmjs.org/jose/-/jose-5.10.0.tgz",
"integrity": "sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/panva"
}
},
"node_modules/js-base64": {
"version": "3.7.7",
"resolved": "https://registry.npmjs.org/js-base64/-/js-base64-3.7.7.tgz",
@@ -6796,44 +6721,6 @@
"node": ">=10"
}
},
"node_modules/node-domexception": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
"integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
"deprecated": "Use your platform's native DOMException instead",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/jimmywarting"
},
{
"type": "github",
"url": "https://paypal.me/jimmywarting"
}
],
"license": "MIT",
"engines": {
"node": ">=10.5.0"
}
},
"node_modules/node-fetch": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz",
"integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
"license": "MIT",
"dependencies": {
"data-uri-to-buffer": "^4.0.0",
"fetch-blob": "^3.1.4",
"formdata-polyfill": "^4.0.10"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/node-fetch"
}
},
"node_modules/node-releases": {
"version": "2.0.19",
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz",
@@ -8321,15 +8208,6 @@
"integrity": "sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ==",
"license": "MIT"
},
"node_modules/web-streams-polyfill": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
"integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==",
"license": "MIT",
"engines": {
"node": ">= 8"
}
},
"node_modules/which": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
-4
View File
@@ -39,9 +39,7 @@
"@xterm/addon-attach": "^0.11.0",
"@xterm/addon-clipboard": "^0.1.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-search": "^0.15.0",
"@xterm/addon-unicode11": "^0.8.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"axios": "^1.10.0",
"bcryptjs": "^3.0.2",
@@ -54,12 +52,10 @@
"dotenv": "^17.2.0",
"drizzle-orm": "^0.44.3",
"express": "^5.1.0",
"jose": "^5.2.3",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.525.0",
"multer": "^2.0.2",
"nanoid": "^5.1.5",
"node-fetch": "^3.3.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.60.0",
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More