From 85742a5203027d3128f1aa27811e0205a13937de Mon Sep 17 00:00:00 2001 From: nachoparker Date: Wed, 10 Jan 2018 14:39:01 +0100 Subject: nc-init and samba: default to ncp user --- changelog.md | 14 ++++++++++++-- etc/nextcloudpi-config.d/nc-init.sh | 2 +- etc/nextcloudpi-config.d/samba.sh | 4 ++-- 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" -- cgit v1.2.3