diff --git a/docs/docker/games/ark-se.md b/docs/docker/games/ark-se.md old mode 100644 new mode 100755 index 480e695..0475763 --- a/docs/docker/games/ark-se.md +++ b/docs/docker/games/ark-se.md @@ -34,14 +34,17 @@ services: ``` ```env title=".env" -SESSION_NAME="St1t.ru ARK Server" +SESSION_NAME="ark server" SERVER_MAP=Viking_P SERVER_PASSWORD= -ADMIN_PASSWORD=Rhjrjlbkmxbr +ADMIN_PASSWORD=strong-password MAX_PLAYERS=10 UPDATE_ON_START=true BACKUP_ON_STOP=true PRE_UPDATE_BACKUP=false WARN_ON_STOP=true -GAME_MOD_IDS="1838617463,520879363,889745138,1404697612,1814953878,731604991,2804332920,2718221803,1762210129,2765267311,1251632107,1565015734,821530042,2121156303,702828089,741203089,898049820" -``` \ No newline at end of file +GAME_MOD_IDS="id_mods_1,id_mods_2" +``` + +ссылки на моды, что я юзаю на своем сервере: +1838617463,520879363,889745138,1404697612,1814953878,731604991,2804332920,2718221803,1762210129,2765267311,1251632107,1565015734,821530042,2121156303,702828089,741203089,898049820 \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index d092154..e38513f 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -283,4 +283,4 @@ markdown_extensions: - pymdownx.superfences # allows for the nesting of code blocks inside other blocks - pymdownx.keys -copyright: 2023 © TheSt1tch - Licensed under GPLv3 \ No newline at end of file +copyright: 2024 © TheSt1tch - Licensed under GPLv3 \ No newline at end of file