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