STAM fa1ee8ee58
april update pack - part 1
* updated:
    * python,
    * php,
    * flutter,
    * nodejs,
    * jdk,
    * go,
    * teamcity,
    * gitlab
* added:
    * openssl 3.5.0,
    * android-sdk,
    * cmake,
    * qbittorrent
    * clang
2025-04-12 23:37:28 +03:00
..
2025-04-12 23:37:28 +03:00
2025-04-12 23:37:28 +03:00
2025-04-12 23:37:28 +03:00
2025-04-12 23:37:28 +03:00
2025-04-12 23:37:28 +03:00
2025-04-12 23:37:28 +03:00
2025-04-12 23:37:28 +03:00
2025-04-12 23:37:28 +03:00
2025-04-11 01:41:19 +03:00

FreeGPT WebUI by Neurogen

  • Improved docker images.

  • Original repo here: Em1tSan/freegpt-webui-ru

  • All versions now running by supervisord instead of direct CMD python3 ./run.py

  • Since v1.3+ image contain both applications in background - webui chat (via port 1338) and endpoint api (via port 1337).

Ready docker-compose example

services:
  freegpt-webui:
    image: epicmorg/freegpt-webui:latest #1.3.2, <...>, 1.0, etc
    container_name: freegpt-webui
    hostname: freegpt-webui
    restart: always
    ports:
       - 1337:1337
       - 1338:1338