Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-01-10 16:39:01 +0300
committernachoparker <nacho@ownyourbits.com>2018-01-10 16:39:23 +0300
commit85742a5203027d3128f1aa27811e0205a13937de (patch)
tree7c1b1d58cdd7c12cfb23b49c76b877147042c523
parent978781c7cd9be215dcde195a621cdcd3b05d15f7 (diff)
nc-init and samba: default to ncp userv0.44.15
-rw-r--r--changelog.md14
-rw-r--r--etc/nextcloudpi-config.d/nc-init.sh2
-rw-r--r--etc/nextcloudpi-config.d/samba.sh4
3 files changed, 15 insertions, 5 deletions
diff --git a/changelog.md b/changelog.md
index 3e08644e..23ba72f7 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,7 +1,17 @@
-[v0.44.10](https://github.com/nextcloud/nextcloudpi/commit/b1db925) (2018-01-07) nc-restore: refresh trusted domains
+[v0.44.15](https://github.com/nextcloud/nextcloudpi/commit/e07e9b3) (2018-01-10) nc-init and samba: default to ncp user
-[v0.44.9](https://github.com/nextcloud/nextcloudpi/commit/7dce423) (2018-01-07) nc-restore: fix bug detecting data
+[v0.44.14](https://github.com/nextcloud/nextcloudpi/commit/cd79cb3) (2018-01-10) nc-ramlogs: limit tmpfs to 100M
+
+[v0.44.13](https://github.com/nextcloud/nextcloudpi/commit/4ba8965) (2018-01-10) letsencrypt: revert pip.conf pre-workaround, tweak cron
+
+[v0.44.12](https://github.com/nextcloud/nextcloudpi/commit/fa75ba1) (2018-01-10) nc-swapfile: improved, and take BTRFS into account
+
+[v0.44.11](https://github.com/nextcloud/nextcloudpi/commit/9fea4f7) (2018-01-07) nc-restore: check validity of backup file
+
+[v0.44.10](https://github.com/nextcloud/nextcloudpi/commit/76d4b3d) (2018-01-07) nc-restore: refresh trusted domains
+
+[v0.44.9 ](https://github.com/nextcloud/nextcloudpi/commit/7dce423) (2018-01-07) nc-restore: fix bug detecting data
[v0.44.8 ](https://github.com/nextcloud/nextcloudpi/commit/c42993d) (2018-01-06) nc-restore: restore to a btrfs subvolume
diff --git a/etc/nextcloudpi-config.d/nc-init.sh b/etc/nextcloudpi-config.d/nc-init.sh
index 427edab9..8a6e92af 100644
--- a/etc/nextcloudpi-config.d/nc-init.sh
+++ b/etc/nextcloudpi-config.d/nc-init.sh
@@ -14,7 +14,7 @@
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#
-ADMINUSER_=admin
+ADMINUSER_=ncp
ADMINPASS_=ownyourbits
DBADMIN=ncadmin
DESCRIPTION="(Re)initiate Nextcloud to a clean configuration"
diff --git a/etc/nextcloudpi-config.d/samba.sh b/etc/nextcloudpi-config.d/samba.sh
index c59eced4..09b0f789 100644
--- a/etc/nextcloudpi-config.d/samba.sh
+++ b/etc/nextcloudpi-config.d/samba.sh
@@ -15,8 +15,8 @@
ACTIVE_=no
NCUSER_=admin
-USER_=pi
-PWD_=raspberry
+USER_=ncp
+PWD_=ownyourbits
DESCRIPTION="SMB/CIFS file server (for Mac/Linux/Windows)"
INFOTITLE="Instructions for external synchronization"