Initial commit: PLANKA project
Build and Test / build-and-test (push) Failing after 6m57s
Build and Push Docker Nightly Image / build-and-push-docker-nightly-image (push) Canceled after 0s

This commit is contained in:
Ahmed Tawfik
2026-09-22 02:20:23 -04:00
parent 627701dda3
commit f6d7d90bde
6 changed files with 50 additions and 50 deletions
+18
View File
@@ -0,0 +1,18 @@
# This is an example configuration file
# To learn more, see the full config.yaml reference: https://docs.continue.dev/reference
name: Local Ollama Config
version: 1.0.0
schema: v1
models:
- name: qwen3.5
provider: anthropic
model: qwen3.5
apiBase: http://192.168.1.122:30068/v1
apiKey: ollama
- name: qwen2.5
provider: anthropic
model: qwen2.5
apiBase: http://192.168.1.122:30068/v1
apiKey: ollama
+7
View File
@@ -0,0 +1,7 @@
name: MCP server
version: 0.0.1
schema: v1
mcpServers:
- name: Gitea MCP server
type: streamable-http
url: http://192.168.1.122:18100/mcp
+22
View File
@@ -0,0 +1,22 @@
# Gitea MCP Memory - Key Lessons
## NEVER DO AGAIN:
- ❌ Use fetch_url_content() for MCP endpoints (always returns 405)
- ❌ Add readme to create_repo() requests (causes MaxSize error)
- ❌ Expect terminal output capture from git commands in remote env
- ❌ Assume HTTP GET works on /mcp path (MCP requires protocol connections)
## ALWAYS DO:
- ✅ Use MCP tools directly (list_my_repos, create_repo, etc.)
- ✅ Use wiki_write for documentation instead of repo readme
- ✅ Restart IDE after mcpServers/mcp.json updates
- ✅ Verify with netstat before assuming connectivity
## Known URLs:
- API: http://192.168.1.122/api/v1/*
- Web UI: http://192.168.1.122
- MCP endpoint: http://192.168.1.122:30008/mcp
## Proof of Working Connection:
- Repo created: AhmedTawfik/gitea-temp-repo-dummy
- MCP tools operational after IDE restart
+1
View File
@@ -0,0 +1 @@
{"mcpServers":{"gitea_repo":{"type":"http","url":"http://192.168.1.122:18100/mcp"}}}
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "planka",
"version": "2.2.0",
"version": "2.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "planka",
"version": "2.2.0",
"version": "2.2.1",
"hasInstallScript": true,
"dependencies": {
"concurrently": "^10.0.4",
-48
View File
@@ -756,9 +756,6 @@
"cpu": [
"arm"
],
"libc": [
"glibc"
],
"license": "LGPL-3.0-or-later",
"optional": true,
"os": [
@@ -775,9 +772,6 @@
"cpu": [
"arm64"
],
"libc": [
"glibc"
],
"license": "LGPL-3.0-or-later",
"optional": true,
"os": [
@@ -794,9 +788,6 @@
"cpu": [
"ppc64"
],
"libc": [
"glibc"
],
"license": "LGPL-3.0-or-later",
"optional": true,
"os": [
@@ -813,9 +804,6 @@
"cpu": [
"riscv64"
],
"libc": [
"glibc"
],
"license": "LGPL-3.0-or-later",
"optional": true,
"os": [
@@ -832,9 +820,6 @@
"cpu": [
"s390x"
],
"libc": [
"glibc"
],
"license": "LGPL-3.0-or-later",
"optional": true,
"os": [
@@ -851,9 +836,6 @@
"cpu": [
"x64"
],
"libc": [
"glibc"
],
"license": "LGPL-3.0-or-later",
"optional": true,
"os": [
@@ -870,9 +852,6 @@
"cpu": [
"arm64"
],
"libc": [
"musl"
],
"license": "LGPL-3.0-or-later",
"optional": true,
"os": [
@@ -889,9 +868,6 @@
"cpu": [
"x64"
],
"libc": [
"musl"
],
"license": "LGPL-3.0-or-later",
"optional": true,
"os": [
@@ -908,9 +884,6 @@
"cpu": [
"arm"
],
"libc": [
"glibc"
],
"license": "Apache-2.0",
"optional": true,
"os": [
@@ -933,9 +906,6 @@
"cpu": [
"arm64"
],
"libc": [
"glibc"
],
"license": "Apache-2.0",
"optional": true,
"os": [
@@ -958,9 +928,6 @@
"cpu": [
"ppc64"
],
"libc": [
"glibc"
],
"license": "Apache-2.0",
"optional": true,
"os": [
@@ -983,9 +950,6 @@
"cpu": [
"riscv64"
],
"libc": [
"glibc"
],
"license": "Apache-2.0",
"optional": true,
"os": [
@@ -1008,9 +972,6 @@
"cpu": [
"s390x"
],
"libc": [
"glibc"
],
"license": "Apache-2.0",
"optional": true,
"os": [
@@ -1033,9 +994,6 @@
"cpu": [
"x64"
],
"libc": [
"glibc"
],
"license": "Apache-2.0",
"optional": true,
"os": [
@@ -1058,9 +1016,6 @@
"cpu": [
"arm64"
],
"libc": [
"musl"
],
"license": "Apache-2.0",
"optional": true,
"os": [
@@ -1083,9 +1038,6 @@
"cpu": [
"x64"
],
"libc": [
"musl"
],
"license": "Apache-2.0",
"optional": true,
"os": [