Skip to content

Commit

Permalink
Merge pull request #56 from Rbillon59/feat/mappings/change-permissions
Browse files Browse the repository at this point in the history
feat: Set share, media and backup as rw, and add config as ro
  • Loading branch information
Rbillon59 committed Aug 12, 2023
2 parents 8a54ef9 + d912940 commit fd619f9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@
"logo": "ico.png",
"webui": "http://[HOST]:[PORT:5678]/",
"map": [
"ssl",
"backup",
"share",
"media"
"ssl:ro",
"backup:rw",
"share:rw",
"media:rw",
"config:ro"
],
"apparmor": true,
"ports": {
Expand Down

0 comments on commit fd619f9

Please sign in to comment.