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-uiOpen 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/developmentdocker-compose up --buildOpen a web browser and navigate to http://localhost:32123.
- Make radio buttons inline aswell
- Check if config works
- Fix the 2 check boxes that dont work
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.
