mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-18 07:52:50 +00:00
ebf7d73d205825c6b502be0c1daad808dd94e95b
feat: change cloud icon to history, fixes #15 fix: action search items overlap, fixes #16 feat: show tooltips immediately
CharaChorder Device Manager
The official device manager and configuration tool for CharaChorder devices.
Get the latest desktop release here.
Deployment
SSH Setup
To generate a valid ssh key that can be used by the deployment workflow, use the following command:
ssh-keygen -m PEM -b 4096 -t rsa -f dotio
Omitting -m PEM -b 4096 will result in a key that rsync cannot read!
To double-check, make sure your private key starts with
-----BEGIN RSA PRIVATE KEY-----
After that, add the SSH_SERVER, SSH_PORT, SSH_PRIVATE_KEY and SSH_USER
environment secrets to your environment in GitHub.
Releases
Change the version in
Languages
Svelte
54.5%
TypeScript
37.6%
JavaScript
3.2%
SCSS
3.1%
Rust
0.8%
Other
0.8%