தனியுரிமை
Service எளிமையாக வைத்திருக்கப்பட்டுள்ளது, ஆனால் public avatar API இயங்க சில request data பெறுகிறது. இந்த page அந்த practical baseline-ஐ விளக்குகிறது.
Service பெறுவது
- request-ல் நீங்கள் வைக்கும் opaque identifier, உதாரணமாக internal id, username, அல்லது one-way hash
- avatar type, style options, size, format, background போன்ற request parameters
- server, reverse proxy, CDN கையாளும் standard HTTP metadata, உதாரணமாக IP address, user agent, referrer, request timing
App தானாக store செய்வது
Application user accounts தேவைப்படாது மற்றும் default-ஆக application cookies set செய்யாது. Basic request flow-ல் avatar on demand generate செய்து direct return செய்கிறது.
Object storage support enabled இருந்து signed-link அல்லது persistence route பயன்படுத்தப்பட்டால், generated avatar file மற்றும் அதன் object key configured S3-compatible bucket-ல் store ஆகலாம்.
Privacy-preserving telemetry
Operator telemetry enable செய்தால், app page views, visible page time, repository மற்றும் crate clicks, demo actions, மேலும் kind, background, accessory, color, expression, shape, size bucket போன்ற bounded style choices மூலம் grouped avatar generation counts-க்கு aggregate OpenTelemetry metrics emit செய்கிறது.
Telemetry raw identifiers, tenant அல்லது style namespace values, IP addresses, user agents, referrers, full URLs, cookies, அல்லது free-form text include செய்யாது. Telemetry endpoints allow-listed aggregate labels மட்டும் accept செய்கிறது.
Logs மற்றும் infrastructure
Deployment-ஐ பொறுத்து nginx, Caddy, Cloudflare, hosting providers, அல்லது S3-compatible storage போன்ற infrastructure components access logs மற்றும் operational metadata வைத்திருக்கலாம். இந்த logs public service இயக்கத்தின் ஒரு பகுதி; URL-ல் இருந்தால் requested identifier-ஐ கொண்டிருக்கலாம்.
அனுப்பாமல் இருக்க வேண்டியது
Email-shaped identifiers compatibility-க்காக accepted, ஆனால் URLs infrastructure logs-ல் தோன்றலாம். Request URL-ல் personal data வைக்க தவிர்க்க stable internal id அல்லது one-way application hash அனுப்புங்கள்.
Repository மற்றும் crate
Public API repository-ல் implementation-ஐ, Rust crate-ல் reusable avatar renderer-ஐ inspect செய்யலாம். Repository · Rust crate
மொழிபெயர்ப்பு குறிப்பு
இணையதள மொழிபெயர்ப்புகள் AI உதவியுடன் சிறந்த முயற்சியாக வழங்கப்படுகின்றன. மேம்படுத்த வேண்டிய சொற்களைப் பார்த்தால் GitHub-ல் பங்களிப்புகள் வரவேற்கப்படுகின்றன. மொழிபெயர்ப்புகளை மேம்படுத்து