1
0
forked from finn/tinyboard

first pass helper script

This commit is contained in:
2026-04-13 12:31:45 -07:00
parent d63d2fc073
commit 05a5928a56
5 changed files with 261 additions and 1 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
### 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