This aims to be a simple & small application thatβs a containerised web gui for yamadashy/repopack.
Repopack is a powerful tool that packs your entire repository into a single, AI-friendly file.
Dockerhub - ziadhorat/repopack-ui
If you prefer to run the container using docker run, use the following command:
docker run -d --name repopack-ui \
-p 32123:32123 \
ziadhorat/repopack-ui
Open a web browser and navigate to http://container-ip:32123.
Create a docker-compose.yml:
version: '3'
services:
repopack-ui:
container_name: repopack-ui
image: ziadhorat/repopack-ui
ports:
- "32123:32123"
Run docker compose up -d.
Open a web browser and navigate to http://container-ip:32123.
git clone https://github.com/ziadhorat/Repopack-ui.git
cd repopack-ui/development
docker-compose up --build
Open a web browser and navigate to http://localhost:32123.
Feel free to submit issues, feature or pull requests. All contributions are welcome!
This project is licensed under the MIT License. See the LICENSE file for details.