1
0
forked from finn/tinyboard

restructure

This commit is contained in:
2026-04-13 12:53:14 -07:00
parent 05a5928a56
commit 299f6c5355
8 changed files with 132 additions and 148 deletions

20
spoke/compose.yaml Normal file
View File

@@ -0,0 +1,20 @@
version: '3.8'
services:
autossh:
image: spoke-autossh
container_name: spoke-autossh
restart: always
network_mode: host
environment:
- AUTOSSH_GATETIME=0
command: >
autossh -M 0 -NT
-o "ServerAliveInterval=60"
-o "ServerAliveCountMax=3"
-R 11111:localhost:22
-i /home/armbian/.ssh/oilykey2026
armbian@oily.dad
volumes:
- /home/armbian/.ssh/oilykey2026:/home/armbian/.ssh/oilykey2026:ro
- /home/armbian/.ssh/known_hosts:/home/armbian/.ssh/known_hosts:ro
- /home/armbian/share:/home/armbian/share