Commit Graph

273 Commits

Author SHA1 Message Date
Daniel Hansson
515e9b302f Get current timezone 2017-01-21 19:18:31 +01:00
Daniel Hansson
85135eee9a report issue to Github 2017-01-19 08:08:19 +01:00
Daniel Hansson
8e34b75d19 remove the file not the variable
*duuh* :)
2017-01-18 19:30:17 +01:00
Daniel Hansson
4d5c284a30 PW_FILE is needed in phpmyadmin 2017-01-18 19:26:02 +01:00
Daniel Hansson
fd4e969954 add exit statuses 2017-01-18 19:09:40 +01:00
Daniel Hansson
e24196af35 MTU 1400 caused network to fail 2017-01-18 19:01:30 +01:00
Daniel Hansson
e64f127adb set MTU to 1400 (#96) 2017-01-18 17:30:10 +01:00
Daniel Hansson
0cd3829a09 Put MySQL password in .my.cnf (#95) 2017-01-18 17:29:35 +01:00
Daniel Hansson
c46c9cb41a convert passman to unix format 2017-01-17 22:03:48 +01:00
Daniel Hansson
dcd5ef6c9e Merge branch 'master' of https://github.com/nextcloud/vm 2017-01-17 00:56:50 +01:00
Daniel Hansson
9bb25910ac Fix for max upload 1000 MB 2017-01-17 00:56:19 +01:00
Daniel Hansson
c85aaed8f7 Set pretty urls 2017-01-17 00:20:58 +01:00
Daniel Hansson
e63e04ce41 update version checker 2017-01-16 21:48:32 +01:00
Daniel Hansson
afacc3c63f inform user 2017-01-16 21:26:38 +01:00
Daniel Hansson
4335c59b18 move variable 2017-01-16 20:55:57 +01:00
Daniel Hansson
7beb71cfbf check if root first 2017-01-16 20:54:41 +01:00
Daniel Hansson
013afb7d48 typo 2017-01-16 20:50:00 +01:00
Daniel Hansson
dee9a6eb82 more clean up and indentation 2017-01-16 20:48:58 +01:00
Daniel Hansson
484ad593d0 Clean up
This could be used to stripe out the backslashes:
LEDOMAIN=$(echo "$NCDOMAIN" | tr -d '\\')

Was called "CLEANDOMAIN" before.
2017-01-16 20:24:04 +01:00
Daniel Hansson
f36bc2faaa remove / from Let's Encrypt domain 2017-01-16 19:51:55 +01:00
Daniel Hansson
e26e57601f Change back to original Nextcloud install (#71)
As https://github.com/nextcloud/server/pull/2703 is fixed now, this will work again.
2017-01-16 16:43:40 +01:00
Daniel Hansson
7d5329634a Always keep local configuration when updating (#90) 2017-01-16 16:06:38 +01:00
Daniel Hansson
f76f78ee87 set hostname 2017-01-16 15:04:30 +01:00
Daniel Hansson
5b29384ad1 [WIP] Improve the Collabora script (#79)
* Get cert for the office domain, not the main domian

* Update on CODE 2.0 (#87)

Check this https://www.collaboraoffice.com/community-en/code-2-0-updates-2/
Settings has changed.
2017-01-12 22:24:52 +01:00
Daniel Hansson
60507ca0b5 Download script to correct folder 2017-01-12 09:50:14 +01:00
Daniel Hansson
e643a5f68c Increase max file size (1000 MB) 2017-01-11 22:14:51 +01:00
Daniel Hansson
0dc2a3abb5 add "then" 2017-01-11 22:05:01 +01:00
Daniel Hansson
3423d1a425 Fix while loop 2017-01-09 17:35:09 +01:00
Daniel Hansson
1d2f2adb71 Merge branch 'master' of https://github.com/nextcloud/vm 2017-01-08 17:13:56 +01:00
Daniel Hansson
05e8ea5f3b minor fixes 2017-01-08 16:58:51 +01:00
Ezra
bdbeb6e844 added check for permissions script (#85)
* added check for permissions script

Mine wasnt there..

* Update nextant.sh

* better intendent
2017-01-08 13:40:24 +01:00
Daniel Hansson
e8aed86758 Add notice 2017-01-07 16:49:43 +01:00
Daniel Hansson
1046ab0c79 typos 2017-01-07 16:46:40 +01:00
Daniel Hansson
82c45375f5 introduce whiptail for installing apps 2017-01-07 16:39:36 +01:00
Daniel Hansson
34878e8bd4 Add checks for script downloading and introduce new scripts 2017-01-07 16:35:48 +01:00
Ark74
2018432f19 Check for running server (#83)
* Check for nc server

Check for nextcloud server and some cleaning

* Check for nc server

Check for nextcloud server and some cleaning
Removed nextant:index

* more cleanup

* Better check for nextcloud installation

* minor fix to if argument

* remove unnecessary sleep

* use $NCPATH instead

* show download progress only
2017-01-07 15:10:17 +01:00
Daniel Hansson
b367113a44 check first, install later 2017-01-06 00:10:05 +01:00
Daniel Hansson
4a27999ffa Check if install dir already exists + typo 2017-01-06 00:06:01 +01:00
Daniel Hansson
e5aea060c4 Change to a more reliable mirror 2017-01-05 23:55:15 +01:00
Daniel Hansson
9fd4d46192 get latest solr version 2017-01-05 21:46:28 +01:00
Daniel Hansson
d8bbfdbed9 Add some tests and make it easier to change version (#81)
* Add some tests and make it easier to change version

* Remove solr install dir + typo

* Automatically get latest nextant app version
2017-01-05 21:22:45 +01:00
Daniel Hansson
397c3c8ba1 make the nextatnt script a little better
Still need to add tests
2017-01-05 17:10:28 +01:00
Daniel Hansson
f83f11f46b Add timeout to curl is WAN does not exist 2017-01-05 16:40:59 +01:00
Ark74
4d7285c3e1 Integrante Nextant app (#80)
* Fix Main websocket error for docker image

See more: https://help.nextcloud.com/t/updated-collabora-now-unable-to-open-documents/4179/15

* First nextant integration script sketch
2017-01-05 16:26:15 +01:00
Ezra
16cc554b11 Update collabora.sh (#78)
After #40 I've polished the script a bit and added some code, view the # out commented lines for info.
2017-01-03 17:33:40 +01:00
Daniel Hansson
57d71e164c WIP COLLABORA (#40)
* WIP COLLABORA

* set prefix

* remove ' ' and add .conf

* add .conf

* change variable

* Update main websocket for proxy config

Update the correct websocket setting for the proxy configuration on the collabora script.
2017-01-03 10:32:35 +01:00
Daniel Hansson
cb71103b54 Install VM-tools 2017-01-02 21:45:56 +01:00
Daniel Hansson
be76636b28 Merge branch 'master' of https://github.com/nextcloud/vm 2016-12-31 18:24:46 +01:00
Daniel Hansson
f3ac8b90fd happy new year! 2016-12-31 18:24:17 +01:00
Daniel Hansson
eafde74c1d set timeout to curl (15 minutes) 2016-12-31 00:27:56 +01:00