* chore: better handle ports on Pi and allow albyhub to run on port 80
* chore: install script: create data dir before running docker compose
* chore: install script for pi-aarch64
* chore: pi-zero move lib folder on update
* chore: replace (not append) files in install scripts
* chore: install text
* feat: improve install scripts for linux
this adds a default linux installation script to download and run Alby
Hub on a plain Linux machine.
* chore: download separate update script
* chore: add example Caddyfile
to setup Alby Hub with a Caddy reverse proxy for TLS
* Update scripts/linux-x86_64/README.md
Co-authored-by: Roland <33993199+rolznz@users.noreply.github.com>
* chore: move pi install scripts in special folder
* chore: note about memory
* chore: typo
---------
Co-authored-by: Roland <33993199+rolznz@users.noreply.github.com>
* chore: default protocol for phoenixd
some environments can only provide the host and port for internal services (e.g. render.com)
in those cases we default to http
* feat: add render.com config for phoneixd deployment
This allows one click deploys to render.com with a phoenixd backend
* Update render.yaml