Commit Graph

466 Commits

Author SHA1 Message Date
Roni Väyrynen
1a250ca0b9 fix: do not use deprecated apt-key to save yarn repo key 2025-02-13 17:04:50 +02:00
Roni Väyrynen
23c5a4f026 Merge pull request #275 from ronivay/fix/libvhdi-tools-install
fix: move libvhdi-tools install inside correct if statement
2025-02-07 10:51:01 +02:00
Roni Väyrynen
731e68a374 fix: move libvhdi-tools install inside correct if statement 2025-02-07 10:46:26 +02:00
Roni Väyrynen
c9417e7a31 Merge pull request #274 from bnerickson/libvhdi-repo
Add optional flag to enable libvhdi-tools install on RHEL installs
2025-02-06 09:06:40 +02:00
Ben Erickson
0ef03683b3 Addressing review comments and adding a note to also set INSTALL_REPOS to true to enable copr repo 2025-01-29 10:24:48 -08:00
Ben Erickson
8e4bbcf8e4 Add optional flag to enable libvhdi-tools install on RHEL installs 2025-01-27 11:50:26 -08:00
Roni Väyrynen
66d2f2767d Merge pull request #272 from ronivay/fix/vm-import-typo
fix: typo in vm import script
2025-01-18 13:44:38 +02:00
Roni Väyrynen
0048b0753e fix: typo in vm import script 2025-01-18 13:43:48 +02:00
Roni Väyrynen
0cfd93d50a Merge pull request #270 from ronivay/feat/custom-listen-address
feat: add possibility to use custom listen address in XO config
2024-12-22 16:09:00 +02:00
Roni Väyrynen
4c1cdcb997 feat: add possibility to use custom listen address in XO config 2024-12-22 15:58:25 +02:00
Roni Väyrynen
1766edc041 Merge pull request #269 from ronivay/feat/proxy-custom-port
feat: add possibility to change proxy listening port
2024-12-22 15:30:34 +02:00
Roni Väyrynen
faa9ebf4cf feat: add possibility to change proxy listening port 2024-12-22 15:24:30 +02:00
Roni Väyrynen
f2a3edced8 Merge pull request #262 from stavros-k/v6-variant
add v6 variant
2024-10-10 09:59:53 +03:00
Stavros Kois
30fbc73e8e shellcheck 2024-10-10 09:36:40 +03:00
Roni Väyrynen
ed2599595e Merge pull request #264 from ronivay/fix/rhel-libvhdi-tools
fix: workaround for failing rhel installations for now
2024-10-10 09:32:19 +03:00
Stavros Kois
73f3e40ff5 default v6 to true 2024-10-10 09:29:03 +03:00
Roni Väyrynen
aa07c3a6cf fix: workaround for failing rhel installations for now 2024-10-10 09:24:58 +03:00
Stavros kois
b5d927e8f9 undo formatting 2024-10-01 01:59:34 +03:00
Stavros kois
a6b9c3232b add v6 variant 2024-10-01 01:54:16 +03:00
Roni Väyrynen
bc5399d358 Merge pull request #261 from ronivay/dependabot/github_actions/luizm/action-sh-checker-0.9.0 2024-09-24 17:23:35 +03:00
dependabot[bot]
6b0c34b4f1 chore(deps): bump luizm/action-sh-checker from 0.8.0 to 0.9.0
Bumps [luizm/action-sh-checker](https://github.com/luizm/action-sh-checker) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/luizm/action-sh-checker/releases)
- [Commits](https://github.com/luizm/action-sh-checker/compare/v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: luizm/action-sh-checker
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-23 17:56:26 +00:00
Roni Väyrynen
088f42777c Merge pull request #254 from ronivay/fix/running-process-check
fix: running process check, match only node processes
2024-09-03 15:16:56 +03:00
Roni Väyrynen
083219d008 fix: running process check, match only node processes 2024-09-03 15:11:24 +03:00
Roni Väyrynen
4f066ccad6 Merge pull request #250 from ronivay/fix/non-root-config-permissions
fix: non-root user .config directory permissions
2024-08-08 09:38:20 +03:00
Roni Väyrynen
a122a6d874 fix: non-root user .config directory permissions 2024-08-07 15:48:42 +03:00
Roni Väyrynen
87d03c87cc Merge pull request #247 from ronivay/fix/running-process-match
fix: match to only running node process named xo-server
2024-07-02 15:34:54 +03:00
Roni Väyrynen
0aa670ec6b fix: match to only running node process named xo-server 2024-07-02 15:28:42 +03:00
Roni Väyrynen
a8f7fe3251 Merge pull request #245 from viniciusferrao/master
Use `dnf` instead of `yum` for Enterprise Linux distros
2024-06-27 16:07:58 +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
ca43706610 Merge pull request #242 from ronivay/chore/bump-node-version
chore: bump node version to latest LTS 20.x
2024-06-11 15:50:06 +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
a4ac7e5eeb Merge pull request #238 from ronivay/fix/missing-patch-pkg
fix: add patch pkg to dependencies
2024-05-10 08:07:21 +03:00
Roni Väyrynen
3c561f526d fix: add patch pkg to dependencies 2024-05-10 07:46:51 +03:00
Roni Väyrynen
9fab52974f Merge pull request #233 from ronivay/feat/ubuntu-24-support
feat: add Ubuntu 24.04 support
2024-05-03 10:01:14 +03:00
Roni Väyrynen
e9392f3c0d feat: add Ubuntu 24.04 support 2024-05-03 09:59:00 +03:00
Roni Väyrynen
4943ecdb44 Merge pull request #232 from ronivay/chore/stale-workflow-label-update
chore: update ignored labels in stale issue workflow
2024-04-25 15:04:21 +03:00
Roni Väyrynen
082bca44fe chore: update ignored labels in stale issue workflow 2024-04-25 15:03:51 +03:00
Roni Väyrynen
a930e948ca Merge pull request #221 from ronivay/chore/gh-action-stale-ignore-labels
chore: update stale action to ignore certain labels
2024-02-24 13:03:19 +02:00
Roni Väyrynen
587f714caf chore: update stale action to ignore certain labels 2024-02-24 13:03:10 +02:00
Roni Väyrynen
879dda14bc Merge pull request #220 from ronivay/chore/workflow-dispatch-actions
chore: allow manually triggering actions
2024-02-24 12:48:38 +02:00
Roni Väyrynen
d57a0a5dea chore: allow manually triggering actions 2024-02-24 12:48:17 +02:00
Roni Väyrynen
8be35463cd Merge pull request #219 from ronivay/dependabot/github_actions/luizm/action-sh-checker-0.8.0
chore(deps): bump luizm/action-sh-checker from 0.3.0 to 0.8.0
2024-02-24 12:38:56 +02:00
Roni Väyrynen
3b2abf365d Merge pull request #218 from ronivay/dependabot/github_actions/ludeeus/action-shellcheck-2.0.0
chore(deps): bump ludeeus/action-shellcheck from 1.1.0 to 2.0.0
2024-02-24 12:38:48 +02:00
Roni Väyrynen
021d3653dd Merge pull request #217 from ronivay/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 1 to 4
2024-02-24 12:38:41 +02:00
Roni Väyrynen
de8c3ee079 Merge pull request #216 from ronivay/dependabot/github_actions/actions/stale-9
chore(deps): bump actions/stale from 3 to 9
2024-02-24 12:38:31 +02:00
dependabot[bot]
616b6e2b56 chore(deps): bump luizm/action-sh-checker from 0.3.0 to 0.8.0
Bumps [luizm/action-sh-checker](https://github.com/luizm/action-sh-checker) from 0.3.0 to 0.8.0.
- [Release notes](https://github.com/luizm/action-sh-checker/releases)
- [Commits](https://github.com/luizm/action-sh-checker/compare/v0.3.0...v0.8.0)

---
updated-dependencies:
- dependency-name: luizm/action-sh-checker
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-24 10:37:16 +00:00
dependabot[bot]
c9b3101495 chore(deps): bump ludeeus/action-shellcheck from 1.1.0 to 2.0.0
Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck) from 1.1.0 to 2.0.0.
- [Release notes](https://github.com/ludeeus/action-shellcheck/releases)
- [Commits](https://github.com/ludeeus/action-shellcheck/compare/1.1.0...2.0.0)

---
updated-dependencies:
- dependency-name: ludeeus/action-shellcheck
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-24 10:37:13 +00:00
dependabot[bot]
1199aa7c52 chore(deps): bump actions/checkout from 1 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v1...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-24 10:37:11 +00:00
dependabot[bot]
4596351f4d chore(deps): bump actions/stale from 3 to 9
Bumps [actions/stale](https://github.com/actions/stale) from 3 to 9.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v3...v9)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-24 10:37:08 +00:00