2 Repos
Managing application installation, updates, and maintenance on remote servers through SSH commands.
Distinct from SSH Deployment Tools: Distinct from SSH Deployment Tools: focuses on ongoing management and maintenance, not just initial code deployment.
Explore 2 awesome GitHub repositories matching devops & infrastructure · SSH-Based Application Management. Refine with filters or upvote what's useful.
k3sup is a command-line tool that installs and manages lightweight Kubernetes clusters entirely over SSH, without requiring any pre-installed software on the target machines. It bootstraps clusters on remote hosts using a single statically-linked binary, then provides immediate kubectl access by fetching and merging the cluster's admin credentials into the local configuration. The tool supports plan-driven cluster topology, allowing users to define node roles and configuration in a YAML file for automated multi-node deployment. The tool distinguishes itself by enabling parallel execution of i
Bootstraps K3s nodes and joins workers entirely over SSH without manual configuration.
Kimai is an open-source time tracking system that records employee working hours, manages absences, and generates professional invoices from recorded timesheets and expenses. It organizes all time records through a mandatory three-level hierarchy of customer, project, and activity, and supports project budget monitoring with configurable time and money limits. The application is extensible through a plugin system that allows adding custom features, invoice templates, reporting views, and dashboard widgets without modifying core files. It provides a RESTful JSON API for programmatic read and w
Documents SSH-based installation, updates, and plugin management for the application.