Compare commits
30 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e526a4286b | |||
| 20207d225c | |||
| 1fa78be587 | |||
| f8ccf7a75a | |||
| 58fd7016e8 | |||
| e3c566ffc4 | |||
| a9efea0149 | |||
| 60ce57aa72 | |||
| cd34b20b18 | |||
| 2692c8cea9 | |||
| 1ab0b22774 | |||
| 9f1ffedbce | |||
| 4a9155cb47 | |||
| f5f98996e0 | |||
| d83d22a905 | |||
| a91a47dc6b | |||
| 344908214d | |||
| 43c21a4b0d | |||
| 0ce66b6688 | |||
| b8e9d3851c | |||
| 755da6c26c | |||
| c4ae1b28d4 | |||
| b2101eb40f | |||
| 486542c785 | |||
| a5541c7dee | |||
| aeacd646a8 | |||
| e0caf79ac8 | |||
| 2ab3fe9719 | |||
| 96e98693f2 | |||
| b5b015f9ef |
@@ -90,6 +90,7 @@
|
||||
| mastodon-pg-db | postgres:17-alpine |
|
||||
| meilisearch | getmeili/meilisearch:v1.12.3 |
|
||||
| minio | minio/minio |
|
||||
| mixpost | inovector/mixpost:latest |
|
||||
| mongodb | bitnami/mongodb:7.0 |
|
||||
| multi-scrobbler | foxxmd/multi-scrobbler |
|
||||
| n8n | docker.n8n.io/n8nio/n8n |
|
||||
@@ -143,6 +144,8 @@
|
||||
| sourcebot | ghcr.io/sourcebot-dev/sourcebot:latest |
|
||||
| speedtest-tracker | lscr.io/linuxserver/speedtest-tracker:latest |
|
||||
| spotisub | blastbeng/spotisub:latest |
|
||||
| stable-diffusion-download | git.trez.wtf/trez.one/stable-diffusion-download:v9.0.0 |
|
||||
| stable-diffusion-webui | git.trez.wtf/trez.one/stable-diffusion-ui:v9.0.0 |
|
||||
| swag | lscr.io/linuxserver/swag:latest |
|
||||
| tandoor | vabene1111/recipes |
|
||||
| tandoor-pg | postgres:16-alpine |
|
||||
|
||||
@@ -26,13 +26,13 @@ layout:
|
||||
columns: 5
|
||||
Infrastructure/App Performance Monitoring:
|
||||
style: row
|
||||
columns: 4
|
||||
columns: 3
|
||||
Code/DevOps:
|
||||
style: row
|
||||
columns: 4
|
||||
Social:
|
||||
style: row
|
||||
columns: 3
|
||||
columns: 4
|
||||
Lifestyle:
|
||||
style: row
|
||||
columns: 5
|
||||
@@ -44,7 +44,7 @@ layout:
|
||||
columns: 3
|
||||
Personal Services:
|
||||
style: row
|
||||
columns: 3
|
||||
columns: 4
|
||||
Professional Services:
|
||||
style: row
|
||||
columns: 5
|
||||
|
||||
@@ -1,25 +1,26 @@
|
||||
version: 1.0.0
|
||||
endpoints:
|
||||
custom:
|
||||
- name: "Ollama"
|
||||
- name: "ollama"
|
||||
apiKey: "ollama"
|
||||
baseURL: "http://ollama:11434/v1/chat/completions"
|
||||
models:
|
||||
default: [
|
||||
"deepseek-r1",
|
||||
"deepseek-coder-v2",
|
||||
"deepseek-v3",
|
||||
"llama3.3",
|
||||
"phi4",
|
||||
"deepseek-r1:1.5b",
|
||||
"deepseek-coder-v2:16b",
|
||||
"deepseek-v3:671b",
|
||||
"llama3.3:70b",
|
||||
"phi4:14b",
|
||||
"qwen2.5",
|
||||
"llama2",
|
||||
"mistral",
|
||||
"codellama",
|
||||
"tinyllama",
|
||||
"starcoder2",
|
||||
"dolphin-mixtral",
|
||||
"smollm2",
|
||||
"orca-mini",
|
||||
"mistral-openorca"
|
||||
"llama2:7b",
|
||||
"mistral:7b",
|
||||
"codellama:7b",
|
||||
"tinyllama:1.1b",
|
||||
"starcoder2:3b",
|
||||
"dolphin-mistral:7b",
|
||||
"smollm2:1.7b",
|
||||
"orca-mini:3b",
|
||||
"mistral-openorca:7b"
|
||||
]
|
||||
# fetching list of models is supported but the `name` field must start
|
||||
# with `ollama` (case-insensitive), as it does in this example.
|
||||
|
||||
+620
-484
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user