Commit Graph

348 Commits

Author SHA1 Message Date
Thijs van Loef
8900fc7415 Merge branch 'main' into cron-backup 2024-01-29 18:14:29 +01:00
Thijs van Loef
55086067b4 fix rcon.yaml not found 2024-01-29 18:13:17 +01:00
Thijs van Loef
19fdc725d8 Merge pull request #200 from seoseonyu/update-kr-readme
Update korean README.md `0.15`->`0.16`
2024-01-29 17:56:24 +01:00
Thijs van Loef
3204bc64ae Merge pull request #188 from sugoidogo/patch-1
optionally delete old backups
2024-01-29 17:56:10 +01:00
Thijs van Loef
73420e94c9 add {} around variable 2024-01-29 17:55:28 +01:00
Thijs van Loef
29c38a8cad Merge pull request #203 from thijsvanloef/fix-name-description
change the way strings are handled in env
2024-01-29 17:41:53 +01:00
Thijs van Loef
c11bc2dbe2 change the way strings are handled in env 2024-01-29 17:09:06 +01:00
SugoiDogo
044bb681a4 resolve linter error SC2086
https://github.com/thijsvanloef/palworld-server-docker/actions/runs/7687902534/job/20962774094
2024-01-29 07:30:37 -08:00
seoseonyu
e82b10003a Fix zh-CN README.md version Badge link 2024-01-30 00:27:16 +09:00
seoseonyu
0e6a8aeb8e Update Environment Variables ServerSetting Description 2024-01-30 00:25:32 +09:00
seoseonyu
7d7f3d75ee Update korean README.md 0.15->0.16 2024-01-30 00:18:03 +09:00
SugoiDogo
bb2f49dd0d Update README.md 2024-01-29 06:50:52 -08:00
SugoiDogo
612f679109 include default backup retention time 2024-01-29 06:50:25 -08:00
Thijs van Loef
b7eb1d20cc Merge pull request #195 from celaraze/patch-1
Update README.md for zh_CN
2024-01-29 10:27:38 +01:00
celaraze
28945ba772 Update README.md for zh_CN 2024-01-29 09:54:01 +08:00
Carlos M. Martinez
1b7f5c9121 Moved links for cron to tip 2024-01-28 19:35:34 -05:00
Carlos M. Martinez
7e9631e83c Updated readme 2024-01-28 19:32:20 -05:00
Carlos M. Martinez
b14fba6154 Updated readme 2024-01-28 19:30:34 -05:00
Carlos M. Martinez
00716be73e Updated spacing in readme 2024-01-28 19:25:39 -05:00
Carlos M. Martinez
1c1e89dc28 Fixed link title 2024-01-28 19:22:40 -05:00
Carlos M. Martinez
9d3581c641 Updated readme 2024-01-28 19:21:21 -05:00
Carlos M. Martinez
6837bf638b Updated link name 2024-01-28 19:10:59 -05:00
Carlos M. Martinez
5cb01c0cd9 Changed curl to wget 2024-01-28 19:08:16 -05:00
Carlos M. Martinez
8a8585c8c3 Fixed invalid cron expression in dockerfile 2024-01-28 18:31:44 -05:00
Carlos M. Martinez
c08e9a30d6 Removed extra line 2024-01-28 18:22:40 -05:00
Carlos M. Martinez
63d775d746 Removed another comment 2024-01-28 18:21:37 -05:00
Carlos M. Martinez
4fe78686a4 Removed comment and extra line 2024-01-28 18:21:00 -05:00
Carlos M. Martinez
b70d38b23b Removed backup vars from docker compose 2024-01-28 18:20:01 -05:00
Carlos M. Martinez
1ee4be23e8 Updated readme 2024-01-28 18:17:46 -05:00
Carlos M. Martinez
f19c3c4da6 Automatic backup is default 2024-01-28 17:43:35 -05:00
Carlos M. Martinez
c364617111 Remvoed BACKUP_TO_KEEP as that is apart of another PR 2024-01-28 17:39:31 -05:00
Carlos M. Martinez
ca35bef480 Merge branch 'main' into cron-backup 2024-01-28 17:37:40 -05:00
Carlos M. Martinez
27d88a6551 Changed env 2024-01-28 17:36:40 -05:00
Carlos M. Martinez
9e811db77b Switched to superchronic 2024-01-28 17:34:12 -05:00
Carlos M. Martinez
5586e7044a Working 2024-01-28 17:25:52 -05:00
Thijs van Loef
06cc6146f7 Merge pull request #192 from Filipe-Souza/service-annotations-hotfix
- Fixed wrong property in the service annotation;
2024-01-28 22:09:44 +01:00
Thijs van Loef
b032c608e8 Merge pull request #190 from Filipe-Souza/updating-configmap
Updating configmap
2024-01-28 22:09:30 +01:00
Carlos M. Martinez
f6a3b982b2 Removed changes in backup.sh 2024-01-28 16:07:32 -05:00
Carlos M. Martinez
a2c87f1fcf Removed extra brackets to keep the same style. 2024-01-28 16:06:53 -05:00
Thijs van Loef
c8b34f28d2 Merge pull request #155 from Dashboy1998/graceful-shutdown-fix
Added setting graceful stop period
2024-01-28 22:06:11 +01:00
Thijs van Loef
282f991a8e fix linting errors 2024-01-28 22:05:26 +01:00
Carlos M. Martinez
ea86215a0b Removed binary file 2024-01-28 16:03:22 -05:00
Filipe Souza
bf780b1469 - Fixed wrong property in the service annotation; 2024-01-28 18:01:34 -03:00
Thijs van Loef
08dba13607 remove style to match rest of repo 2024-01-28 21:50:41 +01:00
Thijs van Loef
1ded35b2cd fix linting errors 2024-01-28 21:49:44 +01:00
Filipe Souza
65a7b2cf85 - Updated the values summary; 2024-01-28 17:20:43 -03:00
Filipe Souza
e06c017902 - Updated chart to support the world game parameters;
- Bumped chart version to 0.0.2;
2024-01-28 16:40:16 -03:00
SugoiDogo
0ada91e61e Update README.md 2024-01-28 11:20:53 -08:00
SugoiDogo
a467afafbf optionally delete old backups 2024-01-28 10:45:11 -08:00
Carlos M. Martinez
e8605f234a Restored docker compose 2024-01-28 13:43:48 -05:00