Ingredients:
- 2 eggs
- 2 tbsp milk
- Salt and pepper to taste
- Optional: shredded cheese, chopped vegetables, or cooked bacon
Instructions:
- Crack the eggs into a microwave-safe mug.
| services: | |
| speaches: | |
| image: ghcr.io/speaches-ai/speaches:latest-cpu | |
| container_name: speaches | |
| restart: unless-stopped | |
| ports: | |
| - 8000:8000 | |
| volumes: | |
| - C:\Users\user\Projects\IDEA\selfhosted\selfhosted\faster-whisper\hf-hub-cache:/home/ubuntu/.cache/huggingface/hub | |
| environment: |
| [[toc]] | |
| # Overview | |
| # Handling Forks and Exceptions in Master Event Series | |
| ## Fork in Master | |
| - **Description**: | |
| The master event series is updated with new start and end dates. All subsequent series events are identical to the master. |
| networks: | |
| # network created via docker cmd line, | |
| # and all other containers are also on it | |
| caddy_vikunja_network: | |
| name: caddy_vikunja_network | |
| services: | |
| caddy: | |
| image: caddy:2.8.4 | |
| restart: always |
| networks: | |
| vikunja_net: | |
| name: vikunja_net | |
| driver: bridge | |
| caddy_vikunja_network: | |
| external: true | |
| services: | |
| vikunja: | |
| image: vikunja/vikunja:unstable |
| from homeassistant.config_entries import ConfigEntry | |
| from homeassistant.core import ( | |
| HomeAssistant, | |
| ServiceCall, | |
| ServiceResponse, | |
| SupportsResponse, | |
| ) | |
| from homeassistant.helpers import config_validation as cv, entity_platform, service | |
| from homeassistant.util.json import JsonObjectType |
| // This App Script attaches to the following Google Sheet to provide API | |
| // way of tracking assets in one's crypto portfolio. | |
| // Personal usage of this is to pull numbers into Numerics API that | |
| // shows values in widgets (complications) on Apple Watch watchface. | |
| // Google Sheet: https://docs.google.com/spreadsheets/d/1g3WKGK4IgnzGNJn5l1D1BJpcuEsHGUfMTmydshz1XG0/edit?usp=sharing | |
| // See this post for more info on setup: https://www.reddit.com/r/AppleWatch/comments/a6k82x/request_complication_to_display_simple_data_from/ | |
| function doGet(e) { | |
| return dispatchRequest(e); | |
| } |