mirror of
https://github.com/ParisNeo/ollama_proxy_server.git
synced 2025-09-06 13:42:26 +00:00
Update authorized_users.txt.example
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user