Roni Väyrynen
083219d008
fix: running process check, match only node processes
2024-09-03 15:11:24 +03:00
Roni Väyrynen
a122a6d874
fix: non-root user .config directory permissions
2024-08-07 15:48:42 +03:00
Roni Väyrynen
0aa670ec6b
fix: match to only running node process named xo-server
2024-07-02 15:28:42 +03:00
Vinícius Ferrão
f3cb21e9b2
Remove new line that was added by the IDE
2024-06-16 00:15:25 -03:00
Vinícius Ferrão
d0d97b4e96
Use dnf
instead of yum
for Enterprise Linux distros
...
`yum` was deprecated on RHEL8, since this script only supports EL8
and up it should not use `yum` and just use `dnf` instead.
This is valid for all distros based on EL, like Alma and Rocky.
2024-06-16 00:07:53 -03:00
Roni Väyrynen
e59b98c7c7
chore: bump node version to latest LTS 20.x
2024-06-11 15:45:37 +03:00
Roni Väyrynen
3c561f526d
fix: add patch pkg to dependencies
2024-05-10 07:46:51 +03:00
Roni Väyrynen
e9392f3c0d
feat: add Ubuntu 24.04 support
2024-05-03 09:59:00 +03:00
Roni Väyrynen
e6b894d757
fix: handle situation where node.js is not installed during an update
2024-02-23 14:07:59 +02:00
Roni Väyrynen
194a8d9515
Revert "fix: replace deprecated nodesource repository installation"
2024-02-23 13:44:27 +02:00
Roni Väyrynen
7b4a600c1d
feat: add default yarn network-timeout and make it configurable
2023-11-01 16:02:29 +02:00
Roni Väyrynen
e35c9d0fef
fix: replace deprecated nodesource repository installation
2023-11-01 14:08:05 +02:00
ronivay
4beae1a067
fix: do not run chown recursively to mounts dir with non-root user
2023-10-30 11:37:58 +02:00
Andrew Reid
e12b34a996
Support Debian 12 "bookworm"
2023-06-20 19:52:14 +09:30
Roni Väyrynen
fd2b43e0cb
fix: add missing findmnt command to sudoers configuration
2023-05-16 16:32:26 +03:00
Roni Väyrynen
588d4f3689
feat: add automatic yarn cache cleanup with a config option
2023-05-16 13:25:30 +03:00
Roni Väyrynen
3d0fb815e8
chore: remove ubuntu 18 support
...
End of support in 6/2023. node.js 18.x not supported in nodesource repo
2023-05-15 10:16:15 +03:00
Roni Väyrynen
4d7818a9fc
chore: remove redundant answer options and rely on wildcard instead
2023-03-22 10:40:14 +02:00
root
c8886e1ba6
Standardize "no" response to continuing an unneeded upgrade to other "read" responses in the script.
2023-03-20 11:16:36 -07:00
Roni Väyrynen
3b1603824f
fix: install dmidecode package if missing
...
fixes #169
2023-01-25 08:57:52 +02:00
Roni Väyrynen
e800807908
feat: add config option for remote syslog
2023-01-15 13:00:13 +02:00
Roni Väyrynen
8902d70422
Merge pull request #166 from ixs/xo_cli
...
xo-cli install
2023-01-15 12:17:39 +02:00
Andreas Thienemann
d6f82e354e
xo-cli install
...
Add symlinks for the xo-cli package, which contains the command line API interface to xo.
Install this by symlinking /usr/local/bin/xo-cli as well.
2023-01-14 20:40:29 +01:00
Roni Väyrynen
709803180d
Merge pull request #164 from ronivay/chore/remove-libxml-pkg
2023-01-13 20:32:03 +02:00
Roni Väyrynen
904f34f106
Merge pull request #163 from ronivay/feat/drop-eol-os-support
...
feat: drop support for EOL OS's
2023-01-13 20:13:20 +02:00
Roni Väyrynen
8f6b8a04e8
chore: remove unused libxml2 pkg
...
libxml2 (deb) and libxml2-utils (rpm) was introduced by XO sources
requiring it for xmllint which isn't used for source installations
2023-01-13 20:11:45 +02:00
Roni Väyrynen
e6a0e70ef2
Merge pull request #162 from ronivay/fix/use-python3-everywhere
...
feat: use python3 for all OS's
2023-01-13 20:02:41 +02:00
Roni Väyrynen
b6309f128b
feat: drop support for EOL OS's
...
Debian 8/9 and Ubuntu 16.04
2023-01-13 20:01:48 +02:00
Roni Väyrynen
aeb656a8ef
feat: use python3 for all OS's
...
raised in #159
2023-01-13 18:58:22 +02:00
Roni Väyrynen
bcb1f3fb0d
feat: bump node.js version to latest LTS
...
raised in issue #159
2023-01-13 18:44:34 +02:00
Roni Väyrynen
da60af07ab
fix: missing if not condition in centos version check
2022-10-16 12:30:06 +03:00
Roni Väyrynen
45654ccba1
feat: add centos 9 stream support
2022-10-16 12:10:55 +03:00
Roni Väyrynen
9d94bd6e22
feat: shutdown existing xo-server/xo-proxy processes after new build has finished
2022-10-15 20:21:10 +03:00
jsargent
4b97e020c9
Update xo-install.sh to support rocky linux 9
2022-08-08 22:52:43 -07:00
Roni Väyrynen
8adfafd649
fix: always use v4 localhost connection address for redis
2022-08-07 11:31:53 +03:00
Roni Väyrynen
ebf366bcc8
fix: add default empty value for acme_email
2022-07-29 14:39:03 +03:00
Roni Väyrynen
3559945306
chore: rename letsencrypt to acme for more generic use and allow changing CA
2022-07-29 14:34:05 +03:00
Roni Väyrynen
eb82cc37f6
feat: add Let's Encrypt support
2022-07-29 14:21:32 +03:00
Stephen Boyd
e13c52f5f1
Update xo-install.sh
...
Fixes #128
Also fixes force pushes to named branches, which cause `--ff-only` to fail
Co-authored-by: Roni Väyrynen <roni@vayrynen.info >
2022-06-27 17:36:50 -07:00
Roni Väyrynen
896824d412
Merge pull request #127 from michaelr0/almalinux-9
...
Add almalinux 9 to the checks
2022-06-07 10:46:22 +03:00
Michael Rook
2aa976773c
Fix issue with Almalinux check failing after inclusion of version 9
2022-06-07 17:12:59 +10:00
Michael Rook
45ffb105f3
Remove comment about something above almalinux 8
2022-06-06 21:31:15 +10:00
Michael Rook
4b63373ccc
Add almalinux 9 to the checks
2022-06-06 21:29:39 +10:00
Michael Rook
42e3a57764
Add ubuntu 22.04 to the checks
2022-06-06 20:54:33 +10:00
Roni Väyrynen
9fba7b1935
feat: add possibility to use custom CA with XO
2022-04-26 08:56:05 +03:00
Roni Väyrynen
2f276eb80f
chore: remove option to deploy from latest tagged release as it is obsolete nowadays
2022-04-23 12:53:37 +03:00
Roni Väyrynen
0acf22d232
chore: bump node version to 16.x
2022-04-20 09:00:16 +03:00
Roni Väyrynen
91d934efef
fix: add missing dependency for xmllint
2022-04-20 08:51:47 +03:00
Roni Väyrynen
ec902a53ef
change plugins default value inside script to same as in sample configuration
2022-04-02 11:34:24 +03:00
Roni Väyrynen
9a36a21e4d
add missing default value for CONFIGUPDATE variable. issue #114
2022-04-02 11:28:56 +03:00