awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • passbolt/passbolt_apiAvatar von passbolt

    passbolt/passbolt_api

    5,974Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,974
  • jhuckaby/cronicleAvatar von jhuckaby

    jhuckaby/Cronicle

    5,745Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,745
  • next-terminal/next-terminalAvatar von next-terminal

    next-terminal/next-terminal

    5,564Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,564
  • otale/taleAvatar von otale

    otale/tale

    4,827Auf GitHub ansehen↗

    Tale ist eine selbstgehostete Blogging-Plattform und ein Content-Management-System, das mit Java erstellt wurde. Es fungiert als Markdown-Publishing-System, das leichtgewichtiges Markup in strukturierte Webseiten rendert und Posts sowie Metadaten zur Portabilität und für einfache Backups in einer eingebetteten Datenbank speichert. Das System zeichnet sich durch seine hochgradig anpassbare visuelle Ebene aus, die benutzerdefiniertes Skin-Design, die Installation externer Themes und die Entwicklung von Templates mittels strukturierter Asset-Verzeichnisse unterstützt. Es verfügt zudem über ein Plugin-System, das das Laden externer Logikpakete und benutzerdefinierter Komponenten während des Anwendungsstarts ermöglicht, um die Kernfunktionalität zu erweitern. Die Plattform bietet eine vollständige Suite an Tools zur Inhaltsorganisation, einschließlich Taxonomie-Management via Kategorien und Tags, anpassbaren Permalinks und der Einbettung von Audioinhalten. Sie handhabt den gesamten Anwendungslebenszyklus als eigenständigen Prozess und bietet integrierte Hilfsmittel für Datenbank-Backups, Datenexport und Asset-Routing zwischen lokalen Servern und Content Delivery Networks (CDNs). Die initiale Site-Einrichtung wird über ein webbasiertes Interface zur Erstellung des Administratorkontos und der initialen Datenbank verwaltet.

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

    JavaScriptbladeblogjava-blog
    Auf GitHub ansehen↗4,827
  1. Home
  2. Web Development
  3. Application Deployment
  4. Initial Admin Account Setup

Unter-Tags erkunden

  • 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.