Commit Graph

224 Commits

Author SHA1 Message Date
rustdesk 93a89b8ea3 modify LOCAL_IP desc 2023-01-06 11:04:57 +08:00
RustDesk 8f5ce48939 Merge pull request #112 from paspo/envvars
Env vars
2023-01-06 11:02:21 +08:00
Huabing Zhou 2314783d42 sync rustdesk's hbb_common here 2023-01-06 10:40:26 +08:00
RustDesk 753c774380 Merge pull request #156 from paspo/windows-build
test windows build
1.1.6-2
2022-11-26 08:57:37 +08:00
Paolo Asperti f626f82a94 test windows build
win build action

win build action

win build action

win build action

win build action

win build action

win build action

win build action

win build action

win build action

win build action
2022-11-26 00:11:55 +01:00
Paolo Asperti e732599941 Merge remote-tracking branch 'origin/envvars' into envvars 2022-11-24 22:53:22 +01:00
Paolo Asperti 29b45dddb4 env variables doc 2022-11-24 22:52:56 +01:00
Paolo Asperti 650f2410ed hbbr can use ENV from docker 2022-11-24 22:52:56 +01:00
RustDesk 011b316183 Merge pull request #149 from JivinDotL/master
fix build issue 'error: non-binding let on a synchronization lock'
2022-11-20 22:59:54 +08:00
Jivin 24620c0a07 fix build issue 'error: non-binding let on a synchronization lock' 2022-11-20 09:55:17 -05:00
RustDesk fa2b42db76 Merge pull request #122 from fufesou/peer_online_state
query_onlines: trivial refactor
2022-10-04 14:54:08 +08:00
fufesou 099aaa6b55 query_onlines: trivial refactor
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-10-04 13:09:56 +08:00
RustDesk 85af668a4f Merge pull request #88 from paspo/doctor
rustdesk-server doctor
2022-09-20 06:02:30 +08:00
Paolo Asperti c16101a44c env variables doc 2022-09-05 20:30:50 +02:00
Paolo Asperti 4baab96183 hbbr can use ENV from docker 2022-09-05 11:54:39 +02:00
RustDesk 74cb82c8a2 Merge pull request #111 from paspo/zip_perm
Artifacts in zip should be executables
2022-09-05 15:04:23 +07:00
Paolo Asperti 1b440b61e7 Artifacts in zip should be executables 2022-09-05 09:36:03 +02:00
RustDesk 6aa0019f8d Merge pull request #108 from miguelagve/patch-2
Update README.md for SELinux comment
2022-09-03 10:02:46 +08:00
Miguel Agueda 506b0b5364 Update README.md for SELinux comment
Added comment noting the changes required to make the containers work on a system using SELinux
2022-09-03 03:03:32 +02:00
Paolo Asperti bf3e9471a6 proposed modifications 2022-08-09 10:07:01 +02:00
RustDesk 4bdc205fca Merge pull request #91 from paspo/doc
readme update
1.1.6-1
2022-08-08 18:17:47 +08:00
Paolo Asperti cbadfcdfb1 readme update 2022-08-08 12:10:30 +02:00
Paolo Asperti d878222fc1 rustdesk-server doctor 2022-08-07 00:25:18 +02:00
rustdesk 848b5aedb7 remove ':' from hash 2022-07-31 01:50:53 +08:00
RustDesk 9036b7b9fa Merge pull request #78 from paspo/pack-release
Zipped release binaries
2022-07-27 16:03:54 +08:00
Paolo Asperti 1c5d4c3cb2 zipped binaries 2022-07-27 09:35:19 +02:00
RustDesk b1ad5c2e0c Merge pull request #77 from paspo/templates
Issue Templates
2022-07-27 09:08:57 +08:00
Paolo Asperti 6991b6eca0 a note about the private key 2022-07-26 23:02:07 +02:00
Paolo Asperti f6c5088aad new issue templates 2022-07-26 22:53:09 +02:00
RustDesk baecd45f27 Merge pull request #76 from fufesou/peer_online_state
peer_online_state: serve online state
2022-07-27 00:43:16 +08:00
fufesou f7fc45a3d2 peer_online_state: response online state bits
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-07-27 00:35:40 +08:00
fufesou a4940f4634 peer_online_state: serve online state
Signed-off-by: fufesou <shuanglongchen@yeah.net>
2022-07-26 23:03:30 +08:00
Paolo Asperti 545ae2fd93 Update issue templates 2022-07-25 23:00:38 +02:00
RustDesk 8c477c8cd0 Merge pull request #72 from paspo/debian
debian support
2022-07-25 23:05:17 +08:00
Paolo Asperti ccc870de77 debian support 2022-07-25 14:36:44 +02:00
Paolo Asperti 70e6cf13ec updated README 2022-07-22 10:29:10 +02:00
RustDesk dbab22cbbc Merge pull request #70 from paspo/docker_verify_keypair
keypair verification before container startup
2022-07-22 16:23:29 +08:00
Paolo Asperti fab70ce8e7 keypair verification before container startup 2022-07-22 10:18:50 +02:00
RustDesk d11607fb6c Merge pull request #69 from paspo/fix-docker-manifest
fix github action on manual build
2022-07-22 10:39:37 +08:00
rustdesk 51d8cd80c1 protbuf 3.1 with_bytes 2022-07-22 00:28:10 +08:00
Paolo Asperti 269f2fe0eb fix github action on manual build 2022-07-21 17:27:02 +02:00
RustDesk 2d385d88d3 Merge pull request #68 from KreativeKrise/patch-1
Use same volumes for hbbs and hbbr
2022-07-21 22:47:37 +08:00
KreativeKrise 595aeb6d50 Use same volumes for hbbs and hbbr
The services hbbs and hbbr must use the same volume. Otherwise, different keys are used when encryption is enabled.
2022-07-21 16:45:06 +02:00
RustDesk 06bd1117f6 Merge pull request #67 from paspo/deb_package2
update deb packaging
2022-07-21 19:12:00 +08:00
Paolo Asperti ee04df9779 added .deb section in readme 2022-07-21 12:42:34 +02:00
Paolo Asperti a98d322685 deb package build for rustdesk-utils 2022-07-21 12:05:52 +02:00
RustDesk 670fb87ee1 Merge pull request #64 from paspo/deb_package
.deb packaging
2022-07-21 17:12:23 +08:00
RustDesk 50d7975ad8 Merge pull request #61 from paspo/secrets
managing encryption keys via docker secrets
2022-07-21 17:11:42 +08:00
RustDesk 003d9f1324 Merge pull request #62 from paspo/rustdesk-utils
small util for key management
2022-07-21 17:11:15 +08:00
Paolo Asperti 26549d7e7e better error management 2022-07-21 11:07:16 +02:00