mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-17 20:01:44 +02:00
Updated Security Overview (markdown)
@@ -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
|
||||||
...
|
...
|
||||||
|
Reference in New Issue
Block a user