mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update gitingest to version v0.1.4 (#2494)
This commit is contained in:
parent
655762aaf8
commit
c4dfbea7cb
@ -1,15 +1,15 @@
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: gitingest_app_1
|
||||
APP_PORT: 8000
|
||||
|
||||
app:
|
||||
image: elestio/gitingest:v0.1.3@sha256:c1f0d290be9e49141ecc500c0002ee2401fe11b1b391e3f375a66dd99f5e2c08
|
||||
restart: on-failure
|
||||
user: "1000:1000"
|
||||
environment:
|
||||
# Allows main .local address, tailscale magicDNS, and IP addresses of the host machine
|
||||
- ALLOWED_HOSTS=${DEVICE_DOMAIN_NAME},${DEVICE_HOSTNAME},${APP_GITINGEST_LOCAL_IPS}
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: gitingest_app_1
|
||||
APP_PORT: 8000
|
||||
|
||||
app:
|
||||
image: elestio/gitingest:v0.1.4@sha256:7f080a19fbc5fcb78b0ae9daa57bcbee6ae06c3225337a11b49f614fd3730de1
|
||||
restart: on-failure
|
||||
user: "1000:1000"
|
||||
environment:
|
||||
# Allows main .local address, tailscale magicDNS, and IP addresses of the host machine
|
||||
- ALLOWED_HOSTS=${DEVICE_DOMAIN_NAME},${DEVICE_HOSTNAME},${APP_GITINGEST_LOCAL_IPS}
|
||||
|
@ -3,7 +3,7 @@ id: gitingest
|
||||
name: Gitingest
|
||||
tagline: An effortless way to make Git repositories LLM-friendly
|
||||
category: developer
|
||||
version: "0.1.3"
|
||||
version: "0.1.4"
|
||||
port: 8895
|
||||
description: >-
|
||||
Gitingest is an open-source tool that converts Git repositories into structured, LLM-friendly text summaries, making it easier to analyze and process code with AI models like ChatGPT and Claude. By simply replacing "github.com" with "gitingest.com" in any repository URL, users can instantly generate an AI-optimized digest of the codebase. Additionally, a one-click button provides seamless integration with GitHub, ensuring a smooth workflow for developers.
|
||||
@ -23,7 +23,17 @@ gallery:
|
||||
- 1.jpg
|
||||
- 2.jpg
|
||||
- 3.jpg
|
||||
releaseNotes: ""
|
||||
releaseNotes: >-
|
||||
This release includes several bug fixes and improvements:
|
||||
- Added Python 3.7 support and restored compatibility with older syntax
|
||||
- Added gist.github.com support and fixed ingest_async bug
|
||||
- Added support for .gitingest file processing in CLI
|
||||
- Implemented partial cloning and fixed subpath cloning issues
|
||||
- Refined async_timeout handling for TypeVar usage
|
||||
- Fixed directory include pattern matching and normalized Windows paths
|
||||
- Various refactors, typo fixes, and minor improvements
|
||||
|
||||
Full release notes are found at https://github.com/cyclotruc/gitingest/releases
|
||||
dependencies: []
|
||||
path: ""
|
||||
defaultUsername: ""
|
||||
|
Loading…
Reference in New Issue
Block a user