mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2025-12-11 05:16:16 +00:00
fc86b313379fbc1dd4947d8461fce7c4c2113065
feat: lazy device connections feat: backup docs feat: chord library pagination
amaCC1ng
This project is not affiliated or endorsed with neither the original dot i/o site, nor CharaChorder
Get the latest desktop release here.
I aim to create a new site that offers an easier, visually pleasing and more complete way to configure and learn CharaChorder devices.
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
56.1%
TypeScript
36%
JavaScript
3.1%
SCSS
3.1%
Rust
0.8%
Other
0.9%