Commit graph

5 commits

Author SHA1 Message Date
cd1c8c4e91 style: log S3 destination path when archive is uploaded instead of local path (#4)
Reviewed-on: https://codeberg.org/vlw/3rd/pulls/4
2026-01-01 13:35:49 +01:00
vlw
f317c41a67 docs: update README wording of config file structure (#2)
Reviewed-on: https://codeberg.org/vlw/3rd/pulls/2
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
2026-01-01 13:35:26 +01:00
234e125d84 fix: resolved runtime issues caused by subroutines expecting old config format (#3)
This PR fixes some issues with invoking the Archive class when running the script.

Reviewed-on: https://codeberg.org/vlw/3rd/pulls/3
2026-01-01 13:35:08 +01:00
vlw
310fa9b66a refactor: streamlined config file structure and config value referencing (#1)
This PR refactors the config file structure into a simpler format, as well as making it more capable at the same time. Config values are now accessed as properties instead of referenced on the parsed config JSON list directly. Config files are also loaded with the `-i` argument which can take any compatible JSON file, this replaces the previous `-a` (autorun) argument.

Reviewed-on: https://codeberg.org/vlw/3rd/pulls/1
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
2026-01-01 00:46:25 +01:00
503a88b52a
initial commit 2025-12-25 15:21:06 +01:00