Commit Graph

78 Commits

Author SHA1 Message Date
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
norimicry
8dc4634f3f Update link in README.md 2024-03-22 08:44:55 -04:00
norimicry
8ef4428f4d Add mods to README.md 2024-03-22 08:42:18 -04:00
norimicry
06a6cf51f7 Remove unnecessary files and configurations 2024-03-22 08:30:26 -04:00
norimicry
4cac85a4bb Update TimeSpeed and Crops Anytime Anywhere mods and update Dockerfile 2024-03-22 08:29:49 -04:00
norimicry
d4afb97974 Update repository URL in README.md 2024-03-20 17:03:35 -04:00
norimicry
d76c5b7fdc Remove deprecated Ansible and Terraform files 2024-03-20 17:03:11 -04:00
norimicry
02ecbab19e Changes for 1.6 2024-03-20 17:01:57 -04:00
norimicry
2d76548edf Merge pull request #24 from HumanoidSandvichDispenser/smapi-3.18.2
update SMAPI from 3.14.7 to 3.18.2
2023-02-23 00:03:09 +01:00
norimicry
6ea63675f6 back to defaults. Kicking seems to not occure anymore (tested 2 times on egg festival) 2023-02-21 23:22:31 +00:00
norimicry
525b799c3e trying to fix the festival kicking 2023-02-21 20:39:14 +00:00
norimicry
0da8789672 update SMAPI from 3.14.7 to 3.18.2
Update to latest version 3.18.2 (on 09 January 2023 for Stardew Valley 1.5.6); some mods require the latest version of SMAPI.
2023-02-05 00:33:07 -08:00
norimicry
031e5968a5 modified for better oob experience
Should be empty on first start to automatically continue on second start.
2022-10-14 21:07:33 +02:00
norimicry
036e857d0d 1.5.6 2022-06-08 22:39:31 +02:00
norimicry
1e72500d37 I wanna die, dotnet is a bitch 2021-12-10 00:05:36 +01:00
norimicry
71e177f3b7 AlwaysOn Mod updated 2021-09-07 20:16:27 +02:00
norimicry
bf6e8a52be strace magic replaced 2021-03-24 20:16:53 +01:00
norimicry
c236520c62 minor cleanup and 100%cpu bug fixed with strace. Yes, FUCKING, strace! because debugging is obviously not possible in fucking schrödingers docker containers, the debugging will now be part of running this shit 2021-01-24 02:25:32 +01:00
norimicry
505c7ec09a fix 2021-01-24 00:04:36 +01:00
norimicry
2c1f5ac5e1 Update README.md 2021-01-23 16:37:08 -05:00
norimicry
89ef32e734 update 2021-01-23 21:04:33 +01:00
norimicry
c12a02fea8 remove i3 completely 2021-01-23 18:19:05 +01:00
norimicry
333b8de032 jlsage 2021-01-23 18:10:21 +01:00
norimicry
3a700f73be 1.5.4 2021-01-23 07:33:34 +01:00
norimicry
222d101056 edit 2021-01-20 17:27:38 +01:00
norimicry
bf0d0ee0c9 SMAPI 3.8.3 for 1.5.2 2021-01-13 10:51:35 +01:00
norimicry
efdaf2cbd5 Merge pull request #5 from Ecsport108/patch-1
Update Dockerfile
2021-01-08 18:30:00 -06:00
norimicry
5b00eec89b Update Dockerfile 2021-01-03 14:52:10 -06:00
norimicry
f271d12102 SMAPI 3.8 for 1.5 2020-12-25 16:47:36 +01:00
norimicry
119d4ee3dd 1.5 2020-12-25 16:11:17 +01:00
norimicry
b9215bd15b 🐱 2020-04-23 18:40:11 +02:00