All Projects → vincenthsu → Systemd Ngrok

vincenthsu / Systemd Ngrok

Licence: unlicense
Automatically start ngrok by systemd

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Systemd Ngrok

service-systemd
Setup a node.js app as systemd service.
Stars: ✭ 35 (-85.48%)
Mutual labels:  service, systemd
InitKit
Neo-InitWare is a modular, cross-platform reimplementation of the systemd init system. It is experimental.
Stars: ✭ 364 (+51.04%)
Mutual labels:  service, systemd
InitWare
The InitWare Suite of Middleware allows you to manage services and system resources as logical entities called units. Its main component is a service management ("init") system.
Stars: ✭ 164 (-31.95%)
Mutual labels:  service, systemd
Ecominit
eComInit is a free init system and service manager designed to scale from lightweight desktops to web-scale cloud deployments. It aims to offer feature-parity with systemd but with a modular, portable architecture compliant with software engineering best-practice.
Stars: ✭ 352 (+46.06%)
Mutual labels:  service, systemd
Hass Workstation Service
Provide useful sensors and services from your workstation to Home Assistant.
Stars: ✭ 198 (-17.84%)
Mutual labels:  service
Rapidpayload
Framework RapidPayload - Metasploit Payload Generator | Crypter FUD AntiVirus Evasion
Stars: ✭ 174 (-27.8%)
Mutual labels:  ngrok
Systemd Service Hardening
Basic guide to harden systemd services
Stars: ✭ 165 (-31.54%)
Mutual labels:  systemd
Pyngrok
A Python wrapper for ngrok
Stars: ✭ 159 (-34.02%)
Mutual labels:  ngrok
Presences
🛒 Storage for Presences located at our Presence Store.
Stars: ✭ 223 (-7.47%)
Mutual labels:  service
Container Linux Update Operator
A Kubernetes operator to manage updates of Container Linux by CoreOS
Stars: ✭ 208 (-13.69%)
Mutual labels:  systemd
Component
🔥🔥🔥A powerful componentized framework.一个强大、100% 兼容、支持 AndroidX、支持 Kotlin并且灵活的组件化框架
Stars: ✭ 2,434 (+909.96%)
Mutual labels:  service
Procsd
Manage your application processes in production hassle-free like Heroku CLI with Procfile and Systemd
Stars: ✭ 181 (-24.9%)
Mutual labels:  systemd
Aiomisc
aiomisc - miscellaneous utils for asyncio
Stars: ✭ 200 (-17.01%)
Mutual labels:  service
Casbin Server
Casbin as a Service (CaaS)
Stars: ✭ 171 (-29.05%)
Mutual labels:  service
Chkservice
Systemd units manager with ncurses, terminal interface
Stars: ✭ 219 (-9.13%)
Mutual labels:  systemd
Netctl
Profile based systemd network management
Stars: ✭ 163 (-32.37%)
Mutual labels:  systemd
Sahara
Sahara provides a scalable data processing stack and associated management interfaces. Mirror of code maintained at opendev.org.
Stars: ✭ 192 (-20.33%)
Mutual labels:  service
Moqui Framework
Use Moqui Framework to build enterprise applications based on Java. It includes tools for databases (relational, graph, document), local and web services, web and other UI with screens and forms, security, file/resource access, scripts, templates, l10n, caching, logging, search, rules, workflow, multi-instance, and integration.
Stars: ✭ 205 (-14.94%)
Mutual labels:  service
Ansible Role Hardening
Ansible role to apply a security baseline. Systemd edition.
Stars: ✭ 188 (-21.99%)
Mutual labels:  systemd
Swift
OpenStack Storage (Swift). Mirror of code maintained at opendev.org.
Stars: ✭ 2,253 (+834.85%)
Mutual labels:  service

Installation

Step 1: Place ngrok in /opt/ngrok/.

Step 2: Get authtoken from ngrok website, then add it to /opt/ngrok/ngrok.yml.

Step 3. Modify your own configrations in /opt/ngrok/ngrok.yml.

Step 4: Add ngrok.service to /lib/systemd/system/.

Step 5: Start ngrok service by typing:

    systemctl enable ngrok.service
    systemctl start ngrok.service

or just execute install.sh on Linux x64 platform.

    curl -O https://raw.githubusercontent.com/vincenthsu/systemd-ngrok/master/install.sh
    chmod +x install.sh
    sudo ./install.sh <your_authtoken>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].