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.
- Host: GitHub
- URL: https://github.com/kottenator/code.kottenator.com
- Owner: kottenator
- License: mit
- Created: 2018-03-24T00:19:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-24T05:06:43.000Z (over 3 years ago)
- Last Synced: 2025-06-03T20:12:34.405Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).