Update authorized_users.txt.example

This commit is contained in:
Saifeddine ALOUI
2025-03-26 21:42:25 +01:00
committed by GitHub
parent db0e80bb9e
commit f0ee16e49b

View File

@@ -1,13 +1,11 @@
# Example authorized users file for Ollama Proxy Server
# Project: ollama_proxy_server
# Author: ParisNeo (Saifeddine ALOUI)
# License: Apache 2.0
# Repository: https://github.com/ParisNeo/ollama_proxy_server
# Copy this file to authorized_users.txt and edit the entries to add your users and keys.
# Format: username:key
# - username: a unique identifier for the user
# - key: a secure key (e.g., generated by add_user.py) for authentication
# Lines starting with # are comments and ignored by the application.
# Example user entries:
alice:abc123!@#XYZ
bob:K9$mPq&*vL
# Add more users as needed, one per line.
# Use the add_user.py script to generate secure keys automatically.