mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2026-04-18 09:20:14 +02:00
Update
This commit is contained in:
4
Makefile
4
Makefile
@@ -24,8 +24,8 @@
|
||||
|
||||
PROJECT_DIRECTORY := infrastructure
|
||||
CONFIG_DIRECTORY := presets
|
||||
|
||||
CONFIGS := minecraft 7dtd
|
||||
# 7dtd minecraft
|
||||
CONFIGS := satisfactory
|
||||
#DOCKER_PROFILES :=
|
||||
|
||||
include DockerCompose.mk
|
||||
|
||||
Submodule infrastructure/services/7daystodie-server updated: 71c33c6b1a...7cb13da661
Submodule infrastructure/services/minecraft-server updated: ee02f78a85...4b1ae0f20e
@@ -5,7 +5,7 @@ DOCKER_MODS=linuxserver/mods:openssh-server-rsync
|
||||
#PUBLIC_KEY_URL=https://github.com/bensuperpc.keys
|
||||
PUBLIC_KEY_DIR=/authorized_ssh_keys
|
||||
USER_NAME=admin
|
||||
USER_PASSWORD=fdfdsfsd4585fd5sdf54dsf54f5
|
||||
USER_PASSWORD=it47mnLJIhNFspkYQo70zJsAYX7n0DSX
|
||||
|
||||
#PUBLIC_KEY=yourpublickey
|
||||
#PUBLIC_KEY_FILE=/path/to/file
|
||||
|
||||
Submodule infrastructure/services/satisfactory-server updated: 768031f471...6b722492e9
@@ -1 +1,2 @@
|
||||
DOCKER_PROFILES += satisfactory_server satisfactory_backup
|
||||
DOCKER_PROFILES += satisfactory_backup satisfactory_server
|
||||
DOCKER_PROFILES += openssh
|
||||
|
||||
@@ -12,6 +12,6 @@ DEST="${2}"
|
||||
|
||||
# --bwlimit=30000 --whole-file
|
||||
|
||||
rsync -e "ssh -p 2222 -o Compression=no" \
|
||||
rsync -e "ssh -p 4444 -o Compression=no" \
|
||||
--progress --human-readable --archive --stats --verbose --acls --xattrs --stats --delete-during \
|
||||
"${SOURCE}" "${DEST}"
|
||||
|
||||
Reference in New Issue
Block a user