wget https://raw.githubusercontent.com/dinger1986/rustdeskinstall/master/install.sh
chmod +x install.sh
./install.sh
- 該指令除安裝rustdesk外,同時也安裝gohttpserver,參考:GitHub – codeskyblue/gohttpserver: The best HTTP Static File Server, write with golang+vue
- 如要編輯default設定值,編輯/etc/systemd/system/gohttpserver.service
ExecStart=/opt/gohttp/gohttpserver -r ./public --port 8000 --auth-type http --auth-http admin:${admintoken}
- –upload 啟用上傳,–delete 啟用刪除,admin:${admintoken} 為設置管理者帳號密碼