Query app status without token
-
@Lanhild What is the use case here? Can't you just query
https://app.domain.com
? Both the health and runState are dashboard specific and tracking internal states. You can create readonly tokens btw for healthcheck bots - https://docs.cloudron.io/profile/#api-tokens -
@Lanhild yes, the
health
value is obtained from the healthcheck. We have a "health checker" which polls apps every 10 seconds . If the app responds to the healtcheck attribute, it gets the state 'healthy'. If it didn't respond, it waits for around 20 mins to mark it as 'unhealthy'.