Anonymous 08/07/2019 (Wed) 20:29:33 No.11793 del
>>11782
I grabbed their code with
> git clone https://github.com/HelloZeroNet/ZeroNet.git
According to the ZeroNet/src/Config.py file, it depends on what the getStartDir() function returns. But it looks like the program also supports arguments for --data_dir and --log_dir, so I guess it can be set to whatever you want. However, I'm not going to take any chances, so I'll create an unprivileged zeronet user, with his home directory set to /tmp (which is mounted on a tmpfs RAM disk). Then I'll have a script create his home directory every time the computer boots up. And I'll make sure this user doesn't have write access anywhere else, so everything ZeroNet dowonloads will be in RAM.