Commit Graph

111 Commits

Author SHA1 Message Date
Daniel Hansson
9679ed4d74 revert back to no colors to fit $CONTEST 2017-02-07 13:45:30 +01:00
Ezra
fd15c2c40a Automated networking (#120) 2017-02-07 13:23:53 +01:00
Daniel Hansson
25d7bb004c typo 2017-02-06 23:58:56 +01:00
Daniel Hansson
ae4f4b031e Passman fixes (#118) 2017-02-06 20:48:25 +01:00
Daniel Hansson
fa1a96dda7 [WIP] Create Passman script (#102) 2017-02-05 20:49:32 +01:00
Daniel Hansson
20f4c32f6d Collabora enhancements (#114)
* Collabora enhancements

* check subdomain

* rm -r

* /dev/null

* fix docker error output

* better error check for let's encrypt
2017-02-04 22:27:35 +01:00
Daniel Hansson
65d37864f1 Make the user read the message 2017-02-04 16:44:27 +01:00
Daniel Hansson
fd69a59e7f Update Conf file 2017-02-04 16:43:22 +01:00
Daniel Hansson
e878fe14b8 activate domain on success 2017-02-04 16:35:28 +01:00
Daniel Hansson
0817987af9 give correct message 2017-02-04 16:26:18 +01:00
Daniel Hansson
da9f99b0f1 test cloud domain without slashes 2017-02-04 16:20:11 +01:00
Daniel Hansson
358281918b fix domain variable 2017-02-04 16:06:10 +01:00
Daniel Hansson
8d27a67210 Fix failing EOF 2017-02-01 05:01:04 +01:00
Daniel Hansson
205dda379f
minor fixes 2017-02-01 04:13:46 +01:00
Daniel Hansson
1f72348788
revert to old /home/UNIXUSER settings (figure out something else) 2017-02-01 03:10:01 +01:00
Daniel Hansson
baa9d6e797
change PATH variable 2017-02-01 01:55:50 +01:00
Daniel Hansson
006fc3c8e4 Sudo user (#111)
* minor bug fixes

* revert to sudo user and not logname
2017-02-01 01:36:48 +01:00
Daniel Hansson
1c46747ede minor bug fixes (#110) 2017-02-01 01:19:06 +01:00
Daniel Hansson
9fbf38024b Fixes (#109) 2017-02-01 00:36:32 +01:00
Daniel Hansson
35225da68f Change UNIXUSER to $SUDO_USER (#107) 2017-01-31 22:25:16 +01:00
Daniel Hansson
18e2561d38 update packages 2017-01-28 21:37:42 +01:00
Daniel Hansson
0f05add6e5 Change check for git 2017-01-28 21:14:28 +01:00
Ark74
10ec1091a5 Updater complains about assets folder (#100)
* Updater complains about assets folder

Maybe the folder is `updater` as pointed out here[0]
https://docs.nextcloud.com/server/11/admin_manual/installation/installation_wizard.html#setting-strong-directory-permissions

* assets --> updater
2017-01-28 15:48:26 +01:00
Daniel Hansson
893a48ecbb Enable utf8mb4 (#99) 2017-01-25 21:39:50 +01:00
Daniel Hansson
cf14294696 typo 2017-01-22 01:43:23 +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
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
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
0dc2a3abb5 add "then" 2017-01-11 22:05:01 +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
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