1
0
mirror of https://github.com/krislamo/freecloud synced 2025-09-11 21:09:31 +00:00

Basic Nextcloud Installation on Debian 10

A basic installation of Nextcloud 16 Stable on Debian Stable.
This commit is contained in:
2019-07-11 01:41:05 -04:00
commit a291a888fd
8 changed files with 293 additions and 0 deletions

13
group_vars/all.yml Normal file
View File

@@ -0,0 +1,13 @@
## Nextcloud Configuration ##
nc_version: 16.0.3
nc_sha256sum: a13f68ce47a1362318629ba5b118a59fa98358bb18f4afc371ea15104f2881f3
nc_domain: www.example.com
nc_docroot: /var/www/nextcloud
nc_db: nextcloud
nc_db_user: nextcloud
nc_db_pass: nc+password
nc_admin: admin
nc_admin_pass: ncadmin+password