17 Commits

Author SHA1 Message Date
Alicia Sykes
40ef50a41c 📝 Updates docs about docker arm usage 2026-07-24 08:07:20 +01:00
Benjamin GILLET
daa576d30c 🔀 feat: add ICMP ping check support to item (#2180)
* feat: add ICMP ping check support to item

* Replaced ping package with pingman package to be compliant with Dashy CI NodeJS version (20).
Fixed a behavior bug in status indicator component which didn't changed icon to yellow when checking.
Made otherStatusText a computed field to make it reflecting dynamically a new check request.
Added more examples to default conf.yml

* Removed a forgotten trace to console

* Made changes requested by Lissy after review of the PR.
Corrected tests using localhost which is not a valid host for pingman.
Added a Validator.js file in src/utils with function to check validity of hosts.
Reverted conf.yml file to the original version.

* Fixed a problem in configuration of pingman call after adding support of IPV6 addresses.

* Updated Dockerfile to pass Docker smoke tests in CI

* Revert to latest version of `user-data/conf.yml` from `master`

* Removed the duplicated feature line for ping check and just added `hosts` to the existing one

* Removed the unused `shouldEnabledPingCheck` function

* Add the ping system package and give rights to use to the node user so the pingman module can work in Docker container

* Remove `src/utils/Validator.js` file. Rely on `pingman` internal validation of hostname instead to avoid command injection.
2026-06-06 12:54:17 +01:00
Alicia Sykes
abe85efc5f 🐳 Removes build requirement from Dockerfile
- Updates start command for Dockerfile
- Removes dep dependencies from run stage
- Update the docker-compose with correct usage
- Adds OCI labels
- Updates Dockerfile image to use Node 24
- Updates docs around Docker build and usage
2026-04-26 13:34:46 +01:00
Darkarotte
89843461fc Update quick-start.md
fix amount of root attributes
2025-06-17 19:39:23 +02:00
Shravan Dwarka
fc9b4fd525 Fixed one error in quick-start.md 2025-05-21 19:50:58 -04:00
Alicia Sykes
a138602670 📝 Clearer docs for user-data directory (#1538) 2024-04-21 21:39:14 +01:00
Alicia Sykes
c1f23d2fce 📝 Update port number in docs 2024-04-16 21:24:57 +01:00
Alicia Sykes
5b11c0af34 📝 Update port and directory in docs 2024-04-13 12:41:15 +01:00
Berk Sümbül
55cd1324c0 Add Easypanel Deployment Method 2023-06-25 14:22:18 +03:00
David Alasow
ca8085c482 Fix various typos
Fixed some typos and capitalization errors. Fixed some more formatting.
Changed file name that contained a typo.
2022-08-23 11:22:47 +02:00
David Alasow
2d731d3ed3 Fix inconsistent markdown formatting.
This changes all of the documentation markdown files to follow
the same rules. The rules I've applied are from
https://github.com/DavidAnson/markdownlint/blob/v0.25.1/doc/Rules.md

The reason I felt it was necessary
to change all the files was
that there were a lot inconsistencies in how the markdown was used.
Ranging from header levels to some headers having a new line before
content and some not.
2022-08-23 09:57:02 +02:00
David Alasow
99463413b1 Fix formatting in documentation
Removed trailing whitespaces and extra newlines. Added some missing
punctuation. Replaced unicode characters that aren't commonly used
with the more common character.

The replaced unicode characters are
- ’ (U+2019) to ' (U+0027)
- “ (U+201C) to " (U+0022)
- ” (U+201D) to " (U+0022)
2022-08-22 17:52:07 +02:00
Alicia Sykes
c7fc62534a 📝 Updates readme and getting-started guide 2021-10-30 23:55:13 +01:00
Alicia Sykes
e5d9463967 📝 Adds info for custom domain and remote access into Management docs 2021-10-23 19:29:01 +01:00
Alicia Sykes
9578d5f6be 📝 Updates docs 2021-10-15 22:18:53 +01:00
Alicia Sykes
73dd46114f 📝 Updates git clone with https instead of ssh 2021-08-19 20:09:48 +01:00
Alicia Sykes
e8aa0888f8 📝 Adds a Quick-Start Guide 2021-08-12 17:35:54 +01:00