Nikola Kotur
Nikola Kotur
Trying version 0.4.7. Exception on every call with Python 2: ``` $ pyutu product ec2 -a operatingSystem Linux -a instanceType m4.large -a tenancy Shared Service Alias: AmazonEC2 URL: https://pricing.us-east-1.amazonaws.com/offers/v1.0/aws/AmazonEC2/current/index.json Region:...
Health check from `Dockerfile` uses `curl` but it is not installed by default. This causes container to be forever unhealthy and thus ignored by other apps, for example Traefik. ---...
In Homer we can have a header message before all the services, something like this: ```yaml message: url: "http://192.168.88.50:8099/endpoint/" style: "is-danger" title: "Service status" content: "Waiting for results from statping..."...
As [requested](https://github.com/koreader/koreader/issues/11522), here is Nextcloud Notes support for exporting notes and highlights. Fixes https://github.com/koreader/koreader/issues/11522 TODO: * [ ] Create [wiki](https://github.com/koreader/koreader/wiki/Nextcloud-notes) page mentioned in help - - - This change is ...