Update README.md to accommodate repo split

This commit is contained in:
2024-08-08 19:06:14 -04:00
parent 369aab5074
commit 66ea87aa11
+24 -18
View File
@@ -2,7 +2,7 @@
--- ---
Pronounced as: "mutton", "muh·tn" Pronounced as: "mutton", "muh·tn"
MUTN is a simple, self-hosted, SSH-synchronized password and note manager based on libmutton. It is the successor to [sshyp](https://github.com/rwinkhart/sshyp). MUTN is a simple, self-hosted, SSH-synchronized password and note manager based on [libmutton](https://github.com/rwinkhart/libmutton). It is the successor to [sshyp](https://github.com/rwinkhart/sshyp).
> [!WARNING] > [!WARNING]
>It is your responsibility to assess the security and stability of MUTN and to ensure it meets your needs before using it. >It is your responsibility to assess the security and stability of MUTN and to ensure it meets your needs before using it.
@@ -16,35 +16,41 @@ MUTN is a simple, self-hosted, SSH-synchronized password and note manager based
MUTN aims to make it as easy as possible to manage passwords and notes via CLI across multiple devices in a secure, self-hosted fashion. MUTN aims to make it as easy as possible to manage passwords and notes via CLI across multiple devices in a secure, self-hosted fashion.
# Installation/Building # Installation/Building
See the [installation guide](https://github.com/rwinkhart/MUTN/blob/main/wiki/MUTN/install.md). See the [installation guide](https://github.com/rwinkhart/MUTN/blob/main/wiki/install.md).
Additionally, MUTN is available as a source package ("mutn") on the AUR. Additionally, MUTN is available as a source package ("mutn") on the AUR.
After installing, please review the [usage guide](https://github.com/rwinkhart/MUTN/blob/main/wiki/MUTN/usage.md). After installing, please review the [usage guide](https://github.com/rwinkhart/MUTN/blob/main/wiki/usage.md).
# Roadmap # Roadmap
#### Release v0.2.1 #### Release v0.2.1
- [ ] Only run getSSHClient once to prevent being asked for keyfile password multiple times - [ ] libmutton v0.2.1
- [ ] After this, handle all errors in client.go - [ ] Only run getSSHClient once to prevent being asked for keyfile password multiple times
- [ ] Ensure all config files and entry files are created with 0600 permissions - [ ] Ensure all config files and entry files are created with 0600 permissions
- [ ] Add fail-specific error codes - [ ] Add fail-specific error codes
- [ ] Split into separate repos - [x] Split into separate repos
1. libmutton 1. libmutton: backend package (rename to core), sync package, libmuttonserver
2. libmutton-server 3. MUTN: cli package
3. MUTN
#### Release v0.3.0 #### Release v0.3.0
- [ ] Replace Glamour with a more minimal Markdown renderer (likely custom) - [ ] Replace Glamour with a more minimal Markdown renderer (likely custom)
#### Release v0.4.0 #### Release v0.4.0
- [ ] Swap to native (cascade) encryption (custom) - [ ] libmutton v0.3.0
- [ ] Implement "netpin" (quick-unlock) with new encryption - [ ] Swap to native (cascade) encryption (custom)
- [ ] Implement "netpin" (quick-unlock) with new encryption
#### Release v0.5.0 #### Release v0.5.0
- [ ] Password aging support - [ ] libmutton v0.4.0
- [ ] Append UNIX timestamp to entry names - [ ] Password aging support
- [ ] Add yellow/red dot indicators to entry list readout for when passwords should be changed
#### Release v0.6.0 #### Release v0.6.0
- [ ] libmutton v0.5.0
- [ ] Add refresh/re-encrypt functionality
- [ ] Re-implement init menu - [ ] Re-implement init menu
- [ ] Implement tweak menu - [ ] Implement tweak menu
- [ ] Add refresh/re-encrypt functionality
#### Release v1.0.0 - Distribution packages #### Release v1.0.0 - Distribution packages
- [ ] Create packaging scripts - [ ] Create packaging scripts
- Perform extensive testing - [x] Stable source PKGBUILD
- [ ] Stable source APKBUILD
- [ ] Debian/Ubuntu
- [ ] Fedora
- [ ] FreeBSD
- [ ] Windows installer
- Hunt for polishing opportunities and bugs