Minor fixes and improvements.
This commit is contained in:
parent
ee86d488bd
commit
6d33f49fad
3 changed files with 8 additions and 5 deletions
1
README
1
README
|
@ -27,6 +27,7 @@ offers ansible playbooks and instructions for the following machines:
|
||||||
• cloudbox: nextcloud server in the basement
|
• cloudbox: nextcloud server in the basement
|
||||||
- setup of a home cloud server
|
- setup of a home cloud server
|
||||||
- dynamic DNS name
|
- dynamic DNS name
|
||||||
|
- nextcloud
|
||||||
- …
|
- …
|
||||||
|
|
||||||
Contributions like patches, suggestions, pull requests and/or further
|
Contributions like patches, suggestions, pull requests and/or further
|
||||||
|
|
|
@ -12,9 +12,10 @@
|
||||||
DNS: "192.168.2.1"
|
DNS: "192.168.2.1"
|
||||||
ddns_domain: "something.ddnss.de"
|
ddns_domain: "something.ddnss.de"
|
||||||
ddns_updkey: "138638.some.key.here.635620"
|
ddns_updkey: "138638.some.key.here.635620"
|
||||||
|
ansible_python_interpreter: "/usr/bin/python3"
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- up2date-debian
|
- up2date-debian
|
||||||
- systemd-networkd
|
# - ddns-update
|
||||||
- web-server
|
# - low-power
|
||||||
- ddns-update
|
- nextcloud
|
||||||
- low-power
|
|
||||||
|
|
|
@ -4,6 +4,7 @@ Alias /nextcloud "/var/www/nextcloud"
|
||||||
Require all granted
|
Require all granted
|
||||||
Options FollowSymlinks MultiViews
|
Options FollowSymlinks MultiViews
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
|
Satisfy Any
|
||||||
|
|
||||||
<IfModule mod_dav.c>
|
<IfModule mod_dav.c>
|
||||||
Dav off
|
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/webfinger /nextcloud/public.php?service=webfinger [QSA,L]
|
||||||
RewriteRule ^\.well-known/carddav /nextcloud/remote.php/dav/ [R=301,L]
|
RewriteRule ^\.well-known/carddav /nextcloud/remote.php/dav/ [R=301,L]
|
||||||
RewriteRule ^\.well-known/caldav /nextcloud/remote.php/dav/ [R=301,L]
|
RewriteRule ^\.well-known/caldav /nextcloud/remote.php/dav/ [R=301,L]
|
||||||
</IfModule>
|
</IfModule>
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<IfModule mod_headers.c>
|
<IfModule mod_headers.c>
|
||||||
|
|
Loading…
Add table
Reference in a new issue