An open API service indexing awesome lists of open source software.

https://github.com/kottenator/code.kottenator.com

A place to host my code experiments.
https://github.com/kottenator/code.kottenator.com

Last synced: 10 months ago
JSON representation

A place to host my code experiments.

Awesome Lists containing this project

README

          

# code.kottenator.com

A place to host my code experiments.

## What is this?

The goal of this project is to secure my experimental code and provide access only to a specific group of people.

It's based on [Django authentication](https://docs.djangoproject.com/en/2.0/topics/auth/) (custom auth via access keys) and Nginx [X-Accel-Redirect](https://www.nginx.com/resources/wiki/start/topics/examples/x-accel/) header which allows to:

* Manage users, keys and projects in Django.
* Serve the actual static files by Nginx.

Read more in [project's Wiki](https://github.com/kottenator/code.kottenator.com/wiki).