Skip to content

Commit

Permalink
PUSH
Browse files Browse the repository at this point in the history
-> Add rate limiting to combat against DDoS attacks / abuse
-> Fixed a memory leak on session page
-> Rewrote github api to use guzzle
-> Debug info for redis
-> Debug info for rate limits
  • Loading branch information
NaysKutzu committed Jan 14, 2025
1 parent 1318b5a commit fb4d859
Show file tree
Hide file tree
Showing 15 changed files with 1,659 additions and 904 deletions.
3 changes: 2 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ RUN apt-get update && apt-get install -y \
xml \
mbstring \
curl \
zip
zip \
redis

RUN chown -R www-data:www-data /var/www/html \
&& chmod -R 755 /var/www/html
Expand Down
274 changes: 0 additions & 274 deletions backend/app/Api/User/Session.php

This file was deleted.

Loading

0 comments on commit fb4d859

Please sign in to comment.