1
0
forked from finn/tinyboard
2026-04-13 12:31:45 -07:00
2026-04-13 12:31:45 -07:00
2026-04-13 12:31:45 -07:00
2026-04-13 12:31:45 -07:00
2026-04-11 12:55:44 -07:00
2026-04-11 14:27:05 -07:00
2026-04-11 00:35:28 -07:00
2026-04-11 00:35:28 -07:00
2026-04-13 12:31:45 -07:00
2026-04-13 12:31:45 -07:00

Initial SD setup

  1. Write armbian minimal to SD
  2. Copy not_logged_in_yet over to allow wifi connection.
  3. SSH in as root with password "1234", NOT the password in not_logged_in_yet
  4. After first login, not_logged_in_yet will be processed for root and armbian user creds.
  5. Future: armbian-config to switch to stable channel updates? NOPE dpkg errors 2026-04
  6. Git clone tinyboard repo as root.
  7. Run aptprimary and autohostname scripts.
  8. Reboot. Test as armbian user with configured passwords.
  9. Set up ssh keys.

VPS Setup:

apt install rclone fuse adduser armbian groupadd fuse usermod -aG fuse armbian sudo sed -i 's/^#user_allow_other/user_allow_other/' /etc/fuse.conf

  • setup ssh keys
Description
No description provided
Readme 256 KiB
Languages
Shell 98.8%
Dockerfile 1.2%