Commit Graph

108 Commits

Author SHA1 Message Date
Eduardo Ochetski Hellas
ae34d22c5a
Fix #24 add -noxdamage to VNC
Probably related to https://wiki.archlinux.org/title/x11vnc#Session_closes_unexpectedly
2024-05-03 22:32:55 -03:00
norimicry
4feb25e1bf
Update README.md
add Unlimited Players to Mod list with link
2024-05-03 12:46:49 -04:00
norimicry
504a210107 Remove Save Backup Mod from compose files and README
Deleted references to Save Backup Mod from docker-compose-steam.yml, docker-compose-gog.yml, and the README file. This removal reflects that the Save Backup Mod is no longer enabled or supported in this application.
2024-05-03 11:07:39 -04:00
norimicry
92fffda298
Merge pull request #28 from norimicry/add-unlimited-players-mod
Add Unlimited Players Mod to both Docker compose files
2024-05-03 11:05:36 -04:00
norimicry
d6a008ded0 Add Unlimited Players Mod to both Docker compose files
Incorporated the Unlimited Players Mod in the docker compose files for both steam and gog versions. This mod allows for a dynamic number of players to join, and the number can be set via the UNLIMITED_PLAYERS_PLAYER_LIMIT environment variable. Additionally, new configuration and manifest files were added for the UnlimitedPlayers mod.
2024-05-03 11:04:44 -04:00
norimicry
27490dd7a9
Merge pull request #27 from norimicry/update-always-on-server-mod
Update always on server mod
2024-05-03 10:49:53 -04:00
norimicry
3fe349410f Add quotation marks to Docker config values
Modified Docker configuration file to enclose all configuration values within quotation marks. This change helps prevent parsing issues and provides clarity about the value type being a string in the configuration file.
2024-05-03 10:47:23 -04:00
Hunter Cavazos
c638423abb Removed unnecessary files and updated Always On Server mod.
This commit removes unused files from old mod version and updates files for the Always On Server mod. The variables in the config.json have been replaced with environmental variables for processing via the docker compose file.
2024-05-03 10:36:19 -04:00
norimicry
115e79f240 Refactor Docker configuration and update README.md
Docker-related files have been renamed and updated to better suit the GOG and Steam versions of the game. The README.md has been significantly expanded, improving explanation of server setup and usage details for each version.
2024-05-01 10:50:26 -04:00
norimicry
1afe4d4dcb
Update README.md
add buymeacoffee banner
2024-04-30 21:38:31 -04:00
norimicry
a15a89effc
Update README.md 2024-04-30 19:29:24 -04:00
norimicry
c1b64a8d3b
Merge pull request #21 from pinduzera/master
add steam build option
2024-04-30 19:25:57 -04:00
ehellas
6ef95d65b6 Add /game/ path back 2024-04-30 18:51:00 -03:00
Eduardo Ochetski Hellas
c7c2e0fd13
Steam: Copy correct entrypoint
Copy correct entrypoint
2024-04-30 15:18:26 -03:00
Eduardo Ochetski Hellas
020ed4e3a0
Update Dockerfile-steam
Add COPY start.sh to Dockerfile-steam
2024-04-30 14:25:15 -03:00
Eduardo Ochetski Hellas
e849d3dfb9
Update docker-compose-steam.yml
update mod autoconfig
2024-04-30 14:19:16 -03:00
Eduardo Ochetski Hellas
5254a5d086
Update Dockerfile-steam
Move steam_guard ARG for more build cache
2024-04-30 09:44:30 -03:00
ehellas
9d5441aa52 add steam build option 2024-04-28 23:19:57 -03:00
norimicry
c984f2902c
Update Dockerfile
Remove mirror link
2024-04-27 01:59:55 -04:00
norimicry
6fc623ee15
Update README.md 2024-04-27 01:55:29 -04:00
Hunter Cavazos
ca1a0c28b0 Simplify server access instructions in README.md
The in-depth details about various methods of accessing the server have been removed from the README.md. More specifically, the Friends List and Invite Code sections have been taken out, while the Direct IP section has been simplified.
2024-04-23 08:48:15 -04:00
norimicry
39e0066e23
Create stale.yml 2024-04-22 19:50:08 -04:00
norimicry
37f00de59d Update download and extraction method in Dockerfile
Changed the file type to be downloaded from .zip to .tar.gz and updated the code to extract it from .zip format to .tar.gz format.
2024-04-22 18:12:49 -04:00
norimicry
a0fff4f62b Update download and extraction method in Dockerfile
Changed the file type to be downloaded from .zip to .tar.gz and updated the code to extract it from .zip format to .tar.gz format. As a result, the script now downloads and correctly extracts the SMAPI_latest.tar.gz file from the source.
2024-04-22 17:21:04 -04:00
norimicry
9137936d62 Merge branch 'develop' 2024-04-19 17:56:42 -04:00
norimicry
35465086bf
Merge pull request #8 from Landmaster/add-user-agent
add user agent to mirror.cloudcraft.info download to fix http 403 error
2024-04-19 17:45:27 -04:00
Phuong
2d5153c60d
add user agent to smapi too 2024-04-11 19:12:20 -04:00
Phuong
2cd283515e
add user agent to mirror.cloudcraft.info download 2024-04-10 22:50:41 -04:00
norimicry
ec8926b95c
Update issue templates 2024-04-03 09:03:21 -04:00
norimicry
df0ef12af0 Update .gitattributes for Dockerfile
Added a line in the .gitattributes file to enforce LF line endings for Dockerfile. This is to avoid any potential issues with line endings when working cross-platform, ensuring that Dockerfile will consistently use LF regardless of the environment.
2024-04-03 08:37:55 -04:00
norimicry
656ee0bcb5 Set default ENABLE_AUTOLOADGAME_MOD to true in docker-compose
The ENABLE_AUTOLOADGAME_MOD variable has been updated to default to 'true' instead of 'null' in the docker-compose configuration. This change sets the game to autoload by default, eliminating the need for manual start of the game at each boot.
2024-03-30 12:19:04 -04:00
norimicry
97bb66912c Update commenting format in docker-compose file and improve README instructions
This revision cleans up the commenting and syntax layout of the docker-compose file enhancing its readability. The build and setup instructions in the README have been delineated more clearly, contributing to increased user-friendliness and ease of use.
2024-03-30 11:21:47 -04:00
norimicry
594a355fc0 Updated Dockerfile and added .gitattributes
Adjusted Docker `FROM` statement in Dockerfile and removed app-icon installation. Updated SMAPI installer command to search in the correct directory. Added .gitattributes file to ensure line-endings are consistent by converting all CRLF to LF.
2024-03-30 11:12:11 -04:00
norimicry
a85bafd392 Merge remote-tracking branch 'origin/master' into develop
# Conflicts:
#	docker/Dockerfile
2024-03-29 20:35:27 -04:00
norimicry
85fb1a1bfb
Merge pull request #2 from norimicry/1-auto-load-game-mod-not-updated-for-current-smapi-version
Update AutoLoadGame & Remove Deprecated RemoteControl
2024-03-29 20:25:14 -04:00
norimicry
9db9daaa37 Set default value of ENABLE_AUTOLOADGAME_MOD to true in docker-compose
The code change sets the default value of ENABLE_AUTOLOADGAME_MOD to true in the docker-compose file. This ensures that the AutoLoadGame mod will automatically start by default each time the game boots.
2024-03-29 20:21:44 -04:00
norimicry
13597e046a Update AutoLoadGame mod and remove RemoteControl mod
The RemoteControl mod has been completely deleted along with its references in README.md file and docker-compose.yml. In addition, the AutoLoadGame mod has been updated with an added author and bumped up version.
2024-03-29 20:10:45 -04:00
norimicry
e7285b3d96 Update SMAPI version in Dockerfile
Updated the SMAPI version from 4.0.1 to 4.0.3 in the Dockerfile. As part of the process for setting up Stardew Valley game, this change is essential for proper installation and latest features compatibility.
2024-03-28 08:33:01 -04:00
norimicry
0718a55ab1 Revised environment variables in README.md
The environment variables under the VNC section in README.md have been reformatted for improved readability. Additionally, provided some comments aid better understanding of the configuration.
2024-03-24 14:15:02 -04:00
norimicry
7091e273b6 Improve README formatting and update Dockerfile
Made formatting changes to README.md for improved readability and updated Dockerfile to use Debian 11 as base image, and fetch correct version of dotnet-sdk. `.gitignore` file has been updated to ignore more unnecessary files. Changes reflect more updated development environment and recent build processes.
2024-03-24 14:11:06 -04:00
norimicry
f2ae8e9fc5
Update Dockerfile 2024-03-23 19:21:36 -04:00
norimicry
1cd1de8bd5
Update autoload.json 2024-03-23 18:06:36 -04:00
norimicry
ad83923d74
Update autoload.json 2024-03-23 17:59:00 -04:00
norimicry
154cf9df64
Update README.md 2024-03-23 02:28:58 -04:00
norimicry
372fa3f4f7 Update file paths in docker-compose.yml and Dockerfile 2024-03-22 10:57:37 -04:00
norimicry
495b51d992 Update game versions 2024-03-22 10:40:41 -04:00
norimicry
47c9838426 Change game file compression 2024-03-22 10:40:11 -04:00
norimicry
6c39597ed8 Remove unnecessary file move in Dockerfile 2024-03-22 10:29:01 -04:00
norimicry
d9675c397e Update issue templates 2024-03-22 09:17:55 -04:00
norimicry
d632565e95 Update mod description link 2024-03-22 08:48:15 -04:00