Data upload
This commit is contained in:
5
credentials/.gitignore
vendored
Normal file
5
credentials/.gitignore
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
# Ignore all credential files
|
||||
*.json
|
||||
|
||||
# Except the example file
|
||||
!example-credentials.json
|
||||
52
credentials/example-credentials.json
Normal file
52
credentials/example-credentials.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"container": {
|
||||
"ctid": 769276659,
|
||||
"hostname": "sb-1769276659",
|
||||
"fqdn": "sb-1769276659.userman.de",
|
||||
"ip": "192.168.45.45",
|
||||
"vlan": 90
|
||||
},
|
||||
"urls": {
|
||||
"n8n_internal": "http://192.168.45.45:5678/",
|
||||
"n8n_external": "https://sb-1769276659.userman.de",
|
||||
"postgrest": "http://192.168.45.45:3000",
|
||||
"chat_webhook": "https://sb-1769276659.userman.de/webhook/rag-chat-webhook/chat",
|
||||
"chat_internal": "http://192.168.45.45:5678/webhook/rag-chat-webhook/chat",
|
||||
"upload_form": "https://sb-1769276659.userman.de/form/rag-upload-form",
|
||||
"upload_form_internal": "http://192.168.45.45:5678/form/rag-upload-form"
|
||||
},
|
||||
"postgres": {
|
||||
"host": "postgres",
|
||||
"port": 5432,
|
||||
"db": "customer",
|
||||
"user": "customer",
|
||||
"password": "EXAMPLE_PASSWORD"
|
||||
},
|
||||
"supabase": {
|
||||
"url": "http://postgrest:3000",
|
||||
"url_external": "http://192.168.45.45:3000",
|
||||
"anon_key": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
|
||||
"service_role_key": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
|
||||
"jwt_secret": "EXAMPLE_JWT_SECRET"
|
||||
},
|
||||
"ollama": {
|
||||
"url": "http://192.168.45.3:11434",
|
||||
"model": "ministral-3:3b",
|
||||
"embedding_model": "nomic-embed-text:latest"
|
||||
},
|
||||
"n8n": {
|
||||
"encryption_key": "EXAMPLE_ENCRYPTION_KEY",
|
||||
"owner_email": "admin@userman.de",
|
||||
"owner_password": "EXAMPLE_PASSWORD",
|
||||
"secure_cookie": false
|
||||
},
|
||||
"log_file": "/root/customer-installer/logs/sb-1769276659.log",
|
||||
"created_at": "2026-01-24T18:00:00+01:00",
|
||||
"updateable_fields": {
|
||||
"ollama_url": "Can be updated to use hostname instead of IP (e.g., http://ollama.local:11434)",
|
||||
"ollama_model": "Can be changed to different model (e.g., llama3.2:3b)",
|
||||
"embedding_model": "Can be changed to different embedding model",
|
||||
"postgres_password": "Can be updated (requires container restart)",
|
||||
"n8n_owner_password": "Can be updated (requires container restart)"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user