chore: lint

This commit is contained in:
Vilsol 2023-12-28 03:22:55 +02:00
parent a53290b1cb
commit e8dbeb7da0
No known key found for this signature in database
2 changed files with 6 additions and 18 deletions

View file

@ -1,15 +1,19 @@
package cli
import (
"goftp.io/server/v2"
"goftp.io/server/v2/driver/file"
"os"
"path/filepath"
"runtime"
"testing"
"time"
"goftp.io/server/v2"
"goftp.io/server/v2/driver/file"
"github.com/MarvinJWendt/testza"
"goftp.io/server/v2"
"goftp.io/server/v2/driver/file"
"github.com/satisfactorymodding/ficsit-cli/cfg"
)

View file

@ -1,22 +1,6 @@
version: '2'
services:
ftp:
image: fauria/vsftpd:latest
ports:
- "2020:20"
- "2121:21"
- "21100-21110:21100-21110"
volumes:
- ./SatisfactoryDedicatedServer:/home/vsftpd/user/server
environment:
- FTP_USER=user
- FTP_PASS=pass
- PASV_ADDRESS=127.0.0.1
- PASV_MIN_PORT=21100
- PASV_MAX_PORT=21110
- LOG_STDOUT=true
ssh:
image: lscr.io/linuxserver/openssh-server:latest
ports: