Logo
Explore Help
Register Sign In
shni/amayo
Template
1
0
Fork 0
You've already forked amayo
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
5d1b2b2f53b9a6697d3f1236f0d850ab3363edd0
amayo/AmayoWeb/public/.well-known/api-config.json

17 lines
283 B
JSON
Raw Normal View History

feat: Implement comprehensive security enhancements and deployment guide for AmayoWeb - Added a detailed deployment guide (DEPLOYMENT_GUIDE.md) for frontend and backend setup. - Created an index documentation (INDEX.md) summarizing changes and available resources. - Established Nginx security configuration (NGINX_SECURITY_CONFIG.md) to protect backend IP and enforce rate limiting. - Developed a backend security guide (SECURITY_BACKEND_GUIDE.md) outlining security measures and best practices. - Introduced middleware for security, including rate limiting, CORS, and Cloudflare validation. - Updated frontend components and services to improve security and user experience. - Implemented logging and monitoring strategies for better security oversight.
2025-11-06 23:44:44 -06:00
{
"endpoint": "https://api.amayo.dev/api",
"version": "1.0.0",
"features": {
"rateLimit": true,
"cors": true,
"csrf": true
},
"security": {
"requiresToken": true,
"allowedOrigins": [
"https://docs.amayo.dev",
"https://amayo.dev"
]
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 24ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API