Skip to content
Notifications You must be signed in to change notification settings

Sushi-Mampfer/nest-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 9, 2025
12ff7b6 · · Oct 9, 2025

History

24 Commits
Sep 8, 2025
Sep 2, 2025
Sep 3, 2025
Sep 2, 2025
Oct 6, 2025
Oct 6, 2025
Sep 3, 2025
Oct 9, 2025

Repository files navigation

Nest Setup

A small executable to create and manage services on nest.

Disclaimer

  • This only works on nest
  • If you're reviewing or voting on my project for SoM please check out the Voting guide

Installation

Easy

curl -sSf https://raw.githubusercontent.com/Sushi-Mampfer/nest-setup/refs/heads/master/install.sh | sh

Self compiled

  1. Clone the repository: git clone https://github.com/Sushi-Mampfer/nest-setup
  2. cd into it: cd nest-setup
  3. Build it: cargo build --release
  4. Make the bin dir: mkdir ~/.local/bin
  5. Move the executable to it: cp target/release/nest-setup ~/.local/bin/service (this names it service, you can change it to whatever you want))
  6. Use it: service (Or whatever you named it))

Auto port

The executable can automatically select a free port, to use it replace the port in your program with the enviroment variable PORT.

Usage

Usage: service

Commands: create creates a service start starts a service stop stops a service restart stops and starts a service enable enables a service disable disables a service delete deletes a service help Print this message or the help of the given subcommand(s)mmand(s)

Options: -h, --help Print help -V, --version Print versionon

Video demo

https://hc-cdn.hel1.your-objectstorage.com/s/v3/72d8cc45d7ccbf74df7dc7dd693815fbd0aec675_20250903-1704-07.9032944.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published