bracket
bracket copied to clipboard
Selfhosted tournament system
Two bugs have been fixed: - When the production database starts and is empty, it generates the error "index "ix_users_email" does not exist." This bug has been fixed. - When...
When creating a Docker container using the latest version (Postgres 18), this error is generated. ``` File "/usr/local/lib/python3.12/contextlib.py", line 204, in __aenter__ return await anext(self.gen) ^^^^^^^^^^^^^^^^^^^^^ File "/home/bracket/.local/share/virtualenvs/app-4PlAip0Q/lib/python3.12/site-packages/fastapi/routing.py", line 133,...
CORS
this is the error via firefox and doesnt let me in the log in page. `Blocked loading mixed active content “http://bracket-backend:8400/token”` which is odd since I have the backend CORS...
I followed your guide at https://docs.bracketapp.nl/docs/running-bracket/configuration/ but it seems it isn't reading prod.env at all. When I try to login, it gives me internal server error and I can see...
On the dashboard page with matches, the order of matches is sometimes wrong, depending on browser i think
The dashboard.standings page only show elo score when using the SWISS system. I'l like the SWISS System because it offers more balanced games, but only showing the calculated elo score...
Currently a card view is used to list the next x matches with their score. It would be nice to also have a view where one can see all coming...
Instead of showing a list of upcoming games, a bracket view could be used to visualize a knockout stage:
Is it possible to add a prefix to the backend API to enable a reverse proxy filter to distinguish between frontend and backend requests without subdomains? My understanding is that...