mirror of
https://github.com/BradNut/computer-setup-info
synced 2025-09-08 17:40:23 +00:00
Synology setup instructions and helpful information for security.
This commit is contained in:
parent
45292f974d
commit
ad3c4bbbc4
1 changed files with 11 additions and 0 deletions
11
synology/Configuration-Environment-Setup.md
Normal file
11
synology/Configuration-Environment-Setup.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Configuration Setup
|
||||
## How to Setup and Configure a Synology NAS
|
||||
* https://www.youtube.com/playlist?list=PLVvGujxCZRD6H6rlpMfaNMmFpmZJ1wYwo
|
||||
|
||||
## Security
|
||||
[Securing Your NAS](https://www.synology.com/en-us/knowledgebase/DSM/help/DSM/Tutorial/secure_your_nas)
|
||||
|
||||
## Tips
|
||||
1. Setup new user's and/or groups for Docker images
|
||||
1. This will allow you to get the user ID (UID) and group ID (GUID) for use in Docker configs
|
||||
- Run: `id <username>`
|
||||
Loading…
Reference in a new issue