fixes port
This commit is contained in:
@@ -19,8 +19,8 @@ REPO ?= spacesh
|
||||
|
||||
# ---- Prod deploy (SSH) ----
|
||||
SSH_HOST ?= 192.168.8.5
|
||||
SSH_USER ?= deploy
|
||||
SSH_REMOTE_DIR ?= /opt/spacesh
|
||||
SSH_USER ?= root
|
||||
SSH_REMOTE_DIR ?= /srv/spaceshell
|
||||
SSH_KEY ?= $(HOME)/.ssh/id_rsa
|
||||
SSH_OPTS := -i $(SSH_KEY) -o StrictHostKeyChecking=accept-new
|
||||
|
||||
|
||||
@@ -14,8 +14,8 @@ services:
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- landing
|
||||
ports:
|
||||
- "80:80"
|
||||
expose:
|
||||
- "80"
|
||||
volumes:
|
||||
- ./proxy.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
- ./download:/srv/download:ro
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
0.1.1
|
||||
0.1.2
|
||||
+3
-3
@@ -820,7 +820,7 @@
|
||||
<a href="#cli">CLI</a>
|
||||
<a href="https://github.com/spacesh" target="_blank" rel="noopener">GitHub</a>
|
||||
</nav>
|
||||
<a href="#download" class="btn btn-primary">Скачать для macOS</a>
|
||||
<a href="https://spaceshell.ru/download/spacesh.dmg" download class="btn btn-primary">Скачать для macOS</a>
|
||||
<button class="mobile-nav-toggle" aria-label="Меню">☰</button>
|
||||
</div>
|
||||
</div>
|
||||
@@ -840,7 +840,7 @@
|
||||
Закрыл окно, обновил приложение, словил краш — агенты продолжают работать.
|
||||
</p>
|
||||
<div class="hero-buttons">
|
||||
<a href="#download" class="btn btn-primary btn-large">
|
||||
<a href="https://spaceshell.ru/download/spacesh.dmg" download class="btn btn-primary btn-large">
|
||||
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor">
|
||||
<path d="M8 0a8 8 0 100 16A8 8 0 008 0zm3.5 9l-3 3a.7.7 0 01-1 0l-3-3a.7.7 0 011-1L7 9.5V4a1 1 0 012 0v5.5L10.5 8a.7.7 0 011 1z"/>
|
||||
</svg>
|
||||
@@ -1098,7 +1098,7 @@
|
||||
<div class="container">
|
||||
<h2 class="cta-title reveal">Готов гонять агентов пачками?</h2>
|
||||
<div class="cta-buttons reveal">
|
||||
<a href="/download/spacesh.dmg" class="btn btn-primary btn-large">
|
||||
<a href="https://spaceshell.ru/download/spacesh.dmg" download class="btn btn-primary btn-large">
|
||||
<svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor">
|
||||
<path d="M8 0a8 8 0 100 16A8 8 0 008 0zm3.5 9l-3 3a.7.7 0 01-1 0l-3-3a.7.7 0 011-1L7 9.5V4a1 1 0 012 0v5.5L10.5 8a.7.7 0 011 1z"/>
|
||||
</svg>
|
||||
|
||||
Reference in New Issue
Block a user