mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2026-04-19 01:31:23 +02:00
Update
This commit is contained in:
@@ -24,8 +24,8 @@
|
|||||||
|
|
||||||
PROJECT_DIRECTORY := infrastructure
|
PROJECT_DIRECTORY := infrastructure
|
||||||
CONFIG_DIRECTORY := presets
|
CONFIG_DIRECTORY := presets
|
||||||
|
# 7dtd minecraft
|
||||||
CONFIGS := minecraft 7dtd
|
CONFIGS := satisfactory
|
||||||
#DOCKER_PROFILES :=
|
#DOCKER_PROFILES :=
|
||||||
|
|
||||||
include DockerCompose.mk
|
include DockerCompose.mk
|
||||||
|
|||||||
Submodule infrastructure/services/7daystodie-server updated: 71c33c6b1a...7cb13da661
Submodule infrastructure/services/minecraft-server updated: ee02f78a85...4b1ae0f20e
+1
-1
@@ -5,7 +5,7 @@ DOCKER_MODS=linuxserver/mods:openssh-server-rsync
|
|||||||
#PUBLIC_KEY_URL=https://github.com/bensuperpc.keys
|
#PUBLIC_KEY_URL=https://github.com/bensuperpc.keys
|
||||||
PUBLIC_KEY_DIR=/authorized_ssh_keys
|
PUBLIC_KEY_DIR=/authorized_ssh_keys
|
||||||
USER_NAME=admin
|
USER_NAME=admin
|
||||||
USER_PASSWORD=fdfdsfsd4585fd5sdf54dsf54f5
|
USER_PASSWORD=it47mnLJIhNFspkYQo70zJsAYX7n0DSX
|
||||||
|
|
||||||
#PUBLIC_KEY=yourpublickey
|
#PUBLIC_KEY=yourpublickey
|
||||||
#PUBLIC_KEY_FILE=/path/to/file
|
#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
|
||||||
|
|||||||
+1
-1
@@ -12,6 +12,6 @@ DEST="${2}"
|
|||||||
|
|
||||||
# --bwlimit=30000 --whole-file
|
# --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 \
|
--progress --human-readable --archive --stats --verbose --acls --xattrs --stats --delete-during \
|
||||||
"${SOURCE}" "${DEST}"
|
"${SOURCE}" "${DEST}"
|
||||||
|
|||||||
Reference in New Issue
Block a user