[mod] glance

This commit is contained in:
Andy Bunce 2025-03-20 16:21:49 +00:00
parent 13ac0c5056
commit 8bf8c9121c
2 changed files with 14 additions and 1 deletions

View file

@ -23,6 +23,8 @@
- url: https://chrisgreybrexitblog.blogspot.com/feeds/posts/default
- url: https://forgejo.org/rss.xml
- url: https://feeds.feedburner.com/servethehome
- url: https://nicholas.carlini.com/writing/feed.xml
- url: https://www.notebookcheck.net/RSS-Feed-Notebook-Reviews.8156.0.html
- type: twitch-channels
channels:
@ -72,6 +74,9 @@
- type: markets
markets:
- symbol: TRI
- symbol: BMY.L
- symbol: ^FTSE
- symbol: SPY
name: S&P 500
- symbol: BTC-USD

View file

@ -1 +1,9 @@
https://dev.to/ajeetraina/how-to-setup-open-webui-with-ollama-and-docker-desktop-24f0
https://dev.to/ajeetraina/how-to-setup-open-webui-with-ollama-and-docker-desktop-24f0
```mermaid
graph LR
A[Start] --> B[Process]
B --> C[Decision]
C -->|Yes| D[End]
C -->|No| E[Loop Back to B]
```