WIP: VNC Module #62

Closed
b12f wants to merge 9 commits from feature/wayvnc into main
b12f commented 2022-04-30 11:53:17 +00:00 (Migrated from git.b12f.io)

This adds a VNC module with wayvnc. A better version would start a headless sway instead of running on the main sway instance, so that this can also be used on headless machines.

This adds a VNC module with wayvnc. A better version would start a headless sway instead of running on the main sway instance, so that this can also be used on headless machines.
teutat3s (Migrated from git.b12f.io) reviewed 2022-04-30 11:53:23 +00:00
hensoko (Migrated from git.b12f.io) reviewed 2022-04-30 11:53:23 +00:00
b12f (Migrated from git.b12f.io) reviewed 2022-04-30 11:54:20 +00:00
@ -0,0 +2,4 @@
address=0.0.0.0
enable_auth=true
username=${psCfg.user.name}
password=testtest
b12f (Migrated from git.b12f.io) commented 2022-04-30 11:54:20 +00:00

This unfortunately does not accept hashed passwords, so we cannot use psCfg.user.passwd here. Any ideas?

This unfortunately does not accept hashed passwords, so we cannot use `psCfg.user.passwd` here. Any ideas?

Pull request closed

Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: pub-solar/os#62
No description provided.