From d77dacc1d9975dd55b50234d43e0c57ff74b225f Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 24 May 2024 18:25:12 +0200 Subject: [PATCH] Update 0.1.9.md --- documentation/docs/changelog/0.1.9.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/documentation/docs/changelog/0.1.9.md b/documentation/docs/changelog/0.1.9.md index 6f391b0b..a94f5f0b 100644 --- a/documentation/docs/changelog/0.1.9.md +++ b/documentation/docs/changelog/0.1.9.md @@ -32,3 +32,16 @@ Not yet released. OpenCLI now has a new command `opencli faq` to display most frequently asked questions: ![opencli faq command output](https://i.postimg.cc/k5k7VkQX/image.png) + + +## `/etc/openpanel/` + +To enable easier updates in the future, we are gradually migrating all configuration files from `/usr/local/panel/` & `/usr/local/admin/` directories to the new `/etc/openpanel/` directory. + +This will separate configuration files in /etc/ from all the code in /usr/ and therefore no configuration files will need to be moved&restored when performing updates. + +Current changes include: + +- Forbidden usernames file is now moved from: `/usr/local/admin/scripts/helpers/forbidden_usernames.txt` to `/etc/openpanel/openadmin/config/forbidden_usernames.txt` +- FTP configuration files are stored under `/etc/openpanel/ftp/users/` +-