Daniel Hansson
8fbcae7765
use exisitng var and check for errors
2020-03-28 00:04:07 +01:00
szaimen
7a4b720a15
Update fulltextsearch to truncate the database table ( #1154 )
...
Co-authored-by: Daniel Hansson <github@hanssonit.se>
2020-03-27 23:52:04 +01:00
Lukas Bürgi
4108088705
Accept 90% of demanded RAM as sufficient ( #1158 )
...
Co-authored-by: Daniel Hansson <github@hanssonit.se>
2020-03-27 20:54:20 +01:00
Daniel Hansson
2a24431926
Fix typo
2020-03-24 12:21:51 +01:00
Daniel Hansson
af2a7cd4dd
remove h2 clear text
2020-03-23 19:02:15 +01:00
Joseph D. Purcell
de6233b896
Update readme to feature vagrant script ( #993 )
...
Signed-off-by: Joseph D. Purcell <josephdpurcell@gmail.com>
Co-authored-by: Daniel Hansson <github@hanssonit.se>
2020-03-20 20:56:52 +01:00
Daniel Hansson
e759559618
add travis stuff
2020-03-20 20:52:30 +01:00
Daniel Hansson
c5ba8f2243
add some notes
2020-03-20 20:49:36 +01:00
Daniel Hansson
2f8588aef2
add special thanks
2020-03-20 20:45:19 +01:00
enoch85
731eb99177
add vagrant
...
Signed-off-by: enoch85 <github@hanssonit.se>
2020-03-20 20:39:44 +01:00
Daniel Hansson
8acd7e7763
check if update-notifier is installed
...
Fix https://github.com/nextcloud/vm/issues/1151
2020-03-20 20:33:14 +01:00
Daniel Hansson
dac29118d7
fix https://github.com/nextcloud/vm/issues/1152 ( #1153 )
...
Ask for wifi if it's the home/sme server
2020-03-20 20:22:20 +01:00
Daniel Hansson
6add68820d
add info about choosing default
2020-03-20 12:07:18 +01:00
Daniel Hansson
b6a76b8a3c
only grab one occurance
2020-03-19 20:36:55 +01:00
Daniel Hansson
05e692d2a1
remove test-new-config during the cleanup
2020-03-19 08:18:50 +01:00
Daniel Hansson
d548bf253f
fix new parameter and remove DH
2020-03-17 10:44:52 +01:00
Daniel Hansson
b41325d7eb
add a reminder about port 80 ( #1147 )
2020-03-10 20:33:28 +01:00
szaimen
f2567021a9
update updatenotification to be able to run the cronjob every day ( #1141 )
...
Co-authored-by: Daniel Hansson <github@hanssonit.se>
2020-03-10 18:40:11 +01:00
Daniel Hansson
88e7c2f21f
add comment
2020-03-10 18:13:52 +01:00
szaimen
4e84706ee8
definitely fix the onlyoffice install error. ( #1143 )
...
Co-authored-by: Daniel Hansson <github@hanssonit.se>
2020-03-10 09:07:16 +01:00
Daniel Hansson
58fbf374c8
improve the onlyoffice script ( #1142 )
2020-03-05 13:09:51 +01:00
Daniel Hansson
dd204e76bc
change error message
2020-03-04 21:35:16 +01:00
Daniel Hansson
5ee8b4fab7
fix https://github.com/nextcloud/vm/issues/1139
2020-03-03 18:37:51 +01:00
Daniel Hansson
11710a415d
set NC_UPDATE if not set ( #1136 )
2020-03-02 21:58:47 +01:00
szaimen
c248ee7a31
remove trusted domain when uninstalling collabora/onlyoffice ( #1132 )
...
Co-authored-by: Daniel Hansson <github@hanssonit.se>
2020-03-02 21:28:34 +01:00
szaimen
d584650c96
update automatic_updates... ( #1134 )
...
to disable notifications for new app or software updates
Co-authored-by: Daniel Hansson <github@hanssonit.se>
2020-03-02 20:38:30 +01:00
Daniel Hansson
5b3f7d4674
only remove the app during uninstalling ( #1135 )
2020-03-02 17:03:25 +01:00
razorworks
30aa945858
Update nextcloud_install_production.sh ( #1130 )
...
changed some comments,
add check for nginx and php-7.2
Co-authored-by: Daniel Hansson <github@hanssonit.se>
2020-03-01 16:17:22 +01:00
Daniel Hansson
361b8f6916
change color
2020-03-01 15:15:55 +01:00
Daniel Hansson
836343cca5
move to top to avoid /dev/63
2020-03-01 11:14:16 +01:00
Daniel Hansson
f0ec6d2373
fix "command not found"
2020-03-01 11:08:57 +01:00
Daniel Hansson
0c9bba6bbc
move password function
2020-03-01 11:01:54 +01:00
SirFerdek
c8cfc600c8
Fix infinite read when generating passwords; fix UTF-8 enabled systems ( #1128 )
...
Fix infinite read when generating passwords; fix UTF-8 enabled systems
When locale is set to UTF-8, tr complains about invalid multibyte characters.
Fix this by setting locale for 'tr' command to LC_ALL=C
Fix infinite read from /dev/urandom when generating passwords.
Password is now generated by reading from /dev/urandom in 100-byte chunks.
Signed-off-by: SirFerdek <17548441+SirFerdek@users.noreply.github.com>
Co-authored-by: Daniel Hansson <github@hanssonit.se>
2020-03-01 10:23:28 +01:00
Daniel Hansson
09658185b0
add 5TB disk
2020-02-29 18:49:44 +01:00
Daniel Hansson
230e856ce8
add comment
2020-02-27 21:22:06 +01:00
szaimen
58af15fce8
check if the apps got installed ( #1113 )
2020-02-26 13:44:28 +01:00
szaimen
f50ff7e123
Update notify_admin_gui to support users with spaces ( #1110 )
2020-02-24 16:43:06 +01:00
szaimen
f2e43d0910
create is_app_installed ( #1103 )
...
Co-authored-by: Daniel Hansson <github@hanssonit.se>
2020-02-23 18:05:25 +01:00
szaimen
ee15a4bac1
put lowest_compatible and ram/gpu_check to the right position ( #1107 )
2020-02-23 18:03:22 +01:00
Daniel Hansson
9983a7c8b5
change to nick
2020-02-23 11:18:26 +01:00
Daniel Hansson
a9c2ceaff3
add @szaimen as a current maintainer
...
cc @szaimen 🥇
2020-02-22 21:10:01 +01:00
szaimen
beaf1f9469
Harden fulltextsearch ( #1093 )
...
docker stop volume isn't needed as it will be dangling when the main docker is removed, and then system prune will kick in.
Co-authored-by: Daniel Hansson <github@hanssonit.se>
2020-02-22 20:58:28 +01:00
Daniel Hansson
b862667bc0
change wording ( #1106 )
2020-02-22 20:28:28 +01:00
szaimen
15e25b3092
make notify_admin_gui failproof ( #1105 )
...
Co-authored-by: Daniel Hansson <github@hanssonit.se>
2020-02-22 19:04:18 +01:00
szaimen
1880c96f4c
create function is_app_enabled ( #1100 )
...
Co-authored-by: Daniel Hansson <github@hanssonit.se>
2020-02-22 11:47:29 +01:00
szaimen
d40b055959
Some small improvements to smbmount ( #1101 )
2020-02-21 22:30:10 +01:00
szaimen
fd724e66b5
Harden tmbitwarden ( #1096 )
...
Co-authored-by: Daniel Hansson <github@hanssonit.se>
2020-02-20 18:00:41 +01:00
szaimen
e139593cdc
Harden netdata ( #1094 )
...
Co-authored-by: Daniel Hansson <github@hanssonit.se>
2020-02-20 16:58:17 +01:00
Daniel Hansson
c475d3a447
add shellcheck stuff
2020-02-20 15:36:31 +01:00
szaimen
3c1fab67c3
Harden collabora.sh ( #1091 )
...
Co-authored-by: Daniel Hansson <github@hanssonit.se>
2020-02-20 15:32:47 +01:00