https://github.com/lordbuffcloud/srv
**srv** is designed to simplify and centralize the management of all your applications and services.
https://github.com/lordbuffcloud/srv
Last synced: 5 days ago
JSON representation
**srv** is designed to simplify and centralize the management of all your applications and services.
- Host: GitHub
- URL: https://github.com/lordbuffcloud/srv
- Owner: lordbuffcloud
- Created: 2024-11-10T20:32:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-10T20:38:51.000Z (over 1 year ago)
- Last Synced: 2024-11-10T21:28:16.362Z (over 1 year ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SRV - Service Manager
A development environment manager for running and managing multiple services.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/lordbuffcloud/srv.git
```
## Prerequisites
### Ngrok Setup
If you plan to use ngrok:
1. Download ngrok from https://ngrok.com/download
2. Extract the executable to a location in your PATH
3. Configure your authtoken:
```bash
ngrok config add-authtoken YOUR_AUTH_TOKEN
```
## Example Configurations
### Ngrok Service
```yaml
services:
ngrok:
command: ngrok start --all
directory: null
delay: 0
venv: null
```