- Enric:
- Gerard:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
EMAIL=email | |
KEY=key | |
ZONE_ID=ZoneID | |
RECORD_ID=ZoneID | |
DOMAIN=domain.lt | |
TYPE=Record Type (example A) | |
FECHA=`date +"%d/%b/%Y %H:%M"` |
This manual describes how to setup a Raspberry Pi 3 with nginx, PHP 7.0, MariaDB and use it as a Nextcloud server. Strong TLS encryption with Let's Encrypt certificates is also used. Of course, Owncloud can be used instead of Nextcloud. As of February 2017, the installation instructions are basically the same.