Commit Graph

114 Commits

Author SHA1 Message Date
Luis Guzman
ff28069c6e Tune memory (#756) 2019-01-06 18:33:14 +01:00
Daniel Hansson
ee8208ee7e
fix path (#752) 2018-12-30 21:24:41 +01:00
Daniel Hansson
afb7630e80
change color (#747) 2018-12-17 23:27:01 +01:00
Daniel Hansson
34740ac545
make imagick optional 2018-12-15 17:31:01 +01:00
ggeorgg
f1680744f9 Replace almost all echos by printf function with color (#741) 2018-12-13 21:34:03 +01:00
ggeorgg
0c3399936c enabledPreviewProviders not correctly set (#737) 2018-12-10 21:58:08 +01:00
Daniel Hansson
231cb6fac3
set overlay2 globally (#724) 2018-11-26 20:54:59 +01:00
Daniel Hansson
6b505a0f85
change to overlay2
...since devicemapper is deprecated
2018-11-26 20:15:58 +01:00
Daniel Hansson
e88c3a4cc3
change to overlay2
Since devicemapper is deprecated let's use overlay2 instead.

Tested and works

root@1:~# docker info
Containers: 1
 Running: 1
 Paused: 0
 Stopped: 0
Images: 1
Server Version: 18.09.0
Storage Driver: overlay2
 Backing Filesystem: extfs
 Supports d_type: true
 Native Overlay Diff: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
 Volume: local
 Network: bridge host macvlan null overlay
 Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: c4446665cb9c30056f4998ed953e6d4ff22c7c39
runc version: 4fc53a81fb7c994640722ac585fa9ca548971871
init version: fec3683
Security Options:
 apparmor
 seccomp
  Profile: default
Kernel Version: 4.15.0-39-generic
Operating System: Ubuntu 18.04.1 LTS
OSType: linux
Architecture: x86_64
CPUs: 2
Total Memory: 3.852GiB
Name: 1.hanssonit.se
ID: 5PJK:EZZD:VQYJ:ZZDI:66GE:PLKB:2UQE:XRGS:V2W7:4GPF:XRJO:POPF
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): false
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
 127.0.0.0/8
Live Restore Enabled: false
Product License: Community Engine
2018-11-26 19:20:08 +01:00
Daniel Hansson
71c3b13799
typo 2018-11-25 20:21:51 +01:00
Daniel Hansson
c84b552841
typo 2018-10-19 09:57:30 +02:00
Daniel Hansson
03a74d01af
Bitwarden v0.1 (#696) 2018-10-17 17:52:23 +02:00
Daniel Hansson
d66d5cfa79
add countdown (#691) 2018-10-15 22:04:27 +02:00
Daniel Hansson
7402b9018c sed Tech and Me|T&M Hansson IT
Signed-off-by: Daniel Hansson <daniel@techandme.se>
2018-10-14 15:08:49 +02:00
Stefan Neufeind
93c7319e08 Fix typos, adjust spelling of Spreed.ME (#684) 2018-10-09 11:41:11 +02:00
Daniel Hansson
d7c1938556
make it possible to install fts multiple times (#671)
* change from psql to occ_command

Saving in commit for future reference:

USER=$(grep 'dbuser' $NCPATH/config/config.php | awk '{print $3}' | sed "s/[',]//g")
PASS=$(grep 'dbpassword' $NCPATH/config/config.php | awk '{print $3}' | sed "s/[',]//g")
PGPASSWORD="$PASS" psql -U "$USER" -h 127.0.0.1 nextcloud_db -c 'DROP TABLE IF EXISTS oc_fulltextsearch_ticks CASCADE;'
2018-09-29 12:43:05 +02:00
Daniel Hansson
a57b4762a4
fixes for fts (#669) 2018-09-28 23:14:01 +02:00
Luis Guzman
b480246b81 minor tuneup (#668) 2018-09-28 16:36:57 +02:00
Daniel Hansson
2493ab78ae
typo 2018-09-20 18:46:23 +02:00
alexdaums
b652c628dc Update onlyoffice.sh (#653)
Change to correct issue #647
2018-09-05 22:06:29 +02:00
Daniel Hansson
c179edb3eb
fix #649
Fix "/dev/fd/63: line 691: read: read error: 0: Resource temporarily unavailable" when running in the startup-script
2018-09-05 20:17:30 +02:00
Daniel Hansson
f3273a4a5b
revert fix 2018-09-05 20:10:38 +02:00
Daniel Hansson
6ba07c2ba8
possible fix for https://github.com/nextcloud/vm/issues/649 2018-09-05 20:01:23 +02:00
Daniel Hansson
b3de0bd4bd
add exit to all app scripts (#651) 2018-09-05 00:00:23 +02:00
Luis Guzman
19bb705c97 Fixed (#646) 2018-09-03 12:59:00 +02:00
Daniel Hansson
8bde484bd6
fix https://github.com/nextcloud/vm/issues/635
FTS is broken, so removing the indexing solves the issue.
2018-08-21 19:35:51 +02:00
Daniel Hansson
6c6cabd306
add messages on sucess + exit properly 2018-08-21 18:18:35 +02:00
Daniel Hansson
d73116654f
Introduce 'docker_prune_this' & 'docker_prune_except_this' (#628) 2018-08-13 21:26:31 +02:00
Daniel Hansson
312009bd0e
it must not be a clean install 2018-08-11 12:48:52 +02:00
Daniel Hansson
8d7af3a046
some more smaller fixes (#620) 2018-08-09 15:45:48 +02:00
Daniel Hansson
642a795cee
smaller tweaks (#618) 2018-08-09 13:25:11 +02:00
Daniel Hansson
4acfcaab3c
Change to PHP-FPM (#591) 2018-08-09 01:23:48 +02:00
Daniel Hansson
473c729096
Change the FTS Docker name (#603) 2018-08-06 21:59:50 +02:00
Daniel Hansson
012a69dde9
replace phppgadmin with adminer (#602) 2018-08-06 20:33:39 +02:00
Luis Guzman
28c5789734 Docker FTS working (#587) 2018-08-05 17:20:42 +02:00
Daniel Hansson
4c1d99d5a9
change default TURN port (#578) 2018-07-08 18:01:52 +02:00
Ivan Sein
bf99cd3996 Add Nextcloud Talk info (#566) 2018-06-14 13:07:57 +02:00
Daniel Hansson
c59609b09d
cleanup 2018-06-09 14:31:05 +02:00
Daniel Hansson
7fd5c61f7e
add missing functions 2018-06-09 13:57:15 +02:00
Daniel Hansson
e59e03febf
exit on wrong port choice 2018-06-09 13:29:19 +02:00
Lorenzo Faleschini
f239ab088a Talk App install with TURN/STUN server over TLS (#562) 2018-06-09 13:27:24 +02:00
Daniel Hansson
b21f7f6491
fix variable 2018-06-07 23:51:03 +02:00
Daniel Hansson
feecfcf130
change to overlay2 (#546) 2018-05-27 19:54:20 +02:00
Luis Guzman
164dd873e1 Remove unnecesary port (#541) 2018-05-19 20:38:26 +02:00
Daniel Hansson
770c4aafca
fix docker (#539) 2018-05-14 21:56:08 +02:00
Daniel Hansson
76d63f92e4
avoid error message (#537) 2018-05-11 09:49:01 +02:00
Daniel Hansson
02e82598e8
install docker.io instead (#536) 2018-05-10 15:09:24 +02:00
Daniel Hansson
c3fc43cc60
move from postgresql to master (#528) 2018-05-06 18:08:18 +02:00
Daniel Hansson
8d334565a6
Update fulltextsearch.sh 2018-04-15 16:35:17 +02:00
Daniel Hansson
95c15bf9b1
13.0.2 (#499) 2018-03-31 14:12:33 +02:00