New translations security.mdx (Dutch)

[ci skip]
This commit is contained in:
crowdin 2024-07-07 13:55:20 +00:00
parent 6f72906307
commit be1311c2d4

View File

@ -1,5 +1,5 @@
---
title: Security concerns
title: Veiligheidszorgen
---
Castopod is built on top of [CodeIgniter4](https://codeigniter.com/), a PHP
@ -10,9 +10,9 @@ To maximize your instance's safety and prevent any malicious attack, we
recommend you update all your Castopod files permissions after installation or
updates (to avoid any prior permission error):
- `writable/` folder must be **readable** and **writable**.
- `public/media/` folder must be **readable** and **writable**.
- any other file must be set to **readonly**.
- `schrijfbaar/` map moet **leesbaar** en **schrijfbaar** zijn.
- `Publiek/media/` map moet **leesbaar** en **schrijfbaar** zijn.
- elk ander bestand moet worden ingesteld op **alleen-lezen**.
For instance, if you are using Apache or NGINX with Ubuntu you may do the
following: