Ben c8a874278b EoD Updates. 3 bulan lalu
..
.env c8a874278b EoD Updates. 3 bulan lalu
README.md c8a874278b EoD Updates. 3 bulan lalu
docker-compose.yaml c8a874278b EoD Updates. 3 bulan lalu

README.md

Web Terminal

Create Project

# Create Project
helios project add apt-cache --repo https://github.com/bmallen-xs/Helios-Services --ref main --path apt-cache

# Clone / Pull
helios project pull apt-cache

Run

helios project up apt-cache

How To Use

Local Builds

Add the following to your Dockerfile

RUN echo 'Acquire::HTTP::Proxy "http://172.17.0.1:3142";' >> /etc/apt/apt.conf.d/01proxy \
 && echo 'Acquire::HTTPS::Proxy "false";' >> /etc/apt/apt.conf.d/01proxy