forked from finn/tinyboard
299f6c535527c6d336c91e016d90c24731e9b59a
Initial SD setup
- Write armbian minimal to SD
- Copy
not_logged_in_yetover to allow wifi connection. - SSH in as root with password "1234", NOT the password in
not_logged_in_yet - After first login,
not_logged_in_yetwill be processed for root and armbian user creds. - Future:
armbian-configto switch to stable channel updates? NOPE dpkg errors 2026-04 - Git clone tinyboard repo as root.
- Run aptprimary and autohostname scripts.
- Reboot. Test as armbian user with configured passwords.
- 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
Languages
Shell
98.8%
Dockerfile
1.2%