This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Samba | |
| - Setup with user auth (saves issues with group/user being set to nobody) | |
| LINUX SIDE | |
| /etc/samba/smb.conf | |
| # USE SMB3 | |
| max protocol = SMB3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Commitlint configuration based on best practices from major OS projects. | |
| */ | |
| module.exports = { | |
| extends: ['@commitlint/config-conventional'], | |
| rules: { | |
| 'header-max-length': [2, 'always', 100], | |
| 'type-enum': [ | |
| 2, | |
| 'always', |
OlderNewer