linuxserver / docker-wireguard

GNU General Public License v3.0
2.9k stars 360 forks source link

[FEAT] health check is must have feature for serious user #352

Closed moralrebuild closed 1 month ago

moralrebuild commented 1 month ago

Is this a new feature request?

Wanted change

please provide a simple health check as Linuxserver.io did for other popular containers

Reason for change

detecting if the VPN container is health is essential for other services depending it. For e.g., adding custom port forwarding function which is absent in current feature set.

Proposed code change

No response

github-actions[bot] commented 1 month ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

aptalca commented 1 month ago

please provide a simple health check as Linuxserver.io did for other popular containers

We never added healthchecks. You can add it in yourself in compose.

Roxedus commented 1 month ago

We do not provide healthchecks for any of our containers because docker has no functionality that utilizes it, aside from docker ps. it does not take any action based on it.