Commit Graph

357 Commits

Author SHA1 Message Date
Thijs van Loef
b8ad488810 Merge pull request #201 from Filipe-Souza/update-doc-envfiles
- Update the way env variables are managed
2024-01-29 18:17:48 +01:00
Thijs van Loef
61b816cdbc Merge pull request #194 from Dashboy1998/cron-backup
Cron backup
2024-01-29 18:16:12 +01:00
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
Filipe Souza
e05f861afb - Fixed lint trailing spaces; 2024-01-29 14:04:53 -03:00
Filipe Souza
9c332afddd Merge branch 'main' into update-doc-envfiles 2024-01-29 13:59:42 -03: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
Filipe Souza
7d10426038 - Fixed lint errors on readme; 2024-01-29 13:47:41 -03: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
Filipe Souza
c9c6cda36f - Updating README with the additional sections on how to use the .env file;
- Reverted docker-compose.yml to the original service;
2024-01-29 13:40:49 -03:00
Thijs van Loef
c11bc2dbe2 change the way strings are handled in env 2024-01-29 17:09:06 +01:00
Filipe Souza
c8939df800 - Fixed lint issues in the readme; 2024-01-29 12:59:15 -03:00
Filipe Souza
f0ce93dbd1 - Fixed env-file name on docker-compose.yml file; 2024-01-29 12:52:11 -03:00
Filipe Souza
5b905ab3a2 - Changed the way container handles environment variables;
- Now a env-file is present to make setup more clean to execute;
- Added the grace period to the docker run command;
- Updated the docs to reflect this new suggestions;
2024-01-29 12:34:14 -03: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