diff --git a/docs/src/content/docs/de/getting-started/security.mdx b/docs/src/content/docs/de/getting-started/security.mdx index fce02722..3a8659c6 100644 --- a/docs/src/content/docs/de/getting-started/security.mdx +++ b/docs/src/content/docs/de/getting-started/security.mdx @@ -2,6 +2,8 @@ title: Sicherheitsbedenken --- +import { Aside } from "@astrojs/starlight/components"; + Castopod wurde mittels [CodeIgniter4](https://codeigniter.com/) (einem PHP Framework) gebaut, welches [gute Sicherheitspraktiken](https://codeigniter.com/user_guide/concepts/security.html) @@ -27,6 +29,12 @@ sudo chown -R www-data:www-data /path/to/castopod/public/media ## Third-party Plugins + + Since v2's [Plugins Architecture](../../plugins), Castopod can be extended with all sorts of cool features. Anyone can choose to create their own plugins and even share them with the community.