Added Readme File

master
Thomas Brinkmann 4 years ago
parent 3888ca60b0
commit 58c216d522
  1. 32
      README
  2. 18
      nextcloud_head.sh

@ -0,0 +1,32 @@
# Nextcloud Headless
Installs Nextcloud without any user input is required
## Requirements
Currently only Debian 9 is supported
## Usage
```bash
bash <(wget -qO- http://main.mirror.deinserverhost.icu:3000/Conan_Doyl/Nextcloud-Headless/raw/branch/master/nextcloud_head.sh)
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
Copyright 2020 - Thomas Brinkmann. All Rights Reserved.
-----
License Text
Es ist Ihnen untersagt diese Software zu kopieren, manipulieren, verbreiten oder anderweitig ohne ausdrückliche Erlaubnis zu nutzen.
Sie dürfen ebenfalls nicht den Copyright Hinweis entfernen.
It is prohibited to copy, manipulate, distribute or otherwise use this software without express permission.
You may also not remove the copyright notice.
-----

@ -5,7 +5,7 @@
# File Created: Monday, 6th July 2020 11:05:48 am
# Author: Thomas Brinkmann (doyl@dsh.icu)
# -----
# Last Modified: Monday, 6th July 2020 9:21:18 pm
# Last Modified: Monday, 6th July 2020 9:34:46 pm
# Modified By: Thomas Brinkmann (doyl@dsh.icu>)
# -----
# Copyright 2020 - Thomas Brinkmann. All Rights Reserved.
@ -145,16 +145,16 @@ clean_up(){
# DocumentRoot /var/www/nextcloud/
# ServerName your.server.com
#
# <Directory /var/www/nextcloud/>
# Require all granted
# AllowOverride All
# Options FollowSymLinks MultiViews
# <Directory /var/www/nextcloud/>
# Require all granted
# AllowOverride All
# Options FollowSymLinks MultiViews
#
# <IfModule mod_dav.c>
# Dav off
# </IfModule>
# <IfModule mod_dav.c>
# Dav off
# </IfModule>
#
# </Directory>
# </Directory>
#</VirtualHost>

Loading…
Cancel
Save