Commit Graph

7 Commits

Author SHA1 Message Date
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