summaryrefslogtreecommitdiffstats
path: root/docker (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add nodriver to dockerHeiner Lohaus2024-04-231-5/+3
|
* Refactor: Optimize Dockerfile structureKeycatowo2024-04-221-19/+10
| | | | | | Combined some multiple RUN commands to reduce Docker container layers. Moved the rm cache cleaning command after the apt-get installation command for smaller laysr size.
* Update DockerfileH Lohaus2024-04-101-1/+1
|
* Fix load .har files, add hardir to docker, add docsHeiner Lohaus2024-03-261-1/+8
|
* feat: arm64exfly2024-03-161-3/+3
|
* Add aiohttp_socks to requirementsHeiner Lohaus2024-01-291-2/+1
| | | | | Fix preview for uploaded and generated images in gui Improve typing, readme
* ~Tekky2024-01-231-1/+2
|
* Fix permissions for chromedriverHeiner Lohaus2024-01-011-11/+24
| | | | | Fix NoVNC server access Remove java from build
* Fix docker buildHeiner Lohaus2023-12-241-1/+1
|
* Fix remove NoowAi, Fix download dir in dockerHeiner Lohaus2023-12-161-3/+13
|
* Change default port for guiHeiner Lohaus2023-12-113-19/+40
| | | | | | Change default host for api Disable gui in build Add custom docker user
* Add websearch to gui (#1314)H Lohaus2023-12-073-2/+4
| | | | | | | | * Add websearch to gui * Fix version_check config * Add version badge in README.md * Show version in gui * Add docker hub build * Fix gui backend, improve style
* Fix publish docker image (#1310)0.1.9.2-preH Lohaus2023-12-061-1/+1
|
* Improve docker imageHeiner Lohaus2023-12-063-18/+78
|
* Add selenium to dockerfileHeiner Lohaus2023-12-062-0/+59
Load model and provider list in gui Remove needs_auth in HuggingChat Add default model and login url in gui