1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-17 20:01:44 +02:00

Updated Security Overview (markdown)

Nick Sweeting
2021-03-31 11:17:27 -04:00
parent c7e6babd00
commit 9c81f7d857

@@ -49,7 +49,7 @@ Do not run ArchiveBox as root for a number of reasons:
**Instead, you should run ArchiveBox as your normal user, or create a user with less privileged access:** **Instead, you should run ArchiveBox as your normal user, or create a user with less privileged access:**
```bash ```bash
useradd -r -g archivebox -G audio,video archivebox useradd -r -g archivebox -G audio,video archivebox # the audio & video groups are used by chrome
mkdir -p /home/archivebox/data mkdir -p /home/archivebox/data
chown -R archivebox:archivebox /home/archivebox chown -R archivebox:archivebox /home/archivebox
... ...