RustDesk Server Initial Setup
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# RustDesk sensitive data
|
||||
/data/id_ed25519 # Private key (KEEP THIS SECRET!)
|
||||
/data/*.db # Database files (sqlite/etc)
|
||||
/data/*.log # Log files
|
||||
/data/id_ed25519.pub # Public key (optional to ignore, but cleaner)
|
||||
|
||||
# Environment files
|
||||
.env # If you ever add an environment file for secrets
|
||||
|
||||
# Docker/System noise
|
||||
.DS_Store
|
||||
*.swp
|
||||
Reference in New Issue
Block a user