Roni Väyrynen
|
820581cad0
|
add option to use sudo with non privileged user
|
2021-12-06 13:49:26 +02:00 |
|
ronivay
|
11460c3841
|
update README
|
2021-12-04 13:51:27 +02:00 |
|
Roni Väyrynen
|
c08c6b17a2
|
move epel repo position and fix existence check
|
2021-11-23 19:36:38 +02:00 |
|
ronivay
|
4bec10e62d
|
update README
|
2021-11-04 19:36:09 +02:00 |
|
Roni Väyrynen
|
4c9f1124b1
|
add check that prevents xo-install.sh to be ran on official XOA VM
|
2021-09-15 11:55:20 +03:00 |
|
Roni Väyrynen
|
ad15da27f5
|
remove accidentaly commited file
|
2021-09-15 11:49:56 +03:00 |
|
Roni Väyrynen
|
c0849b5eaa
|
add check for git binary and local changes to self upgrade
|
2021-09-15 11:48:40 +03:00 |
|
Roni Väyrynen
|
f8c97f4afa
|
add comments to sample config
|
2021-09-12 11:16:43 +03:00 |
|
Roni Väyrynen
|
ca139df4c9
|
add mention to self upgrade that current version is being used if update fails
|
2021-09-12 11:11:26 +03:00 |
|
Roni Väyrynen
|
c94dba3ea6
|
remove obsolete conditional user print in menu
|
2021-09-12 11:08:39 +03:00 |
|
Roni Väyrynen
|
2187e86e43
|
add version details to selfupgrade and fix earlier lint error
|
2021-09-11 16:52:06 +03:00 |
|
Roni Väyrynen
|
ca424d0b63
|
add autocert config option to automatically create cert/key if they're defined but files don't exist
|
2021-09-11 16:45:32 +03:00 |
|
Roni Väyrynen
|
b977ff2ae3
|
remove obsolete https redirect config setting. fixes #93
|
2021-09-04 22:38:52 +03:00 |
|
ronivay
|
954cc7051d
|
remove old entries from gitignore
|
2021-08-25 17:03:35 +03:00 |
|
ronivay
|
16c39860b6
|
update README
|
2021-08-25 12:38:06 +03:00 |
|
ronivay
|
b7ed9867d6
|
update README
|
2021-08-25 12:33:52 +03:00 |
|
ronivay
|
0a6839e2ea
|
change selfupgrade/scriptinfo function names consistent with others
|
2021-08-24 09:18:13 +03:00 |
|
Roni Väyrynen
|
c0d56a59c2
|
add shfmt to lint.yml
|
2021-08-24 09:15:07 +03:00 |
|
ronivay
|
8bd090aada
|
change indentation from tabs to spaces and couple other minor suggestions by shfmt
|
2021-08-24 08:57:15 +03:00 |
|
ronivay
|
03f5ad9d10
|
implement self upgrade to the script
|
2021-08-23 16:20:32 +03:00 |
|
ronivay
|
b5399a482e
|
define script base dir as variable and couple minor fixes
|
2021-08-23 15:44:57 +03:00 |
|
ronivay
|
9b5af86fae
|
fix typo in README
|
2021-08-23 15:22:48 +03:00 |
|
ronivay
|
36903f8f8c
|
add Debian 11 support
|
2021-08-23 13:40:12 +03:00 |
|
ronivay
|
2d7d197878
|
fix git checkout from wrong working directory when other than master branch used
|
2021-08-18 10:08:01 +03:00 |
|
ronivay
|
ce4c2d36e0
|
update readme
|
2021-08-14 12:12:44 +03:00 |
|
ronivay
|
52b3c3826d
|
update readme
|
2021-08-14 12:10:48 +03:00 |
|
ronivay
|
f56c7aa4ea
|
fix vm image repository url
|
2021-08-03 11:01:00 +03:00 |
|
ronivay
|
23a623a4f7
|
rename all appliance portions to make it clear this has nothing to do with official XOA
|
2021-08-03 10:48:14 +03:00 |
|
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 |
|