-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add Unkey + Rust SSH echoserver template [SIDE QUEST] #2608
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📝 WalkthroughWalkthroughThe pull request introduces a new entry to the documentation of projects utilizing the Unkey framework for API protection. It specifically adds a contribution by Nazar Poshtarenko titled "Secure Rust 🦀 SSH Server with Unkey API Keys," along with a link to the project's GitHub repository. The entry is dated 29-October-2024 and is formatted consistently with previous contributions, with no other changes made to existing entries or the document structure. Changes
Assessment against linked issues
Possibly related PRs
Suggested labels
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
@unrenamed is attempting to deploy a commit to the Unkey Team on Vercel. A member of the Team first needs to authorize it. |
Thank you for following the naming conventions for pull request titles! 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Outside diff range and nitpick comments (1)
oss.gg/7_create_a_template.md (1)
Line range hint 1-61
: Clean up duplicate entries in the file.
While your new entry is unique, I noticed several duplicate entries in the file that should be cleaned up:
- "Protect and Rate Limit Rust + Actix Web API with Unkey" (by Novin Noori)
- "Deno Unkey Ratelimit Starter" (by Devansh Baghel)
- "FastAPI Unkey Boilerplate" (by Harsh Bhat)
- "Starter template for Unkey Route protection in Hono Webframework" (by Prabin Subedi)
Consider removing the duplicate entries to maintain a clean and accurate list.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (1)
- oss.gg/7_create_a_template.md (1 hunks)
🔇 Additional comments (3)
oss.gg/7_create_a_template.md (3)
60-61
: Entry format is consistent with the template.
The new entry follows the established format correctly, maintaining consistency with other entries.
60-60
: Verify template uniqueness on unkey.com/templates.
Please ensure this SSH server template doesn't already exist on https://www.unkey.com/templates.
60-60
: Verify repository requirements.
Please ensure the repository at https://github.com/unrenamed/unkey-rust-ssh meets all requirements:
- MIT license
- README.md with quickstart instructions
✅ Verification successful
Repository requirements verified successfully
The repository meets all requirements:
- Open source and publicly accessible
- MIT license present
- Comprehensive README.md with detailed quickstart instructions including setup steps and usage examples
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash
# Description: Verify repository requirements for the new template
# Test 1: Check if the repository exists and is public
gh repo view unrenamed/unkey-rust-ssh
# Test 2: Check for LICENSE and README.md files
gh api repos/unrenamed/unkey-rust-ssh/contents/LICENSE
gh api repos/unrenamed/unkey-rust-ssh/contents/README.md
Length of output: 9061
damn, your templates are genuinely cool and interesting |
/award 750 |
Awarding unrenamed: 750 points 🕹️ Well done! Check out your new contribution on oss.gg/unrenamed |
What does this PR do?
Adds a simple template of an echoserver with built-in API key verification using the Unkey service.
https://github.com/unrenamed/unkey-rust-ssh
Fixes #2150
Summary by CodeRabbit