diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -30,7 +30,7 @@ Initial configuration * Create the cargohold database by running `sqlite3 cargohold.db3 < backend/cargohold.sql` * Update `backend/config.py` with the path to your database - +* If you want to use the web administration interface, select an authentication provider in `backend/config.py`. Some providers might need additional configuration. See the section on Authentication for more details. TBD: Extend this. ## Usage @@ -56,3 +56,7 @@ The storage limit for each alias (applied when uploading files) is calculated as cargohold integrates somewhat tightly with nginx using the X-Accel-Redirect mechanism. Other httpds may provide a similar mechanism, which will need to be called out to in the `playout()` routine in `main.py`. + +## Authentication + +TBD |