| host: "ali525-m.hf.space" | |
| port: 7860 | |
| db-type: "sqlite" | |
| db-address: "/data/sqlite.db" | |
| storage-local-base-path: "/data/storage" | |
| # إعدادات الحسابات (إلغاء الموافقة والبريد) | |
| accounts-registration-open: true | |
| accounts-approval-required: false | |
| accounts-reason-required: false | |
| email-verification-required: false | |
| enable-email: false | |
| # التواصل مع الفيديفيرس | |
| federation-enabled: true | |
| federation-spam-filter: false | |
| # إلغاء قيود السرعة | |
| advanced-rate-limit-requests-per-minute: 0 | |
| advanced-rate-limit-requests-backoff: false | |
| # الثقة في بروكسي Hugging Face | |
| trusted-proxies: | |
| - "10.0.0.0/8" | |
| - "172.16.0.0/12" | |
| - "192.168.0.0/16" |