Roni Väyrynen
|
96c91250be
|
Merge pull request #201 from ronivay/fix/nodesource-repo-changes
fix: replace deprecated nodesource repository installation
|
2023-11-01 14:28:47 +02:00 |
|
Roni Väyrynen
|
e35c9d0fef
|
fix: replace deprecated nodesource repository installation
|
2023-11-01 14:08:05 +02:00 |
|
Roni Väyrynen
|
e60e601d20
|
Merge pull request #198 from ronivay/fix/github-actions-badges
fix: github actions badges in README
|
2023-10-31 09:22:23 +02:00 |
|
Roni Väyrynen
|
b4dbf87744
|
fix: github actions badges in README
|
2023-10-31 09:21:35 +02:00 |
|
Roni Väyrynen
|
806f6c1fe2
|
Merge pull request #197 from ronivay/fix/nfs-remote-permissions
fix: do not run chown recursively to mounts dir with non-root user
|
2023-10-30 14:22:21 +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 |
|
Roni Väyrynen
|
dd2ea6476c
|
Merge pull request #189 from andrewreid/debian-12
Support Debian 12 "bookworm"
|
2023-06-26 13:34:36 +03:00 |
|
Andrew Reid
|
9a60fbb6c4
|
Support Debian 12 "bookworm"
|
2023-06-26 14:44:33 +09:30 |
|
Andrew Reid
|
e12b34a996
|
Support Debian 12 "bookworm"
|
2023-06-20 19:52:14 +09:30 |
|
Roni Väyrynen
|
eff60cc839
|
Merge pull request #185 from ronivay/fix/missing-findmnt-sudoers
fix: add missing findmnt command to sudoers configuration
|
2023-05-16 16:40:15 +03:00 |
|
Roni Väyrynen
|
fd2b43e0cb
|
fix: add missing findmnt command to sudoers configuration
|
2023-05-16 16:32:26 +03:00 |
|
Roni Väyrynen
|
adbd5348fb
|
Merge pull request #184 from ronivay/feat/yarn-cache-cleanup
feat: add automatic yarn cache cleanup with a config option
|
2023-05-16 13:44:18 +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
|
ce1cd412ad
|
Merge pull request #183 from ronivay/chore/remove-ubuntu18-support
chore: remove ubuntu 18 support
|
2023-05-15 10:22:06 +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
|
9222f17f9a
|
Merge pull request #180 from ronivay/chore/unify-y-n-case-answers
chore: remove redundant answer options and rely on wildcard instead
|
2023-03-22 11:11:13 +02:00 |
|
Roni Väyrynen
|
4d7818a9fc
|
chore: remove redundant answer options and rely on wildcard instead
|
2023-03-22 10:40:14 +02:00 |
|
Roni Väyrynen
|
f0d1a60ef8
|
Merge pull request #178 from bnerickson/master
fix: replace expected answer to exit with a wildcard when upgrade is not needed
|
2023-03-22 10:35:53 +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
|
70ea9a0509
|
Merge pull request #170 from ronivay/fix/dmidecode-pkg
fix: install dmidecode package if missing
|
2023-01-25 09:08:56 +02:00 |
|
Roni Väyrynen
|
3b1603824f
|
fix: install dmidecode package if missing
fixes #169
|
2023-01-25 08:57:52 +02:00 |
|
Roni Väyrynen
|
feaa03d659
|
Merge pull request #167 from ronivay/feat/remote-syslog
|
2023-01-16 07:53:15 +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
|
a28281cba0
|
Merge pull request #161 from ronivay/feat/node-version-bump
feat: bump node.js version to latest LTS
|
2023-01-13 20:02:31 +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
|
78c9a39536
|
chore: update README
|
2022-10-16 13:27:03 +03:00 |
|
Roni Väyrynen
|
7e107b07e6
|
Merge pull request #152 from ronivay/fix/centos-support
fix: missing if not condition in centos version check
|
2022-10-16 12:30:53 +03: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
|
8d32e38dfc
|
Merge pull request #151 from ronivay/feat/centos9-support
feat: add centos 9 stream support
|
2022-10-16 12:15:05 +03:00 |
|
Roni Väyrynen
|
45654ccba1
|
feat: add centos 9 stream support
|
2022-10-16 12:10:55 +03:00 |
|
Roni Väyrynen
|
46d6fcfd42
|
Merge pull request #150 from ronivay/feat/minimize-downtime-update
feat: wait for service shutdown until new build is complete
|
2022-10-15 20:26:20 +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 |
|
Roni Väyrynen
|
9c1acdc2bb
|
Merge pull request #138 from jsargent8789/patch-1
Update xo-install.sh to support rocky linux 9
|
2022-08-12 14:17:42 +03:00 |
|
Roni Väyrynen
|
6ebf85ca40
|
chore: update supported OS's in README
|
2022-08-12 14:12:58 +03:00 |
|
Roni Väyrynen
|
f62d82381c
|
Merge pull request #139 from ronivay/chore/update-gh-workflow
chore: don't run github workflows on push
|
2022-08-12 14:12:04 +03:00 |
|
Roni Väyrynen
|
44a81e216e
|
chore: don't run github workflows on push
|
2022-08-12 14:11:03 +03:00 |
|
jsargent
|
4b97e020c9
|
Update xo-install.sh to support rocky linux 9
|
2022-08-08 22:52:43 -07:00 |
|
Roni Väyrynen
|
d0750206c2
|
Merge pull request #136 from ronivay/fix/rhel-redis-connection
fix: always use v4 localhost connection address for redis
|
2022-08-07 11:48:35 +03: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
|
fef234d037
|
chore: rename letsencrypt to acme in sample config
|
2022-07-29 14:43:43 +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
|
2012f78f59
|
chore: add some spacing to acme options in config file
|
2022-07-29 14:36:30 +03:00 |
|