diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 782f3d84..344b95ee 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -28,4 +28,4 @@ _(Optional: add before/after screenshots, GIFs, or console output)_
- [ ] Code follows project style guidelines
- [ ] Supports mobile and desktop UI/app (if applicable)
-- [ ] I have read [Contributing.md](https://github.com/LukeGus/Termix/blob/main/CONTRIBUTING.md)
+- [ ] I have read [Contributing.md](https://github.com/Termix-SSH/Termix/blob/main/CONTRIBUTING.md)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index eb97b305..3760e9d9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -10,7 +10,7 @@
1. Clone the repository:
```sh
- git clone https://github.com/LukeGus/Termix
+ git clone https://github.com/Termix-SSH/Termix
```
2. Install the dependencies:
```sh
@@ -31,7 +31,7 @@ This will start the backend and the frontend Vite server. You can access Termix
## Contributing
1. **Fork the repository**: Click the "Fork" button at the top right of
- the [repository page](https://github.com/LukeGus/Termix).
+ the [repository page](https://github.com/Termix-SSH/Termix).
2. **Create a new branch**:
```sh
git checkout -b feature/my-new-feature
@@ -101,6 +101,6 @@ This will start the backend and the frontend Vite server. You can access Termix
## Support
-If you need help with Termix, you can join the [Discord](https://discord.gg/jVQGdvHDrf) server and visit the support
-channel. You can also open an issue or open a pull request on the [GitHub](https://github.com/LukeGus/Termix/issues)
-repo.
+If you need help or want to request a feature with Termix, visit the [Issues](https://github.com/Termix-SSH/Support/issues) page, log in, and press `New Issue`.
+Please be as detailed as possible in your issue, preferably written in English. You can also join the [Discord](https://discord.gg/jVQGdvHDrf) server and visit the support
+channel, however, response times may be longer.
\ No newline at end of file
diff --git a/README-CN.md b/README-CN.md
index de702482..65b82cb0 100644
--- a/README-CN.md
+++ b/README-CN.md
@@ -5,9 +5,9 @@
中文
@@ -29,7 +29,7 @@
-
+
-
+
-
-
-
+
+
-
+ +
+
+
+
# 许可证 -根据 Apache 2.0 许可证发布。更多信息请参见 LICENSE。 +根据 Apache License Version 2.0 发布。更多信息请参见 LICENSE。 diff --git a/SECURITY.md b/SECURITY.md index bdcf865e..0bee56d3 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,4 +2,4 @@ ## Reporting a Vulnerability -Please report any vulnerabilities to [GitHub Security](https://github.com/LukeGus/Termix/security/advisories). +Please report any vulnerabilities to [GitHub Security](https://github.com/Termix-SSH/Termix/security/advisories). diff --git a/electron/main.cjs b/electron/main.cjs index 8af9451b..dadeee4b 100644 --- a/electron/main.cjs +++ b/electron/main.cjs @@ -106,11 +106,11 @@ ipcMain.handle("get-app-version", () => { }); const GITHUB_API_BASE = "https://api.github.com"; -const REPO_OWNER = "LukeGus"; +const REPO_OWNER = "Termix-SSH"; const REPO_NAME = "Termix"; const githubCache = new Map(); -const CACHE_DURATION = 30 * 60 * 1000; // 30 minutes +const CACHE_DURATION = 30 * 60 * 1000; async function fetchGitHubAPI(endpoint, cacheKey) { const cached = githubCache.get(cacheKey); diff --git a/src/backend/database/database.ts b/src/backend/database/database.ts index 55f955e9..48f7aaa0 100644 --- a/src/backend/database/database.ts +++ b/src/backend/database/database.ts @@ -142,7 +142,7 @@ class GitHubCache { const githubCache = new GitHubCache(); const GITHUB_API_BASE = "https://api.github.com"; -const REPO_OWNER = "LukeGus"; +const REPO_OWNER = "Termix-SSH"; const REPO_NAME = "Termix"; interface GitHubRelease { diff --git a/src/backend/database/routes/alerts.ts b/src/backend/database/routes/alerts.ts index 4f836894..e0e01f1c 100644 --- a/src/backend/database/routes/alerts.ts +++ b/src/backend/database/routes/alerts.ts @@ -43,8 +43,8 @@ class AlertCache { const alertCache = new AlertCache(); const GITHUB_RAW_BASE = "https://raw.githubusercontent.com"; -const REPO_OWNER = "LukeGus"; -const REPO_NAME = "Termix-Docs"; +const REPO_OWNER = "Termix-SSH"; +const REPO_NAME = "Docs"; const ALERTS_FILE = "main/termix-alerts.json"; interface TermixAlert { diff --git a/src/ui/Desktop/Apps/Server/Server.tsx b/src/ui/Desktop/Apps/Server/Server.tsx index 413f4613..697de4d4 100644 --- a/src/ui/Desktop/Apps/Server/Server.tsx +++ b/src/ui/Desktop/Apps/Server/Server.tsx @@ -465,7 +465,7 @@ export function Server({{t("serverStats.feedbackMessage")}{" "} {" "} or create a{" "} {" "} or create a{" "} - window.open("https://github.com/LukeGus/Termix", "_blank") + window.open("https://github.com/Termix-SSH/Termix", "_blank") } > GitHub @@ -127,7 +127,7 @@ export function Homepage({ className="text-sm border-dark-border text-gray-300 hover:text-white hover:bg-dark-bg transition-colors" onClick={() => window.open( - "https://github.com/LukeGus/Termix/issues/new", + "https://github.com/Termix-SSH/Termix/issues/new", "_blank", ) } diff --git a/src/ui/Desktop/Navigation/TopNavbar.tsx b/src/ui/Desktop/Navigation/TopNavbar.tsx index 379a4453..fe126b26 100644 --- a/src/ui/Desktop/Navigation/TopNavbar.tsx +++ b/src/ui/Desktop/Navigation/TopNavbar.tsx @@ -470,7 +470,7 @@ export function TopNavbar({