phoedos

Results 10 comments of phoedos

Dear @vanpelt yes, production mode helped to open appilcation. now I can't authorize in dockerized app: - opening in browser http://127.0.0.1:7878 route to http://127.0.0.1:7878/ai/new - application ask to log via...

dear @vanpelt image was rebuild but still no sucsess, but stacktrace is much better now PS OPENAI_API_KEY is defined and api requests bring a responce inside container https://platform.openai.com/docs/quickstart/?context=curl log stacktrace...

dear @vanpelt still no luck on updated code getting error like "ERROR (openui): Server Error: All connection attempts failed" durin login attempt stacktrace is https://pastebin.com/Du00zbmA

dear @vanpelt yep, my fault. The issue is completely resolved.

Dear @vanpelt, got your compose. Unfortunately OPENUI_HOST do not help. Evidence that is specified: ``` root@phoed147095:/opt/openui# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 2a7266ead7d4 wandb/openui:latest "python -m...

now it's working. think this topic (dedicated service configuration + specific front buld for hosted mode) is also should be mentioned in readme =)

dear @jpraet Unfortunately the issue is still exist Gitea version now 1.22.1 -> 1.22.3 seems the issue related to diff visualisation or diff building? updated gitea show messages related to...

In my example repository, the **master** branch is configured as the default branch. I created an **xCICD2** branch based on the **dev** branch. Currently, when I click on the "PR"...

Dear @jpraet yes this is a several different cases but think the root cause is the same related with diff Dear @lunny I was able to simulate the issue on...

made several experiments with documented options from configuration cheat sheet, reduced value ``` GITEA__GIT__DISABLE_DIFF_HIGHLIGHT: 'true' GITEA__GIT__MAX_GIT_DIFF_LINES: 50 GITEA__GIT__MAX_GIT_DIFF_LINE_CHARACTERS: 100 GITEA__GIT__MAX_GIT_DIFF_FILES: 10 ``` yes this options really helpful, during diff compare....