263 Commits

Author SHA1 Message Date
Michael
7e75860858 Update README.md (#57) 2021-02-12 09:57:09 -07:00
Michael
dcb45483b6 Removed generation of useless container and added wait for stop (#44) 2021-02-10 20:12:30 -07:00
spion06
e6516e3fe2 Fix #32 & #30 background the tail command and wait (#42)
* background tail and use wait builtin

* make sure tail process dies

* remove while loop

Co-authored-by: Michael <12646562+mbround18@users.noreply.github.com>
2021-02-10 19:56:54 -07:00
Michael
869a4f7b5a Fix for githubs pipeline (#43) 2021-02-10 18:17:12 -07:00
Michael
cb31cd0675 Separation of concerns for docker files and building (#41)
* Separation of concerns for docker files and building

* Separated out readme context
2021-02-10 18:06:42 -07:00
Michael
60d77d22c6 Gosu pattern (#40) 2021-02-10 15:22:47 -07:00
Michael
29b2e3ca60 Moved trap to init (#39)
* Moved trap to init

* Added gosu
2021-02-10 14:57:32 -07:00
Michael
06d46e7402 Changed SIGTERM to be rust specific (#38) 2021-02-10 13:52:08 -07:00
Michael
7596b1b613 Update README.md (#36) 2021-02-10 11:56:45 -07:00
Michael
df20453fe2 #32 SIGINT fix (#35) 2021-02-10 11:28:46 -07:00
imgbot[bot]
19b18c4ffe [ImgBot] Optimize images (#33)
/docs/assets/start-menu.png -- 41.99kb -> 31.10kb (25.93%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-02-10 10:25:12 -07:00
Michael
eca2979e18 Added password length #11 and added public variable tracking #24 (#29)
* Added password length #11 and added public variable tracking #24

* Documentation updates
2021-02-10 10:06:22 -07:00
Matteo Baldelli
3d336d7713 Update README.md (#31)
* Update README.md

* Update README.md
2021-02-10 09:27:38 -07:00
Michael
3c83a44ebf Fix Variable Expansions (#21)
* Fix Variable Expansions

* Variable fixes for auto_update
2021-02-09 13:23:36 -07:00
imgbot[bot]
8310acf444 [ImgBot] Optimize images (#19)
*Total -- 95.25kb -> 69.64kb (26.89%)

/docs/assets/stop-menu.png -- 15.17kb -> 10.74kb (29.2%)
/docs/assets/main-menu.png -- 28.11kb -> 20.42kb (27.36%)
/docs/assets/install-menu.png -- 15.83kb -> 11.60kb (26.72%)
/docs/assets/start-menu.png -- 36.13kb -> 26.87kb (25.62%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-02-09 12:42:11 -07:00
Michael
1d97f1875c 16 ability to change steam userid (#18)
* #16 - Added PUID and PGID environment variables

* Disabled auto labeler for now

* Fixed timezone issue and updated readme

* Readme changes and version fix

* Removed Labeler
2021-02-09 12:29:26 -07:00
Michael
27a01f73b0 #14 Not handling quoted yaml (#17)
* Trimmed double quotes and fixed scripts

* Revert docker-compose for now

* Script updates
2021-02-08 18:40:30 -07:00
Michael
41b191673f Update README.md (#15)
Added Docker Compose version to example.
2021-02-08 15:02:17 -07:00
Michael
23d4f892ff Quality of Life Updates (#12)
* Readme updates to include breakdown of information

* Quality of life updates.

* Added Code Owners

* Extra list item in labeler workflow

* Changed labeler triggers

* Pull request ready for review
2021-02-08 12:59:52 -07:00
Michael
8884efbd90 Extra world argument fixed (#10) v1.1.1 2021-02-06 20:11:01 -08:00
Michael
c219a6bf29 Mbround18 #8 auto update (#9)
* Auto Update Functions and clean up

* Fixed redundant start captures and fixed arguments

* Fixed output messages
2021-02-06 19:33:53 -08:00
Michael
82e8515cef Merge pull request #7 from mbround18/hotfix/server_exit_check
Check for server_exit
v1.1.0
2021-02-04 23:50:00 -07:00
mbround18
768dd05143 Check for server_exit 2021-02-04 23:49:42 -07:00
Michael
538f726dae Merge pull request #6 from mbround18/mbround18/minor-fix
Added stop catch and removed stop wait
2021-02-04 23:22:10 -07:00
mbround18
de8488912d Added stop catch and removed stop wait 2021-02-04 23:13:16 -07:00
Michael
c36023ca2f Merge pull request #5 from mbround18/mbround18-patch-1
Update README.md
2021-02-04 22:40:06 -07:00
Michael
983d7dca38 Merge branch 'main' into mbround18-patch-1 2021-02-04 22:38:44 -07:00
Michael
bfcb510a79 Merge pull request #4 from mbround18/mbround18/bug-fixes
Fixed a few command executions and added a catch
2021-02-04 22:38:32 -07:00
mbround18
6111de0d06 Changed server stop to use native functions 2021-02-04 22:34:34 -07:00
Michael
eaff91ca6e Update README.md 2021-02-04 21:57:51 -07:00
mbround18
e67027f1c7 Fixed a few command executions and added a catch 2021-02-04 21:38:33 -07:00
Michael
97915155a3 Update README.md 2021-02-04 14:29:45 -07:00
Michael
5eb0db0eb6 Merge pull request #2 from bearlikelion/main
Updated docker-compose ports on README
2021-02-04 13:03:05 -07:00
Mark Arneman
ed77a4997b Updated docker-compose ports on README 2021-02-04 09:43:44 -05:00
Michael
aebae22da3 Update README.md v1.0.0 2021-02-03 23:56:08 -07:00
mbround18
ab337e4988 removed env reference 2021-02-03 23:07:58 -07:00
mbround18
e7e29b1310 removed test file 2021-02-03 23:05:51 -07:00
mbround18
18c3d417b9 Working locally, time to test in kubernetes 2021-02-03 23:05:16 -07:00
mbround18
90b34f32fd Refactored Dockerfile to install some utilities for troubleshooting 2021-02-03 14:53:42 -07:00
mbround18
d280b7e0c6 Merge branch 'main' of github.com:mbround18/valheim-docker 2021-02-03 12:35:51 -07:00
mbround18
9fff340e7d Fixed permissions on folder 2021-02-03 12:35:37 -07:00
Michael
4ff44e3d3f Update README.md 2021-02-03 12:08:30 -07:00
mbround18
e4323bd7b3 Changed tags 2021-02-03 11:58:22 -07:00
mbround18
9d9f0b64b0 Added docker login and push to two repos 2021-02-03 11:52:53 -07:00
mbround18
6a4ceb2f90 Explicit repos 2021-02-03 11:38:20 -07:00
mbround18
e13754799c Added docker login 2021-02-03 11:14:55 -07:00
mbround18
99ac59e3ac Docker authentication 2021-02-03 11:12:48 -07:00
mbround18
4c80ef740e updated docker-publish workflow 2021-02-03 10:49:46 -07:00
Michael
365ee9c1ca Create FUNDING.yml 2021-02-03 10:46:56 -07:00
Michael
fff3f272c1 Create docker-publish.yml 2021-02-03 10:44:44 -07:00