4 dépôts
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.
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.
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.
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.
Tale est une plateforme de blogging auto-hébergée et un système de gestion de contenu construit avec Java. Il fonctionne comme un système de publication Markdown qui rend le balisage léger en pages web structurées et stocke les publications et les métadonnées dans une base de données intégrée pour la portabilité et des sauvegardes faciles. Le système se distingue par sa couche visuelle hautement personnalisable, prenant en charge la conception de skins personnalisés, l'installation de thèmes externes et le développement de templates en utilisant des répertoires structurés d'actifs. Il dispose également d'un système de plugins qui permet le chargement de packages de logique externes et de composants personnalisés lors du démarrage de l'application pour étendre les fonctionnalités de base. La plateforme fournit une suite complète d'outils d'organisation de contenu, notamment la gestion de la taxonomie via des catégories et des étiquettes, des permaliens personnalisables et l'intégration de contenu audio. Il gère l'intégralité du cycle de vie de l'application en tant que processus autonome, incluant des utilitaires intégrés pour la sauvegarde de base de données, l'exportation de données et le routage d'actifs entre les serveurs locaux et les réseaux de diffusion de contenu (CDN). La configuration initiale du site est gérée via une interface web pour créer le compte administrateur et la base de données initiale.
Provides a web interface to create the first administrator account and initialize the database after deployment.