Skip to content

Latest commit

 

History

History
88 lines (52 loc) · 2.04 KB

template.md

File metadata and controls

88 lines (52 loc) · 2.04 KB

NIRVai VAULT

RACEXP

NIRVai Mindset

if it doesnt copypasta, it doesnt belong in your stack

insert video

WHY YOUR-SERVICE ?

  • BACKGROUND INFO
  • our goal is to achieve:
    • YOUR GOALS

NIRVai is a zero trust open source platform

YOUR CATCH PHRASE

Setting up YOUR-SERVICE

REQUIREMENTS

if your directory structure does not match below modify the inputs in the # INTERFACE section that follows

######################### REQUIREMENTS
# curl        @see https://curl.se/docs/manpage.html
# jq          @see https://stedolan.github.io/jq/manual/

# directory structure matches:
├── scripts             # @see /~https://github.com/nirv-ai/scripts
├── configs             # @see /~https://github.com/nirv-ai/configs
├── ${REPO_DIR_NAME}
├── secrets             # chroot jail, a temporary folder or private git repo

INTERFACE

######################### platform interface
# all nirv scripts use this same interface
# LIST THE PLATFORM ENVS YOU USE


######################### YOUR-SERVICE INTERFACE
# LIST YOUR PUBLIC INTERFACE

YOUR-SERVICE STEP 1

  • if there are logical steps to setup your app, create a section for each

next steps

  • Congrats! you have a zero trust development environment backed by YOUR-SERVICE!
  • We have a little secret:

you can bootstrap your entire stack with this copypasta

copypasta: YOUR-SERVICE initialization
  • every service requires copypasta
copypasta: validation
  • every service requires validation