Fix rights

This commit is contained in:
Nicolas Meienberger 2022-03-29 21:07:13 +00:00
parent 43b0d346fa
commit f872590d00
3 changed files with 9 additions and 2 deletions

11
.gitignore vendored
View File

@ -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