forked from finn/tinyboard
annoying typo
This commit is contained in:
@@ -12,7 +12,7 @@ set -euo pipefail
|
|||||||
TUNNEL_DIR="${TUNNEL_DIR:-$HOME/tinyboard/spoke}"
|
TUNNEL_DIR="${TUNNEL_DIR:-$HOME/tinyboard/spoke}"
|
||||||
COMPOSE_FILE="${COMPOSE_FILE:-$TUNNEL_DIR/compose.yaml}"
|
COMPOSE_FILE="${COMPOSE_FILE:-$TUNNEL_DIR/compose.yaml}"
|
||||||
RCLONE_REMOTE="${RCLONE_REMOTE:-brie-remote}"
|
RCLONE_REMOTE="${RCLONE_REMOTE:-brie-remote}"
|
||||||
MOUNT_POINT="${MOUNT_POINT:-$/mnt/hub/$RCLONE_REMOTE}"
|
MOUNT_POINT="${MOUNT_POINT:-/mnt/hub/$RCLONE_REMOTE}"
|
||||||
|
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
# Usage
|
# Usage
|
||||||
|
|||||||
@@ -1,15 +0,0 @@
|
|||||||
# For now, deprecated in favor of docker tunnel
|
|
||||||
|
|
||||||
[Unit]
|
|
||||||
Description=AutoSSH tunnel from spoke to hub
|
|
||||||
After=network.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Environment="AUTOSSH_GATETIME=0"
|
|
||||||
ExecStart=/usr/bin/autossh -M 0 -NT -o "ServerAliveInterval 60" -o "ServerAliveCountMax 3" -R 11111:localhost:22 -i /home/armbian/.ssh/armbian-brie-202604 armbian@oily.dad
|
|
||||||
Restart=always
|
|
||||||
RestartSec=10
|
|
||||||
User=armbian
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
||||||
Reference in New Issue
Block a user