Conversation
* add test server to assets * add test server to osu stable web
* Update frontend.conf * oopsies
- Add gzip_vary for proper caching with proxies - Add gzip_proxied any to compress proxied responses - Set gzip_comp_level 6 for good compression/speed balance - Configure gzip_types for CSS, JS, JSON, SVG, and fonts Previously only had bare `gzip on;` which uses defaults (level 1, limited types). This should reduce transfer sizes for text assets by 60-80%. Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
- Add dedicated /static/ location with immutable caching - Set `Cache-Control: public, max-age=31536000, immutable` - Assets are now content-hashed (e.g., dist-abc123.min.js) - immutable flag tells browsers to never revalidate Companion PR: hanayo content hashing implementation Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
- Add exact match redirect for /phpmyadmin to /phpmyadmin/ (fixes 404) - Add proxy_redirect directive to rewrite backend redirects with /phpmyadmin prefix (fixes post-login redirect to wrong URL) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
New homepage activity API endpoint for mode-filtered first places and high PP plays. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Change runner from ubuntu-latest to [self-hosted, vpc] - Add --namespace default to helm commands (runner pod is in github-runner namespace) - Update clear pending deployments to standard format - Add --cleanup-on-fail and increase timeout Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
PMA_ABSOLUTE_URI in the deployment already tells phpMyAdmin its base URL, so redirects are generated correctly. The proxy_redirect was causing double prefixes (/phpmyadmin/phpmyadmin/). Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
* Add resource limits and readiness probe Add resource limits (500m CPU, 256Mi memory) and TCP readiness probe to comply with Kyverno policies. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Delete local-dev/nginx.conf * Delete local-dev/README.md --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add routing for new homepage activity API endpoint to hanayo service.
Changes
/api/v1/homepage/requests to hanayo instead of akatsuki-apiRelated
🤖 Generated with Claude Code