Skip to content

Releases: gnmyt/Nexterm

Release 1.2.0-BETA

01 Jan 00:50
e8a8d49

Choose a tag to compare

Beta

📦 Downloads

Platform / Architecture Windows macOS Linux Android iOS
x86-64 EXE · MSI DMG DEB · RPM · AppImage APK
ARM64 EXE DMG APK
ARM32 APK
Universal APK IPA

Release 1.0.9-OPEN-PREVIEW

31 Dec 19:46
11867ea

Choose a tag to compare

Preview

📦 Downloads

Platform / Architecture Windows macOS Linux Android iOS
x86-64 EXE · MSI DMG DEB · RPM · AppImage APK
ARM64 EXE DMG APK
ARM32 APK
Universal APK IPA

What's Changed

Full Changelog: v1.0.8-OPEN-PREVIEW...v1.0.9-OPEN-PREVIEW

Release 1.0.8-OPEN-PREVIEW

29 Dec 01:17
8f80006

Choose a tag to compare

Preview

📦 Downloads

Platform / Architecture Windows macOS Linux Android
x86-64 EXE · MSI DMG DEB · RPM · AppImage APK
ARM64 EXE DMG APK
ARM32 APK
Universal APK

What's Changed

Full Changelog: v1.0.7-OPEN-PREVIEW...v1.0.8-OPEN-PREVIEW

Release 1.0.7-OPEN-PREVIEW

19 Dec 21:48
3d730ef

Choose a tag to compare

Preview

📦 Downloads

Platform / Architecture Windows macOS Linux Android
x86-64 EXE · MSI DMG DEB · RPM · AppImage APK
ARM64 EXE DMG APK
ARM32 APK
Universal APK

What's Changed

Full Changelog: v1.0.6-OPEN-PREVIEW...v1.0.7-OPEN-PREVIEW

Release 1.0.6-OPEN-PREVIEW

30 Nov 19:27
4809799

Choose a tag to compare

Open Preview

What's Changed

New Contributors

  • @ia74 made their first contribution in #572
  • @Brandon-Roff made their first contribution in #739

Full Changelog: v1.0.5-OPEN-PREVIEW...v1.0.6-OPEN-PREVIEW

Release 1.0.5-OPEN-PREVIEW

08 Jul 20:51
5c27df6

Choose a tag to compare

Open Preview

What's Changed

Full Changelog: v1.0.4-OPEN-PREVIEW...v1.0.5-OPEN-PREVIEW

Release 1.0.4-OPEN-PREVIEW

05 Jul 01:06
6d9ee22

Choose a tag to compare

Open Preview

What's Changed

New Contributors

Full Changelog: v1.0.3-OPEN-PREVIEW...v1.0.4-OPEN-PREVIEW

Release 1.0.3-OPEN-PREVIEW

16 Mar 00:42
e31d015

Choose a tag to compare

Open Preview

Important

This version of Nexterm features server-side encryption of your passwords and private keys.
If you are migrating from an older version, you need to either remove your database file or run this script to encrypt your existing data.
For that, update to the newest version and start the container for the first time. Then, generate an encryption key and enter your Docker console (docker exec -it nexterm sh). Then, paste this script (with your updated encryption key):

ENCRYPTION_KEY=aba3aa8e29b9904d5d8d705230b664c053415c54be20ad13be99af0057dfa23a node -e 'const{encrypt:t}=require("./server/utils/encryption"),db=require("./server/utils/database"),Identity=require("./server/models/Identity"),migrateEncryption=async()=>{try{let e=await Identity.findAll({hooks:!1});for(let a of e){let i={},r=e=>{if(a[e]&&!a[`${e}IV`]&&!a[`${e}AuthTag`]){let r=t(a[e]);i[e]=r.encrypted,i[`${e}IV`]=r.iv,i[`${e}AuthTag`]=r.authTag}};r("password"),r("sshKey"),r("passphrase"),Object.keys(i).length>0&&(await Identity.update(i,{where:{id:a.id}}),console.log(`Updated identity ${a.id}`))}console.log("Database migration completed successfully.")}catch(s){console.error("Error migrating database:",s)}finally{await db.close()}};migrateEncryption();'

What's Changed

New Contributors

Full Changelog: v1.0.2-OPEN-PREVIEW...v1.0.3-OPEN-PREVIEW

Release 1.0.2-OPEN-PREVIEW

15 Sep 19:15
196bd2c

Choose a tag to compare

Open Preview

Warning

This release comes with a breaking change. By default, every new user is created with the user role. You will need to remove the database or change the role field on your account to admin

What's Changed

New Contributors

Full Changelog: v1.0.1-OPEN-PREVIEW...v1.0.2-OPEN-PREVIEW

Release 1.0.1-OPEN-PREVIEW | Proxmox Integration & Bug-Fixes

04 Sep 06:23
8beb58d

Choose a tag to compare

Open Preview

What's Changed

  • Proxmox Integration by @gnmyt in #27
  • 🐛 Fix port issue on some systems by @gnmyt in #44
  • 🐛 Fix misleading sign-up message by @gnmyt in #46
  • 🐛 Allow ssh keys without passphrase by @gnmyt in #48

Full Changelog: v1.0.0-OPEN-PREVIEW...v1.0.1-OPEN-PREVIEW