Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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",
|
||||
"agent": {
|
||||
"general": {
|
||||
"model": "opencode/deepseek-v4-pro"
|
||||
"model": "tinfoil/deepseek-v4-flash"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user