tcely
ba2a93bad9
docker entrypoint: use an unambiguous date format
...
Present a leading zero before the month:
YYYY-0MM-DD
Both YYYY-MM-DD and YYYY-DD-MM are used by people and can be confusing in the beginning of the month.
2023-05-13 17:14:56 +00:00
tcely
cb469ca35b
docker entrypoint: remove time zone from the date format
2023-05-13 17:14:56 +00:00
tcely
5fd89afd3f
docker entrypoint: provide the date format again
2023-05-13 17:14:56 +00:00
tcely
3e0a9e0bb0
docker entrypoint: always use UTC
...
Now the format always ends in +00:00, and we can ignore that part again.
2023-05-13 17:14:56 +00:00
tcely
d1d7bd049c
docker entrypoint: use ISO 8601 format
...
The previous format discards information about the local time zone.
2023-05-13 17:14:56 +00:00
tcely
886244de52
docker entrypoint: DRY store log backup
...
Don't Repeat Yourself
Set a variable for the full path to the source file.
Create the backup path by appending an extension from `date` output.
Also fixed quoting and switched to an `if` block.
Clean up block level variables.
2023-05-13 17:14:43 +00:00
sh
0f7ede5eed
docker+scripts: XFTP servers installation, update docs, install scripts ( #750 )
...
* docker: major overhaul with xftp support
* github: update docker actions
* install: add installation scripts
* readme: update readme to reflect latest changes
2023-05-12 10:45:04 +01:00
sh
605970f6b6
docker: refactoring ( #735 )
...
* build: switch ubuntu image to lunar
* dcoker: support multi-platform builds
* docker: strip binary
* docker: multicore execution
* readme: change docker hub to smp-server
2023-04-24 11:10:05 +01:00
sh
dc40c3461a
docker: fix docker logs and add build arg ( #733 )
2023-04-23 15:29:19 +01:00
sh
d5bf99c32c
docker: update ( #578 )
...
* readme: update for recent docker changes
* docker: update entrypoint logic
* readme: clarify
2022-12-26 22:27:56 +00:00
sh
57fc190a91
readme: fix install steps ( #570 )
...
* readme: fix install steps
* correction
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
2022-11-26 14:29:59 +00:00
sh
5d06dde757
docker: add selfhosted version ( #481 )
...
* docker: add selfhosted version
* switch to ghcup
* readme
* master -> stable
* delete git checkout
* rename docker files
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
2022-07-22 11:26:20 +01:00
sh
d8f07e8dde
add hosted docker container ( #479 )
...
* add docker container
* Apply suggestions from code review
* Update README.md
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com >
2022-07-20 11:21:10 +01:00