From f872590d0085967ee4542f74eee239dc098cce1a Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Tue, 29 Mar 2022 21:07:13 +0000 Subject: [PATCH] Fix rights --- .gitignore | 11 +++++++++-- app-data/{ => nextcloud/data/db}/.gitkeep | 0 app-data/nextcloud/{ => data/redis}/.gitkeep | 0 3 files changed, 9 insertions(+), 2 deletions(-) rename app-data/{ => nextcloud/data/db}/.gitkeep (100%) rename app-data/nextcloud/{ => data/redis}/.gitkeep (100%) diff --git a/.gitignore b/.gitignore index 67266ebb..d1506375 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,19 @@ .env nginx/* letsencrypt/* -app-data/nextcloud/* app-data/wg-easy/* # Commit empty directories !nignx/.gitkeep !letsencrypt/.gitkeep -!app-data/nextcloud/.gitkeep +# Nextcloud app +app-data/nextcloud/data/nextcloud/* +app-data/nextcloud/data/db/* +app-data/nextcloud/data/redis/* + +!app-data/nextcloud/data/db/.gitkeep +!app-data/nextcloud/data/redis/.gitkeep + +# wg-easy app !app-data/wg-easy/.gitkeep \ No newline at end of file diff --git a/app-data/.gitkeep b/app-data/nextcloud/data/db/.gitkeep similarity index 100% rename from app-data/.gitkeep rename to app-data/nextcloud/data/db/.gitkeep diff --git a/app-data/nextcloud/.gitkeep b/app-data/nextcloud/data/redis/.gitkeep similarity index 100% rename from app-data/nextcloud/.gitkeep rename to app-data/nextcloud/data/redis/.gitkeep