forked from finn/tinyboard
25 lines
722 B
Markdown
25 lines
722 B
Markdown
### 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
|
|
|
|
|