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

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

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

4 مستودعات

Awesome GitHub RepositoriesInitial Admin Account Setup

Creates the first user account by visiting the deployed web application to initialize the system.

Distinct from Application Deployment: Distinct from Application Deployment: focuses on the post-deployment initialization step of creating the first admin account, not the deployment process itself.

Explore 4 awesome GitHub repositories matching web development · Initial Admin Account Setup. Refine with filters or upvote what's useful.

Awesome Initial Admin Account Setup GitHub Repositories

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

    passbolt/passbolt_api

    5,974عرض على GitHub↗

    Passbolt is an open-source, self-hosted password manager designed for teams. It provides a centralized, encrypted vault where organizations can store, share, and manage credentials securely. The server exposes a JSON REST API that authenticates requests using either GPGAuth or JWT tokens, and all secrets are protected with OpenPGP end-to-end encryption, ensuring the server never has access to plaintext passwords. The platform distinguishes itself through a comprehensive role-based access control system that governs resource sharing and administrative actions. Teams can organize users into gro

    Guides through the post-deployment wizard to create the first administrator account.

    PHPcakephpcakephp5credentials
    عرض على GitHub↗5,974
  • jhuckaby/cronicleالصورة الرمزية لـ jhuckaby

    jhuckaby/Cronicle

    5,745عرض على GitHub↗

    Cronicle is a distributed job scheduler that replaces traditional cron with a browser-based management interface. It runs scheduled tasks across a cluster of servers with automatic failover, using a custom cron parser that intersects day-of-month and day-of-week constraints when both are specified. The system executes jobs through a plugin framework that runs command-line scripts in any language, communicating via JSON over standard input and output. The scheduler provides a web-based real-time dashboard for monitoring running jobs with live logs, resource usage charts, and progress updates.

    Generates a temporary admin account from the command line to regain access when locked out.

    JavaScript
    عرض على GitHub↗5,745
  • next-terminal/next-terminalالصورة الرمزية لـ next-terminal

    next-terminal/next-terminal

    5,564عرض على GitHub↗

    Next Terminal is an enterprise bastion host platform that brokers and audits remote access to servers and devices. It functions as a centralized gateway unifying access to Windows, Linux, and legacy systems through a single authenticated interface, supporting RDP, SSH, VNC, Telnet, and HTTP protocols. The platform combines certificate management, policy-based access control, reverse tunnel agents, session recording, and web proxy interception into a unified security gateway. It deploys lightweight agents in internal networks that build reverse tunnels to a central site, eliminating per-locati

    Creates the first administrator account after installation to secure access to the management system.

    TypeScriptantdantd-designdocker
    عرض على GitHub↗5,564
  • otale/taleالصورة الرمزية لـ otale

    otale/tale

    4,827عرض على GitHub↗

    Tale هي منصة تدوين مستضافة ذاتياً ونظام إدارة محتوى مبني باستخدام Java. تعمل كنظام نشر Markdown يحول الترميز الخفيف إلى صفحات ويب منظمة وتخزن المنشورات والبيانات الوصفية داخل قاعدة بيانات مضمنة لسهولة النقل والنسخ الاحتياطي. يتميز النظام بطبقة بصرية قابلة للتخصيص للغاية، تدعم تصميم المظهر المخصص، وتثبيت السمات الخارجية، وتطوير القوالب باستخدام أدلة منظمة للأصول. يتميز أيضاً بنظام إضافات يسمح بتحميل حزم منطق خارجية ومكونات مخصصة أثناء بدء تشغيل التطبيق لتوسيع الوظائف الأساسية. توفر المنصة مجموعة كاملة من أدوات تنظيم المحتوى، بما في ذلك إدارة التصنيف عبر الفئات والعلامات، والروابط الدائمة القابلة للتخصيص، وتضمين محتوى الصوت. تتعامل مع دورة حياة التطبيق بالكامل كعملية مستقلة، وتتميز بأدوات مدمجة للنسخ الاحتياطي لقاعدة البيانات، وتصدير البيانات، وتوجيه الأصول بين الخوادم المحلية وشبكات توصيل المحتوى. تتم إدارة إعداد الموقع الأولي من خلال واجهة تعتمد على الويب لإنشاء حساب المسؤول وقاعدة البيانات الأولية.

    Provides a web interface to create the first administrator account and initialize the database after deployment.

    JavaScriptbladeblogjava-blog
    عرض على GitHub↗4,827
  1. Home
  2. Web Development
  3. Application Deployment
  4. Initial Admin Account Setup

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

  • Emergency Account GeneratorsGenerates temporary administrator accounts from the command line to regain access when locked out. **Distinct from Initial Admin Account Setup:** Distinct from Initial Admin Account Setup: focuses on emergency recovery rather than first-time initialization.