Commit graph

9 commits

Author SHA1 Message Date
Sergey B.
9701c726ac
Making shell scripts POSIX compliant (#2015)
* feat: usage of rsync for backups

* refactor: making scripts POSIX compliant
2026-02-26 12:19:30 +07:00
Matjaž Lipuš
e0a51ba0c3
chore: rename LOG_EVENTS env variable (#1509)
* renamed config

* updated configs

* chore: renamed to SEND_EVENTS_TO_ALBY
2025-07-18 21:42:59 +07:00
Roland
c2bec52306
docs: use local update script for pi hubs (#1438)
* docs: use local update script for pi hubs

* chore: download update scripts from pi install scripts
2025-06-27 13:05:25 +07:00
Moritz Kaminski
58b81134cf
Update README.md (#1352)
We don't publish a Raspi Pi Zero guide on guides.getalby.com anymore.
Really only users with enough knowledge should do it.

Co-authored-by: Roland Bewick <roland.bewick@gmail.com>
2025-06-03 13:17:39 +07:00
Moritz Kaminski
043cfec2c6
Updated guide URLs (#1351) 2025-06-03 13:15:22 +07:00
Roman D
004884c07f
feat: verify package signatures (#1220)
* feat: archive integrity verification WIP

* feat: archive integrity verification in the aarch64 update script

* chore: extract verification into a separate file

* feat: add signature verification to all installation and update scripts

* fix: pass correct filenames when invoking the verification script
2025-04-15 23:54:58 +07:00
Fmar
3d0f02b9f9
fix rpi-install shared-libs/setcap conflict for non-root user (#622)
* add albyhub lib dir to ld.so.conf to allow setcap and shared libs + install lsof

* fix sudo tee

* remove lsof install + checking of port 80

* remove -a from tee

* chore: update install scripts

---------

Co-authored-by: Michael Bumann <hello@michaelbumann.com>
2024-09-06 16:09:40 +02:00
Michael Bumann
49449f0dfc
chore: better handle ports on Pi and allow albyhub to run on port 80 (#584)
* 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
2024-09-06 10:32:26 +02:00
Michael Bumann
4c18fc5416
feat: improve install scripts for linux (#395)
* 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>
2024-08-06 20:35:03 +03:00