Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c0b473328d | ||
|
|
1e0accbda7 | ||
|
|
5083c51430 | ||
|
|
65063efdaa | ||
|
|
b1c9ec1464 | ||
|
|
a3e63660f3 |
@@ -0,0 +1,19 @@
|
|||||||
|
# gitea upstream sources
|
||||||
|
|
||||||
|
## gitea/gitea
|
||||||
|
- image: gitea/gitea
|
||||||
|
- source: https://github.com/go-gitea/gitea
|
||||||
|
- releases: https://github.com/go-gitea/gitea/releases
|
||||||
|
- security: https://blog.gitea.com/
|
||||||
|
|
||||||
|
## postgres
|
||||||
|
- image: postgres
|
||||||
|
- source: https://github.com/postgres/postgres
|
||||||
|
- releases: https://www.postgresql.org/docs/release/
|
||||||
|
- security: https://www.postgresql.org/support/security/
|
||||||
|
|
||||||
|
## mariadb
|
||||||
|
- image: mariadb
|
||||||
|
- source: https://github.com/MariaDB/server
|
||||||
|
- releases: https://mariadb.com/kb/en/release-notes/
|
||||||
|
- security: https://mariadb.com/kb/en/security/
|
||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
"$schema": "https://opencode.ai/config.json",
|
"$schema": "https://opencode.ai/config.json",
|
||||||
"agent": {
|
"agent": {
|
||||||
"general": {
|
"general": {
|
||||||
"model": "opencode/deepseek-v4-pro"
|
"model": "opencode/deepseek-v4-flash"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user