Updated Information Widgets (markdown)

Ben Phelps
2022-09-12 00:09:48 +03:00
parent dbaf4a1aa7
commit 3da45a1966

@@ -24,6 +24,8 @@ You can include all or some of the available resources. If you do not want to s
The disk path is the path reported by `df` (Mounted On), or the mount point of the disk. The disk path is the path reported by `df` (Mounted On), or the mount point of the disk.
**Any disk you wish to access must be mounted to your container as a volume.**
```yaml ```yaml
- resources: - resources:
cpu: true cpu: true
@@ -64,7 +66,6 @@ To produce something like this,
<img width="369" alt="Screenshot 2022-09-11 at 2 15 42 PM" src="https://user-images.githubusercontent.com/82196/189524583-abdf4cc6-99da-430c-b316-16c567db5639.png"> <img width="369" alt="Screenshot 2022-09-11 at 2 15 42 PM" src="https://user-images.githubusercontent.com/82196/189524583-abdf4cc6-99da-430c-b316-16c567db5639.png">
## WeatherAPI ## WeatherAPI
The free tier is all thats required, you will need to [register](https://www.weatherapi.com/signup.aspx) and grab your API key. The free tier is all thats required, you will need to [register](https://www.weatherapi.com/signup.aspx) and grab your API key.