mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-04-10 05:58:11 -05:00
alpine-rustdeskserver #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tremor021 on GitHub.
Originally assigned to: @tremor021 on GitHub.
Name of the Script
alpine-rustdeskserver
📋 Script Details
Alpine RustDesk Server
@MickLesk commented on GitHub:
@tremor021 switch to tools.func? or useless here?
@xkpx64 commented on GitHub:
For WebAdmin (rustdesk-api) i didn't see the printed user and password
https://github.com/lejianwen/rustdesk-api/blob/master/README_EN.md
Maybe we can use the code bellow to change the password to admin/admin in example
@github-actions[bot] commented on GitHub:
The alpine-rustdeskserver script is ready for testing:
bash -c "$(curl -fsSL https://github.com/community-scripts/ProxmoxVED/raw/main/ct/alpine-rustdeskserver.sh)"Note: This is not in the official repo yet—it's just a dev version! After merging into ProxmoxVE, it will need to be recreated.
@tremor021 commented on GitHub:
Assuming that it works fine on alpine, i can sure
@tremor021 commented on GitHub:
@xkpx64 commented on GitHub:
So far everything works for me btw thanks! Minor the config issues i'am having that is on my end everything is fine
@xkpx64 commented on GitHub:
I'm not sure if it's possible to fix, but when I change ALWAYS_USE_RELAY=y in the RustDesk API (Webmin), the setting reverts back to NO after restarting hbbs.
My only guess is user need to manually setup database in api-config
mysql:
username: ""
password: ""
addr: ""
dbname: ""
postgresql:
host: "127.0.0.1"
port: "5432"
user: ""
password: ""
dbname: "postgres"
sslmode: "disable" # disable, require, verify-ca, verify-full
time-zone: "Asia/Shanghai" # Time zone for PostgreSQL connection
@tremor021 commented on GitHub:
Thats not a script issue. Script installs official .deb packages
@MickLesk commented on GitHub:
In VED ofc, in VE not yet
@xkpx64 commented on GitHub:
One last question: lejianwen uses https://github.com/lejianwen/rustdesk-server for his API. In the future, we may see some incompatibilities—have you considered this for your implementation?
@MickLesk commented on GitHub:
fine for me @tremor021, you can manually push it into live