xiaoyi510 / rustdesk-api-server

RustDesk Api Server
Apache License 2.0
194 stars 65 forks source link

docker成功部署后如何重命名设备 #26

Closed kokojacket closed 8 months ago

kokojacket commented 1 year ago

你好,我使用docker成功部署后,发现默认显示的本号归属无法重命名,刷新后会重新重置 image

MrChenhtlss commented 12 months ago

您好,可以尝试修改源代码重新编译

Sunev commented 8 months ago

这是因为本账号下的设备信息储存在 rustdesk_token 表里面,此表没有保存 Alias 信息。 要保存重命名的信息,需要改表结构

xiaoyi510 commented 8 months ago

你们写了可以提一个pr吗 哥哥们

Sunev commented 8 months ago

我的直觉告诉我,你没写这个功能,应该是自建的hbbs可以自定义设备ID吧?所以你没这需求。。我觉得这样也行

xiaoyi510 commented 8 months ago

这rustdesk写的API真是骂娘....结构千奇百怪的 原来重命名是有效的

MrChenhtlss commented 8 months ago

出现什么问题了么,近期要打算fork rustdesk的代码重新编译最新的版本投入使用

vSpear @.***>于2024年2月28日 周三10:20写道:

这rustdesk写的API真是骂娘....结构千奇百怪的 原来重命名是有效的

— Reply to this email directly, view it on GitHub https://github.com/xiaoyi510/rustdesk-api-server/issues/26#issuecomment-1968068279, or unsubscribe https://github.com/notifications/unsubscribe-auth/BC6T5SA37Z4DANSJU3OGITDYV2H6FAVCNFSM6AAAAAA7HJ5BCSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNRYGA3DQMRXHE . You are receiving this because you commented.Message ID: @.***>

kokojacket commented 8 months ago

已解决,使用了另外一个大佬的项目。可以相互参考一下 https://github.com/kingmo888/rustdesk-api-server