Skip to content

micromdm/squirrel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Squirrel is a secure and easy to use webserver for munki. Squirrel is built on top of the caddy webserver and adds munki specific features through plugins.

Below is a list of features. Some are immediately usable, while others are in various stages of completion.

Features

Completed

  • Automatic HTTPS - squirrel provides a built in Let's Encrypt Client(through caddy). You can also provide your own certs.
  • Built in SCEP server - The scepclient can request client certificates in a munki preflight script.
  • HTTP/2 - Automatically supported by the server and NSURLSession on OS X.
  • git/git-fat/lfs sync - syncing a repo on a time interval. provided by the caddy addon

In Progress

  • API - A REST API for managing a munki repo remotely. Mostly complete. Porting over from https://github.com/groob/ape
  • apiimport - A custom munkiimport tool which allows importing packages using the API instead of mounting the repo.
  • Web UI - A web interface for managing the munki repo.
  • dynamic catalogs - currently possible to run makecatalogs after a git pull, but the server will also support this feature natively.
  • autopromotion/sharding - part of having dynamic catalogs. The server will allow configuration of promotion between catalogs and sharding support.
  • monitoring - structured logging and prometheus metrics.

Future

  • DEP/MDM integration - as micromdm is developed, integrations will be added where they make sense. For example - ability to create manifests or validate SCEP requests based on DEP membership.
  • rsync - another way to sync a repo at an interval for those who don't use git.
  • The Update Framework - investigating TUF/notary as a way to validate catalogs and manifests.

About

A server just for munki

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors