awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesGitHub App Configurations

Setting up and storing credentials for a GitHub App to enable automated deployments from repository events.

Distinct from GitHub App Frameworks: Distinct from GitHub App Frameworks: focuses on the configuration and credential storage step, not the framework for building the app itself.

Explore 3 awesome GitHub repositories matching development tools & productivity · GitHub App Configurations. Refine with filters or upvote what's useful.

Awesome GitHub App Configurations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • hunvreus/devpushالصورة الرمزية لـ hunvreus

    hunvreus/devpush

    4,492عرض على GitHub↗

    Devpush is a self-hosted Git-based PaaS that automates the deployment of containerized applications. It maps each Git branch to an isolated Docker environment, creating a multi-environment runtime where staging, production, and other workflows run in parallel with scoped configuration and encrypted variables. Deployments are triggered automatically by Git push events via a configured GitHub App, managing the full lifecycle from build to release with zero-downtime rollouts and instant rollback. The platform includes a built-in Let's Encrypt SSL manager that automatically provisions and renews

    Configures a GitHub App and stores its credentials for triggering automated deployments.

    Pythoncontinuous-deploymentdeploymentdjango
    عرض على GitHub↗4,492
  • hunvreus/pagescmsالصورة الرمزية لـ hunvreus

    hunvreus/pagescms

    3,752عرض على GitHub↗

    PagesCMS is a headless, Git-based content management system that uses a GitHub repository as its primary database. It provides a web interface for authoring and organizing structured files and media assets, transforming flat files in a repository into a structured content management environment. The system automates repository access and content updates through GitHub App integration and manifests. It features a schema-driven approach to map repository files and folders to specific editor fields, allowing for the management of static site content without a separate database. Capability areas

    Automates the setup of GitHub App environments and credentials using predefined configuration manifests.

    TypeScript11tyastrocms
    عرض على GitHub↗3,752
  • usekaneo/kaneoالصورة الرمزية لـ usekaneo

    usekaneo/kaneo

    3,218عرض على GitHub↗

    Kaneo is an open-source project management platform built around a kanban board interface for organizing tasks into columns with drag-and-drop status management. It functions as a self-hosted task manager that supports multiple workspaces, organizations, and role-based access control, with all persistent data stored in a PostgreSQL relational database and exposed through a RESTful JSON API. The platform distinguishes itself through deep external integration capabilities, connecting project workflows to GitHub, Gitea, Slack, Discord, and Telegram with automated event-driven actions. A webhook

    Retrieves connection details and settings for integrated GitHub applications.

    TypeScripthacktoberfesthonoissue-management
    عرض على GitHub↗3,218
  1. Home
  2. Development Tools & Productivity
  3. GitHub App Frameworks
  4. GitHub App Configurations

استكشف الوسوم الفرعية

  • Installation VerificationsCapabilities for checking whether a GitHub App is installed for a given repository. **Distinct from GitHub App Configurations:** Distinct from GitHub App Configurations: focuses on verifying installation status, not configuring credentials.
  • Provisioning AutomationsAutomated setup of application environments and credentials using configuration manifests. **Distinct from GitHub App Configurations:** Focuses on the automated deployment and provisioning process rather than just static configuration storage.