awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rlidwka avatar

rlidwka/sinopia

0
View on GitHub↗

Sinopia

Sinopia एक प्राइवेट npm रजिस्ट्री सर्वर है जिसका उपयोग आंतरिक नेटवर्क के भीतर प्राइवेट पैकेज और स्कोप्ड मॉड्यूल को होस्ट करने, प्रबंधित करने और वितरित करने के लिए किया जाता है। यह एक प्राइवेट पैकेज मैनेजर के रूप में कार्य करता है जो उपयोगकर्ता प्रमाणीकरण और एन्क्रिप्टेड टोकन के माध्यम से आंतरिक कोड तक पहुंच को नियंत्रित करता है।

यह सिस्टम एक कैशिंग लेयर प्रदान करता है जो बैंडविड्थ को कम करने और इंस्टॉलेशन की गति को बेहतर बनाने के लिए पब्लिक रजिस्ट्री पैकेज को स्थानीय रूप से संग्रहीत करता है। इसमें पैकेज एक्सप्लोर करने, दस्तावेज़ीकरण देखने और रजिस्ट्री की स्थिति को प्रबंधित करने के लिए एक वेब-आधारित इंटरफ़ेस भी शामिल है।

यह प्रोजेक्ट रिमोट रिपॉजिटरी प्रॉक्सीइंग, स्कोप्ड पैकेज वितरण और स्थानीय संस्करणों के साथ पब्लिक पैकेज को ओवरराइड करने की क्षमता सहित पैकेज प्रबंधन क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। एक्सेस को प्लगेबल ऑथराइजेशन सिस्टम और उपयोगकर्ता अनुमति प्रबंधन के माध्यम से प्रबंधित किया जाता है, जबकि संचार को ट्रैफ़िक एन्क्रिप्शन का उपयोग करके सुरक्षित किया जाता है।

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Features

  • npm Registry Deployments - Hosts and manages private npm registries for distributing internal packages within a network.
  • Registry Proxies - Acts as a single point of access by proxying metadata and tarballs from external registries.
  • Upstream Proxy Caching - Caches remote registry packages locally to reduce latency and ensure availability during upstream outages.
  • Proxy Caches - Fetches metadata and tarballs from remote uplinks to cache external packages locally.
  • Private Package Registries - Controls the distribution of internal software packages using authentication tokens and granular permissions.
  • Scoped - Provides the ability to host and distribute packages organized by organization-specific scopes.
  • Registry Proxies - Serves as a network intermediary between local environments and public registries for failover and overrides.
  • Access Control and Authorization - Implements a modular system for enforcing granular user permissions and access rules for packages.
  • User Account Management - Handles user registration and identity management to control package access and publishing rights.
  • Permission-Based Access Control - Manages user credentials and defines specific permissions to control who can access or publish packages.
  • Token Authentication - Issues encrypted tokens for user authentication to avoid storing persistent credentials on clients.
  • Token-Based Authentication - Uses encrypted session tokens to verify user identity and authorize requests without persistent credentials.
  • Local Package Caches - Provides local disk caching of package archives to speed up installation and reduce network traffic.
  • Package Overrides - Serves locally published versions of third-party packages to apply custom fixes or forks.
  • Package Caches - Maintains local copies of public registry packages to accelerate installation and save bandwidth.
  • Registry Management Interfaces - Ships a visual browser for exploring packages, viewing documentation, and managing registry state.
  • Registry Explorers - Provides a web-based interface for browsing stored packages and managing the registry state.
  • TLS Traffic Encryption - Secures communication channels between the npm client and the registry server using SSL/TLS encryption.
  • Scoped Package Mapping - Supports organizational naming conventions by grouping packages into namespaces to separate internal and third-party code.
  • Registry Explorers - Ships a visual web interface for exploring hosted packages and managing the server state.
  • Node.js Frameworks and Tools - Private NPM registry server.
5,485 स्टार्स·630 फोर्क्स·JavaScript·2 व्यूज़

स्टार हिस्ट्री

rlidwka/sinopia के लिए स्टार हिस्ट्री चार्टrlidwka/sinopia के लिए स्टार हिस्ट्री चार्ट

Sinopia के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Sinopia के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • verdaccio/verdaccioverdaccio का अवतार

    verdaccio/verdaccio

    17,699GitHub पर देखें↗

    Verdaccio is a registry server that implements the npm protocol to store, serve, and manage software dependencies. It functions as a private registry proxy for Node.js packages, allowing organizations to host internal packages while caching public modules. The system features a pluggable middleware architecture that enables the extension of registry behavior through custom plugins for authentication and storage backends. It supports scalable remote data management by offloading package files to S3-compatible object stores. The platform covers package lifecycle management, including publishin

    TypeScriptdockerhelmhelm-charts
    GitHub पर देखें↗17,699
  • nats-io/nats.gonats-io का अवतार

    nats-io/nats.go

    6,657GitHub पर देखें↗

    This is a Golang client library for interacting with a cloud native distributed messaging system. It provides the necessary tools for Go applications to exchange messages using publish-subscribe and request-reply patterns, as well as specialized clients for managing persistent streams and distributed storage. The library includes a JetStream client for durable message streaming and replay, a Key-Value store client for managing distributed state with versioning and watchers, and an Object Store client for the storage and retrieval of large binary files via chunked delivery. The implementation

    Gocloud-nativecloud-native-architecturescloud-native-microservices
    GitHub पर देखें↗6,657
  • sahat/satellizersahat का अवतार

    sahat/satellizer

    7,801GitHub पर देखें↗

    Satellizer is an authentication library for AngularJS applications designed to manage user sign-in and session persistence using security tokens. It functions as a client-side implementation for exchanging credentials for tokens and attaching authorization headers to network requests. The library handles identity integration through a token manager that supports both email-based authentication and external OAuth providers. It enables the authorization of users via third-party services using secure popup windows and allows for linking or unlinking external accounts to a user profile. The proj

    TypeScript
    GitHub पर देखें↗7,801
  • davellanedam/node-express-mongodb-jwt-rest-api-skeletondavellanedam का अवतार

    davellanedam/node-express-mongodb-jwt-rest-api-skeleton

    909GitHub पर देखें↗

    This project is a starter template for building secure web services and REST application backends using Node.js, Express, MongoDB, and JSON Web Tokens. It provides a foundation for server-side development, incorporating document mapping for database integration, cryptographic token authentication, and role-based access control. The system features user account administration, automated database seeding and cleanup scripts, dynamic file-based routing, and environment-based configuration management. Security features include brute-force protection through failed login tracking and request activ

    JavaScriptapiasync-awaitchai
    GitHub पर देखें↗909
Sinopia के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

rlidwka/sinopia क्या करता है?

Sinopia एक प्राइवेट npm रजिस्ट्री सर्वर है जिसका उपयोग आंतरिक नेटवर्क के भीतर प्राइवेट पैकेज और स्कोप्ड मॉड्यूल को होस्ट करने, प्रबंधित करने और वितरित करने के लिए किया जाता है। यह एक प्राइवेट पैकेज मैनेजर के रूप में कार्य करता है जो उपयोगकर्ता प्रमाणीकरण और एन्क्रिप्टेड टोकन के माध्यम से आंतरिक कोड तक पहुंच को नियंत्रित करता है।

rlidwka/sinopia की मुख्य विशेषताएं क्या हैं?

rlidwka/sinopia की मुख्य विशेषताएं हैं: npm Registry Deployments, Registry Proxies, Upstream Proxy Caching, Proxy Caches, Private Package Registries, Scoped, Access Control and Authorization, User Account Management।

rlidwka/sinopia के कुछ ओपन-सोर्स विकल्प क्या हैं?

rlidwka/sinopia के ओपन-सोर्स विकल्पों में शामिल हैं: verdaccio/verdaccio — Verdaccio is a registry server that implements the npm protocol to store, serve, and manage software dependencies. It… nats-io/nats.go — This is a Golang client library for interacting with a cloud native distributed messaging system. It provides the… sahat/satellizer — Satellizer is an authentication library for AngularJS applications designed to manage user sign-in and session… heeexy/springboot-shiro-vue — SpringBoot-Shiro-Vue is a permission management framework and role-based access control system. It provides a backend… davellanedam/node-express-mongodb-jwt-rest-api-skeleton — This project is a starter template for building secure web services and REST application backends using Node.js,… auth0/java-jwt — This is a Java library for creating and verifying JSON Web Tokens (JWTs), supporting multiple cryptographic signing…