473 Commits

Author SHA1 Message Date
ronivay
1d5f3798cc add mention about appliance sha256sum to readme 2021-07-26 10:37:41 +03:00
ronivay
555dd6317d make local variables consistent in all functions 2021-07-23 17:47:18 +03:00
ronivay
aaeba15f09 change the way plugins are read from variables and add format check to 3rd party plugins 2021-07-23 16:55:41 +03:00
ronivay
06138a92e9 add missing command logging to 3rd party plugin section 2021-07-23 14:17:09 +03:00
ronivay
48f656aaf6 use different delimiter with sed when setting xo-web path to config to get rid of hacky variable 2021-07-23 14:14:03 +03:00
ronivay
c81836f936 fix logging for some commands and minor tidying 2021-07-23 12:55:04 +03:00
ronivay
5c7962e63b check available disk/memory every time and prompt or just print warning depending on how script was started 2021-07-22 22:08:28 +03:00
ronivay
81fafbd03c add mention about forced update in non interactive output 2021-07-22 21:41:12 +03:00
Roni Väyrynen
df3323f844 Merge pull request #90 from a-mugica/patch-1
Update to xo-install.sh to allow use of ECC/ECDSA certificates
2021-07-22 14:39:22 +03:00
a-mugica
6a941311b2 Update to xo-install.sh to allow use of ECC/ECDSA certificates
the CheckCertificate function fails when using ECC certificates
this change updates the openssl commands that compare certificate and key to ones that are algorithm-generic so that both RSA and ECC (and others?) can be compared and used.
based on answers here: https://security.stackexchange.com/questions/73127/how-can-you-check-if-a-private-key-and-certificate-match-in-openssl-with-ecdsa
and the other linked question: https://security.stackexchange.com/questions/56697/determine-if-private-key-belongs-to-certificate
2021-07-22 03:31:55 -07:00
ronivay
45830168e0 update apt cache before doing nodejs/yarn minor update 2021-07-21 17:40:48 +03:00
ronivay
fc009e0ffb add some comments to xo-install.sh 2021-07-19 14:06:19 +03:00
ronivay
d1433e025e comment appliance import script 2021-07-19 13:12:30 +03:00
ronivay
a3d160b679 fix incorrect value for boot order set 2021-07-19 12:42:35 +03:00
ronivay
c383d0192a make sure add-apt-repository command is available for ubuntu installations 2021-07-19 12:30:43 +03:00
ronivay
bc391a0de3 add plugins section to README 2021-07-19 12:28:25 +03:00
ronivay
6893ba6dd0 breaking change xo-appliance.sh: change image url to compressed image and change import command accordingly 2021-07-15 21:26:15 +03:00
ronivay
5aa5f58086 add option to define SR where to import appliance 2021-07-15 13:51:17 +03:00
ronivay
30f5afbf35 loop network detail inputs instead of exiting 2021-07-15 11:14:03 +03:00
ronivay
4f4f819f1e update readme 2021-07-09 15:24:52 +03:00
ronivay
e77be4dc3f update sample config comments 2021-07-08 11:58:16 +03:00
ronivay
220ff1cd51 update sample config comments 2021-07-08 11:51:17 +03:00
Roni Väyrynen
7e42ade20a update readme 2021-07-06 14:35:57 +03:00
Roni Väyrynen
0179267574 Update issue.md 2021-07-06 11:44:06 +03:00
ronivay
48e24b021f check existense of xe binary before checking OS 2021-07-06 00:23:12 +03:00
ronivay
97ed95c63b remove not used network name variable 2021-07-05 15:23:13 +03:00
ronivay
ef16d2813e remove leftover commented line 2021-07-05 15:20:14 +03:00
ronivay
de2eca7445 ignore SC2094 in runcmd_stdout 2021-07-05 12:20:06 +03:00
ronivay
df13fe8025 increase logging verbosity and error handling 2021-07-05 12:15:12 +03:00
ronivay
3385195df6 update sample configuration comments and add default values for https cert/key 2021-07-04 18:05:10 +03:00
ronivay
b0b76b6f05 execute and log commands in single function instead of separate lines 2021-07-04 17:09:20 +03:00
ronivay
232feb6b92 update readme and adjust rollback menu option 2021-07-03 12:38:21 +03:00
Roni Väyrynen
38532dc784 update readme 2021-07-02 22:31:43 +03:00
ronivay
b198007d7b update readme 2021-07-02 22:18:59 +03:00
Roni Väyrynen
909ddd5236 update readme 2021-07-02 21:47:35 +03:00
ronivay
927f9f2f3e change menu option descriptions 2021-07-02 21:23:12 +03:00
Roni Väyrynen
6169825f0a use shellcheck 1.1.0 2021-07-01 17:46:51 +03:00
ronivay
8a90e256ae add repository information to xo-appliance script 2021-07-01 14:50:34 +03:00
ronivay
956d029d45 remove obsolete xe command check under os check 2021-07-01 14:48:05 +03:00
ronivay
eccb9ad776 remove obsolete yarn tasks from plugin installation 2021-07-01 14:18:19 +03:00
ronivay
58d2a853d5 adjust additional plugin install output 2021-07-01 13:53:17 +03:00
ronivay
727be1bfc4 add lint badge and only show results from master branch 2021-07-01 13:45:02 +03:00
ronivay
25e85f5fbc fix shellcheck issues in scripts 2021-07-01 13:42:29 +03:00
Roni Väyrynen
19986d4be8 add lint github action 2021-07-01 13:38:37 +03:00
Roni Väyrynen
92b42c73ff update main.yml workflow 2021-06-30 20:41:15 +03:00
Roni Väyrynen
752d2c8726 Update stale.yml 2021-06-30 20:26:40 +03:00
Roni Väyrynen
ddefc0332f add stale issue workflow 2021-06-30 20:25:25 +03:00
ronivay
5dfe02a1ec update xo-install.cfg comments 2021-06-30 16:40:33 +03:00
Roni Väyrynen
f249aec91a Merge pull request #86 from ixs/add_plugins
Add ability to install 3rd party plugins
2021-06-30 16:04:01 +03:00
ronivay
9ffb104710 set default value for ADDITIONAL_PLUGINS variable in xo-install.sh 2021-06-30 15:55:31 +03:00