diff --git a/README.md b/README.md index ee7c1cd..fb26d98 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,8 @@ Three distribution formats are provided. Prebuilt artifacts are tracked in the repo under `dist/` (click to view on the remote; raw downloads require access to the Gitea server): -- [AppImage](http://homeserver:3050/pedley/TeleportFling/src/branch/main/dist/TeleportFling-0.1.0-x86_64.AppImage) -- [Debian/Ubuntu .deb](http://homeserver:3050/pedley/TeleportFling/src/branch/main/dist/teleportfling_0.1.0_amd64.deb) +- [AppImage](https://gitea.edley.me/petere/TeleportFling/src/branch/main/dist/TeleportFling-0.1.0-x86_64.AppImage) +- [Debian/Ubuntu .deb](https://gitea.edley.me/petere/TeleportFling/src/branch/main/dist/teleportfling_0.1.0_amd64.deb) ### Nix / NixOS diff --git a/flake.nix b/flake.nix index a480ab2..998ca8c 100644 --- a/flake.nix +++ b/flake.nix @@ -71,7 +71,7 @@ meta = with pkgs.lib; { description = "Stream a screen and audio to OBS Teleport receivers"; - homepage = "http://homeserver:3050/pedley/TeleportFling"; + homepage = "https://gitea.edley.me/petere/TeleportFling"; license = licenses.gpl2; mainProgram = "teleportfling"; platforms = platforms.linux; @@ -96,7 +96,7 @@ meta = with pkgs.lib; { description = "TeleportFling desktop GUI and system tray"; - homepage = "http://homeserver:3050/pedley/TeleportFling"; + homepage = "https://gitea.edley.me/petere/TeleportFling"; license = licenses.gpl2; mainProgram = "teleportfling-gui"; platforms = platforms.linux; @@ -124,7 +124,6 @@ gopls nixd nodejs - gitea-mcp-server ]; buildInputs = with pkgs; [ git diff --git a/opencode.json b/opencode.json index 67ea445..6467244 100644 --- a/opencode.json +++ b/opencode.json @@ -7,14 +7,6 @@ } }, "mcp": { - "gitea": { - "type": "local", - "command": ["gitea-mcp", "-t", "stdio"], - "environment": { - "GITEA_HOST": "http://homeserver:3050", - "GITEA_ACCESS_TOKEN": "{env:GITEA_ACCESS_TOKEN}" - } - }, "obs": { "type": "local", "command": ["npx", "-y", "obs-mcp"], diff --git a/project.md b/project.md index 571c462..e3ff8d9 100644 --- a/project.md +++ b/project.md @@ -42,7 +42,7 @@ and streams it. No NDI compatibility of any form. | Discovery | UDP multicast peer discovery (identical to `obs-teleport`) | | Target quality | Initial release: 1920x1080 @ 30 fps, balanced JPEG quality | | Protocol target | Latest `obs-teleport` release (protocol contract below) | -| Remote git | Self-hosted Gitea at `http://homeserver:3050/` | +| Remote git | Public self-hosted Gitea at `https://gitea.edley.me/` | ## Teleport Protocol Contract