Dev 2.0 #23

Merged
LukeGus merged 44 commits from dev-2.0 into main 2025-03-16 19:17:56 +00:00

44 Commits

Author SHA1 Message Date
Karmaa 94a315bd07 Resolved merge conflict in README.md 2025-03-16 14:17:26 -05:00
Karmaa 0b7e12a1fa Attempt #3 to auto compile MongoDB into the build to exclude it from the compose. 2025-03-16 13:39:04 -05:00
Karmaa 0a5138f7ca Attempt #3 to auto compile MongoDB into the build to exclude it from the compose. 2025-03-16 13:18:53 -05:00
Karmaa 89a123f36c Attempt #2 to auto compile MongoDB into the build to exclude it from the compose. 2025-03-16 13:09:40 -05:00
Karmaa aa95fee450 Attempt #1 to auto compile MongoDB into the build to exclude it from the compose. 2025-03-16 13:07:18 -05:00
Karmaa b585c95b25 Fix GitHub build errors 2025-03-16 12:57:17 -05:00
Karmaa 133262a612 Added ability to share hosts. Fixed up overall UI errors in console and cleaned up code for release. 2025-03-16 12:52:47 -05:00
Karmaa bec8b67303 Updated various names for rsa keys to public keys, fixes ssh not connecting, better timing for editing host. 2025-03-16 02:28:20 -05:00
Karmaa fda8c7ce4b Waits for user to be able to log in. Improved UI for profile, edit and add host, and added organizational features to the host app (Folders, search, etc.) 2025-03-16 01:51:14 -05:00
Karmaa fd966b9954 Fixed control v pasting formating. Reorganized location of scripts. Visbile password and confirm password. Guest login. OpenSSH key authentication. Optional to remember password. Serach for host viewer. 2025-03-16 00:46:20 -05:00
Karmaa 346d833f3d Updated Profile modal to show username text more clearly 2025-03-15 02:21:22 -05:00
Karmaa ab10bd0b47 Updated Profile modal to show username text more clearly 2025-03-15 02:19:30 -05:00
Karmaa 4646bf3040 Updated database connection method. 2025-03-15 01:58:16 -05:00
Karmaa 420fae828b Better encryption for everything, new session login, rewrote a lot of database code changing its storage methods. Prepared for release of 2.0. 2025-03-15 01:42:43 -05:00
Karmaa e2e35e6130 Updated launchpad UI to be expandable in the future. Updated UI for the hosts to be able to easily configure them. They stil need organizational system (folders, etc.) 2025-03-13 22:42:18 -05:00
Karmaa e41bec5e4d Save hosts to tabs (very early version, not that many issues not just not very feature rich and has a poor UI that will be improved with more features) 2025-03-12 23:30:34 -05:00
Karmaa 994de92451 Changes to connection system to support docker 2025-03-12 20:07:39 -05:00
Karmaa 615c8d4ceb Changes to connection system to support docker 2025-03-12 18:59:03 -05:00
Karmaa bd79e1e5c3 Changes to connection system to support docker 2025-03-12 18:02:39 -05:00
Karmaa f7cdeb94f7 Changes to connection system to support docker 2025-03-12 17:44:53 -05:00
Karmaa 1f9daa4e85 Update README.md 2025-03-12 15:58:36 -05:00
Karmaa 4027c6a041 Changes to Dockerfile to fix error in connecting to sockets 2025-03-11 23:48:50 -05:00
Karmaa 3767a58220 Changes to Dockerfile to fix error in installing MongoDB 2025-03-11 23:37:06 -05:00
Karmaa 8a5b0be0c1 Changes to Dockerfile to fix error in installing MongoDB 2025-03-11 23:25:40 -05:00
Karmaa d23ef45c1a Changes to Dockerfile to fix error in installing MongoDB 2025-03-11 23:18:11 -05:00
Karmaa 215d4c4f6a Changes to Dockerfile to fix error in installing MongoDB 2025-03-11 23:13:29 -05:00
Karmaa 5d007e05fd Changes to Dockerfile to fix error in installing MongoDB 2025-03-11 23:11:25 -05:00
Karmaa 76e2642c6f Changes to Dockerfile to fix error in installing MongoDB 2025-03-11 23:07:27 -05:00
Karmaa 599abedeb2 Changes to Dockerfile to fix error in installing MongoDB 2025-03-11 23:05:16 -05:00
Karmaa f0c5128a1a Changes to Dockerfile to fix error in installing MongoDB 2025-03-11 23:01:17 -05:00
Karmaa 121b7775c0 Changes to Dockerfile to fix error in installing MongoDB 2025-03-11 22:58:11 -05:00
Karmaa d43190c5c1 Changes to Dockerfile to fix error in installing MongoDB 2025-03-11 22:53:34 -05:00
Karmaa 5f6db9be8f Changes to Dockerfile to fix error in installing MongoDB 2025-03-11 22:48:35 -05:00
Karmaa 28bf463766 Changes to Dockerfile to fix error in installing MongoDB 2025-03-11 22:47:04 -05:00
Karmaa 9dab97e17b Changes to Dockerfile to fix error in installing MongoDB 2025-03-11 22:44:22 -05:00
Karmaa 0da37dcfc7 Changes to Dockerfile to fix error in installing MongoDB 2025-03-11 22:42:42 -05:00
Karmaa e6cef2aa2d Changes to Dockerfile to fix error in installing MongoDB 2025-03-11 22:40:01 -05:00
Karmaa a252eecbcc Changes to Dockerfile to fix error in installing MongoDB 2025-03-11 22:37:26 -05:00
Karmaa 8f038db378 Changes to Dockerfile to fix error in installing MongoDB 2025-03-11 21:48:59 -05:00
Karmaa 6c3e67d84a Changes to Dockerfile to fix error in installing MongoDB 2025-03-11 21:42:40 -05:00
Karmaa aa6ca04392 Changes to Dockerfile to fix error in installing MongoDB 2025-03-11 20:41:29 -05:00
Karmaa a839832805 Changes to Dockerfile to fix error in installing MongoDB 2025-03-11 20:38:28 -05:00
Karmaa 32f88417e5 Updated README, fixed a few bugs with user creation, and added docker support to run MongoDB (needs testing) 2025-03-11 20:34:49 -05:00
Karmaa 4e277bdd07 Added user system with database features. This is fairly experimental and does not include dockerfile to automatically generate a mongodb. This should be in future commits along with ability to save hosts branching off this database feature. 2025-03-10 23:59:06 -05:00