Minor fixes and improvements.

This commit is contained in:
Andreas B. Mundt 2020-01-18 14:37:52 +01:00
parent ee86d488bd
commit 6d33f49fad
3 changed files with 8 additions and 5 deletions

1
README
View file

@ -27,6 +27,7 @@ offers ansible playbooks and instructions for the following machines:
• cloudbox: nextcloud server in the basement
- setup of a home cloud server
- dynamic DNS name
- nextcloud
- …
Contributions like patches, suggestions, pull requests and/or further

View file

@ -12,9 +12,10 @@
DNS: "192.168.2.1"
ddns_domain: "something.ddnss.de"
ddns_updkey: "138638.some.key.here.635620"
ansible_python_interpreter: "/usr/bin/python3"
roles:
- up2date-debian
- systemd-networkd
- web-server
- ddns-update
- low-power
# - ddns-update
# - low-power
- nextcloud

View file

@ -4,6 +4,7 @@ Alias /nextcloud "/var/www/nextcloud"
Require all granted
Options FollowSymlinks MultiViews
AllowOverride All
Satisfy Any
<IfModule mod_dav.c>
Dav off
@ -21,7 +22,7 @@ Alias /nextcloud "/var/www/nextcloud"
RewriteRule ^\.well-known/webfinger /nextcloud/public.php?service=webfinger [QSA,L]
RewriteRule ^\.well-known/carddav /nextcloud/remote.php/dav/ [R=301,L]
RewriteRule ^\.well-known/caldav /nextcloud/remote.php/dav/ [R=301,L]
</IfModule>
</IfModule>
</Directory>
<IfModule mod_headers.c>