From b17ede296c23791f5b3f8053cf1e1533029ea864 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 29 Nov 2024 09:53:42 +0100 Subject: [PATCH 1/2] Fix Kimai Apache2 Rights (#577) --- install/kimai-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/kimai-install.sh b/install/kimai-install.sh index a4db1821..a86637fe 100644 --- a/install/kimai-install.sh +++ b/install/kimai-install.sh @@ -56,9 +56,9 @@ $STD composer install --no-dev --optimize-autoloader --no-interaction cp .env.dist .env sed -i "/^DATABASE_URL=/c\DATABASE_URL=mysql://$DB_USER:$DB_PASS@127.0.0.1:3306/$DB_NAME?charset=utf8mb4&serverVersion=$MYSQL_VERSION" /opt/kimai/.env $STD bin/console kimai:install -n -chown -R :www-data . -chmod -R g+r . -chmod -R g+rw var/ +chown -R :www-data /opt/kimai +chmod -R g+r /opt/kimai +chmod -R g+rw /opt/kimai sudo chown -R www-data:www-data /opt/kimai sudo chmod -R 755 /opt/kimai $STD expect < Date: Fri, 29 Nov 2024 09:56:38 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md (#578) Co-authored-by: github-actions[bot] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00d84ca1..9783cfbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,14 @@ All LXC instances created using this repository come pre-installed with Midnight > [!IMPORTANT] Do not break established syntax in this file, as it is automatically updated by a Github Workflow +## 2024-11-29 + +### Changed + +### 🚀 Updated Scripts + +- Fix Kimai Apache2 Rights [@MickLesk](https://github.com/MickLesk) ([#577](https://github.com/community-scripts/ProxmoxVE/pull/577)) + ## 2024-11-28 ### Changed