This guide will help you host an APT repository on Github.
You need to install the following packages.
- reprepro
Please refer to this blogpost to get an overview.
Replace *-INSTANCE
with one of the public instances listed in the scrapers section. Replace CAPITALIZED
words with their corresponding identifiers on the website.
#Make sure variables are correct and paste this into terminal on a server where LXD has been initialized | |
export AIRSTACK_DHCP=true | |
export AIRSTACK_IPV4_CIDR= | |
export AIRSTACK_IPV4_GW= | |
export AIRSTACK_DNS= | |
export AIRSTACK_DOMAIN=orangebox.me | |
export AIRSTACK_TZ=$(cat /etc/timezone) | |
export AIRSTACK_LANG=en_US.UTF-8 | |
export AIRSTACK_USE_BRIDGE=br0 | |
export AIRSTACK_STORAGE_POOL=local |