- Install Raspberry Pi OS Lite
- Add empty
ssh
to bootfs - Add `userconf.txt to bootfs with username:encrypted-password
- echo "mypassword" | openssl passwd -6 -stdin
- ssh username@ip-address
- curl -sSL https://get.docker.com | sh
- sudo gpasswd -a $USER docker
- sudo shutdown -r now
- mkdir code && cd code
- git clone https://github.com/Windham-High-School/access-point-reverse-proxy.git
- cd access-point-reverse-proxy
- ./generate_certs.sh
- docker compose up -d wlan
- vi .env
- set API_SECRET
- docker compose up -d proxy_pass