Commit Graph
256 Commits
Author SHA1 Message Date
Gareth George 7425c9bb0e feat: switch alpine as the default base image for docker releases 2024-03-30 08:20:45 +00:00
Gareth George f7bd9f7d0a fix: include restic binary in alpine and scratch docker images 2024-03-30 08:17:36 +00:00
Gareth George c32874c1d6 fix: cleanup spacing and hook titles in AddRepoModal and AddPlanModal 2024-03-30 07:47:40 +00:00
Gareth George 6f330ac37b feat: sort lists in configuration 2024-03-30 07:23:34 +00:00
Gareth George 5b7e2b080d fix: add new logs to orchestrator and increase clock change polling to every 5 minutes 2024-03-23 18:58:33 +00:00
Gareth George ac7f24ed04 fix: api path relative to UI serving location to support reverse proxies with prefix stripping 2024-03-23 17:55:02 +00:00
Gareth George 84291746af feat: allow disabling authentication 2024-03-23 17:48:10 +00:00
Gareth 75776fa7d0 chore: update README.md 2024-03-19 19:47:18 -07:00
Gareth 96b490fddf chore(main): release 0.15.1 (#161) v0.15.1 2024-03-19 10:01:24 -07:00
garethgeorge 0a059bbb39 fix: forget operations failing with new retention policy format 2024-03-19 09:50:57 -07:00
Gareth 1fc0c95359 chore(main): release 0.15.0 (#141) v0.15.0 2024-03-19 00:44:25 -07:00
garethgeorge 38ff5fecee fix: proper display of retention policy 2024-03-19 00:39:21 -07:00
garethgeorge db4b76de8e chore: bump version to 0.15.0
Release-As: 0.15.0
2024-03-19 00:21:35 -07:00
garethgeorge 6cb528c414 chore: fix tests 2024-03-19 00:19:15 -07:00
garethgeorge 54c2dfe2b0 chore: fix freebsd build 2024-03-19 00:19:15 -07:00
garethgeorge 746fd9cf76 fix: stats chart titles invisible on light color theme 2024-03-19 00:19:15 -07:00
garethgeorge aea74c51c0 feat: add option to disable scheduled execution of a plan 2024-03-19 00:19:15 -07:00
garethgeorge 24afd514ad feat: pass through all env variables from parent process to restic 2024-03-19 00:19:15 -07:00
garethgeorge 564e99d5c9 chore: decouple restic pkg from internal config representation 2024-03-19 00:19:15 -07:00
garethgeorge 1759b5dc55 fix: compression progress ratio should be float64 2024-03-19 00:19:15 -07:00
garethgeorge 4d930bce16 chore: add builds for freebsd 2024-03-19 00:19:15 -07:00
Gareth George 5a5a229f45 feat: use disambiguated retention policy format 2024-03-19 00:19:15 -07:00
Marvin Wendt 3e76bebd05 feat: automatically remove Apples quarantine flag (#155) 2024-03-18 23:38:11 -07:00
Gareth George 0e94f308cd fix: handle timezone correctly with tzdata package on alpine 2024-03-02 13:34:50 -08:00
Gareth George 7e909c4a96 fix: bugs in env var validation and form field handling 2024-03-02 13:32:27 -08:00
Gareth George 1f42b6ab4e feat: add 'compute stats' button to refresh stats on repo view 2024-02-28 20:49:58 -08:00
Gareth George f1e4619e9d fix: BackupInfoCollector handling of filtered events 2024-02-28 20:31:48 -08:00
Gareth George 56f5e40503 feat: support flag overrides for 'restic backup' in plan configuration 2024-02-28 20:15:34 -08:00
Gareth George 348ec4690c fix: properly parse repo flags 2024-02-28 20:05:36 -08:00
Gareth George a737371ed5 feat: add release artifacts for arm32 2024-02-28 19:42:46 -08:00
Gareth George 5b362ccbb4 feat: improved stats visualization with graphs and cleanup operation filtering 2024-02-28 19:27:55 -08:00
Janis Jansons 3176f6eacd chore: add devcontainer and vscode launch configurations (#128) 2024-02-28 12:44:36 -08:00
Gareth George c013f069ff fix: backrest shows hidden operations in list view 2024-02-28 12:40:16 -08:00
Gareth George 3cb9d2717c fix: alpine linux Dockerfile and add openssh 2024-02-28 12:36:58 -08:00
Gareth George f2477ab06c fix: stat operation interval for long running repos 2024-02-28 12:35:21 -08:00
ArjenR 79715a97b3 fix: install rclone with apk for alpine image (#138) 2024-02-28 12:31:06 -08:00
Janis Jansons 871c54f35f feat: check for basic auth (#110) (#129) 2024-02-27 09:16:08 -08:00
François-Guillaume Lemesre e7b17e6058 docs: update README.md covering first time windows usage instructions (#119) 2024-02-27 09:10:34 -08:00
edersong 0573429e45 docs: update README.md docker-compose example (#121) 2024-02-27 09:07:39 -08:00
Gareth 68d3e865b9 chore(main): release 0.13.0 (#99) v0.13.0 2024-02-21 14:18:03 -08:00
Gareth George 448107d226 fix: restore operations should succeed for unassociated snapshots 2024-02-21 14:13:07 -08:00
garethgeorge ef41d34d53 fix: migrate prune policy options to oneof 2024-02-19 22:28:55 -08:00
Gareth bf6fb7e714 feat: add case insensitive excludes (iexcludes) (#108) 2024-02-19 20:24:43 -08:00
Gareth c1ee33f0cd feat: add opt-in auto-unlock feature to remove locks on forget and prune (#107) 2024-02-19 12:52:39 -08:00
Gareth 40e3e04a68 fix: separate docker images for scratch and alpine linux base (#106) 2024-02-19 12:46:48 -08:00
Gareth 5a49f2f063 feat: add rclone binary to docker image and arm64 support (#105) 2024-02-19 12:24:44 -08:00
Gareth 147feb409f chore: update issue templates 2024-02-17 20:17:08 -08:00
garethgeorge 97a494847a fix: live backup progress updates with partial-backup errors 2024-02-17 02:00:28 -08:00
garethgeorge 663b430598 fix: improve error message when rclone config is missing 2024-02-17 01:47:03 -08:00
garethgeorge 3d192fd59d fix: improved sidebar status refresh interval during live operations 2024-02-17 01:41:05 -08:00