Giter Club home page Giter Club logo

create-snoot's Introduction

Create snoot

the snoot maintenance module

This is the module used on the snoot.club server for creating and working with snoots.

It's specific to the setup of that server and would need changes in order to be useful to anyone else, but the code is here should anyone ever want to look at it or reuse any of the code.

It would be nice to make the non-specific parts of it work without running in that environment, so one could have a local snoot setup, but

commands

snoot create

create a new snoot.

this starts an interactive prompt that asks you some questions.

first it will celebrate that there is a new snoot:

oh, a new snoot? πŸ’•

then it will ask for a name, and a githubUsername.

? what's their name?
? what's their github username?

it'll grab their authorized_keys file from https://github.com/${githubUsername}.keys

then it will let you edit their authorized_keys in your $EDITOR so you can add any others you've been provided.

once it's gathered all that snoot data, it will create them a unix user with that name, putting them in the groups common and undercommon.

the tool will then create them a base application at /www/snoot.club/snoots/${name}. at the moment this base application is defined in the skeletons file. in brief, it has:

  • snoot.json β€” some meta data about a snoot
  • nginx.conf β€” an nginx configuration that defers mostly to blocks defined at snootclub/nginx.conf
  • application/package.json β€” an npm package manifest that uses boop for build, watch and install and zeit's micro for start
  • application/index.js β€” entry point that defers to boop
  • application/website/index.html β€” a template html page that tells you how to access your new snoot

then it bindsπŸ‘€ the website directory into the snoot's sftp chroot root

and it bootsπŸ‘’πŸ‘’ the snoot container

and then it restarts nginx, and updates the next snoot port file.

a few seconds later, the snoot has boot and is ready to toot

snoot ls

list the names of all the snoot, separated by newlines.

create-snoot's People

Contributors

chee avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.