makonde-on-git
6ab06db5cb
feat: allow usage without a daemon ( #142 )
2025-10-14 18:05:11 +03:00
Sergio
547d418401
docs: fix incorrect compose example with environment variables
2025-09-28 21:49:35 +03:00
Sergio
54f00c6c61
add a full stop
2025-09-10 11:57:42 +03:00
Sergio
b55ddfd3ad
reword README
2025-09-10 11:57:17 +03:00
Sergio
14887cb766
add notice
2025-09-10 11:24:24 +03:00
Sergio
b0d0a02182
docs: update example homepage widget to conform to latest config spec
...
Co-authored-by: Valdr687 <106614142+Valdr687@users.noreply.github.com >
2025-08-29 17:42:56 +03:00
Sergio
c351a38642
docs: update homepage widget example
...
Remove usage of non-default port 9000 and change server ip placeholder to hostname instead
2025-08-25 19:11:59 +03:00
Sergio
ebb7c18bca
fix: include OCI image manifest MIME type in Accept header when
...
checking for a digest update
Closes #132
v3.4.2
2025-08-11 13:01:53 +03:00
Sergio
b542f1bac5
chore: bump project version
2025-05-27 14:51:48 +03:00
Sergio
34ae9cb36f
fix: ignore empty refresh interval
2025-05-27 14:51:48 +03:00
Sergio
e015afbaca
chore: update project version in Cargo.lock
...
This should have happened automatically when Cargo.toml was updated
2025-05-27 14:51:13 +03:00
Sergio
6dc1030a3b
chore: bump project version
v3.4.0
2025-05-21 19:30:30 +03:00
Sergio
d2c1651761
docs: update automatic refresh docs to mention TZ configuration
2025-05-21 11:39:41 +03:00
Sergio
8b3cf73f65
docs: add docs for environment variables
2025-05-21 11:34:16 +03:00
Sergio
6d88036914
feat: add timezone support
2025-05-21 11:13:27 +03:00
Sergio
a06266264d
refactor: avoid a clone if extra images are empty
2025-05-20 17:46:09 +03:00
Sergio
c260874459
feat: add support for configuring through environment variables
2025-05-20 17:03:36 +03:00
Sergio
3e42ac338a
fix: errors in http.rs
2025-05-10 20:55:14 +03:00
Sergio
15784eb4f1
fix: errors in http.rs
2025-05-10 20:52:04 +03:00
Sergio
2623f52a20
fix: handle 502 gracefully
...
Fixes #104
2025-05-10 20:48:22 +03:00
Sergio
8a5b0555f7
feat: add new filters
2025-05-09 13:19:42 +03:00
Sergio
2e1b0945e0
chore: bump project version
v3.3.0
2025-05-09 09:51:16 +03:00
Raphaël C.
c8229d7370
feat: add new filter for in use images to web ui
2025-05-08 20:54:26 +03:00
Sergio
4b3bf9bd8f
chore: update gitignore
2025-05-02 19:54:14 +03:00
Sergio
3ac990abce
fix: clippy lints
2025-05-02 19:54:14 +03:00
Raphaël Catarino
5ea924c5ad
refactor: better data fetching ( #100 )
2025-05-02 19:12:19 +03:00
Raphaël Catarino
2ac036d353
refactor: remove node and use only bun ( #101 )
2025-04-26 13:13:30 +03:00
Seow Alex
80a295680d
feat: add ability to ignore certain update types ( #91 )
2025-04-12 09:37:28 +03:00
Sergio
efea81ef39
chore: bump project version
v3.2.3
2025-04-10 19:22:19 +03:00
Pavel
d3cb5af225
Fix refresh button when using custom base url ( #89 )
2025-04-07 07:11:44 +03:00
Sergio
5904c2d2e2
fix: ignore version info when tags are equal
...
Even though some images had newer digests, they weren't being taken into
consideration when checking for updates. Should resolve #85 (further
testing needed to confirm).
2025-04-06 20:10:05 +03:00
Sergio
674bc3d614
fix: misaligned table columns in CLI
...
Reported in #85
2025-04-04 16:09:31 +03:00
Seow Alex
e4a07f9810
fix: use default registry for docker.io ( #86 )
2025-04-03 22:17:50 +03:00
dependabot[bot]
4e0f3c3eb9
chore(deps): bump next from 15.2.3 to 15.2.4 in /docs ( #87 )
...
Bumps [next](https://github.com/vercel/next.js ) from 15.2.3 to 15.2.4.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v15.2.3...v15.2.4 )
---
updated-dependencies:
- dependency-name: next
dependency-version: 15.2.4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-03 16:32:54 +03:00
Sergio
ba20dd3086
docs: mention seconds are required in cron pattern
2025-04-03 15:24:50 +03:00
Sergio
86d5b0465c
chore: bump project version
v3.2.2
2025-03-26 17:52:24 +02:00
Sergio
9d358ca6b2
fix: prevent wrapping text in badges
2025-03-26 17:51:21 +02:00
Sergio
f886601185
fix: check extra references specified in config
...
Fixes #81
v3.2.1
2025-03-26 16:57:33 +02:00
Sergio
806364f01d
ci: fix incorrect nightly workflow
2025-03-25 16:44:10 +02:00
Sergio
d35759ec66
chore: bump project version
2025-03-25 15:44:10 +02:00
Sergio
ffefe1db38
fix: specify color scheme in the web UI
...
Fixes a bug when displaying dark mode in Chrome
2025-03-25 15:44:10 +02:00
dependabot[bot]
2f9efe22d4
chore(deps): bump next from 15.1.5 to 15.2.3 in /docs ( #80 )
...
Bumps [next](https://github.com/vercel/next.js ) from 15.1.5 to 15.2.3.
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v15.1.5...v15.2.3 )
---
updated-dependencies:
- dependency-name: next
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-22 09:35:06 +02:00
Thomas McWork
bbfb3c63ea
docs: add instructions to find the docker group id to the compose docs
2025-03-21 18:47:59 +02:00
Sergio
6800f1ae27
refactor: specify the exposed port in the CI Dockerfile
2025-03-21 18:38:37 +02:00
Thomas McWork
402d72c85b
refactor: specify the exposed port in the Dockerfile
2025-03-21 18:36:52 +02:00
Sergio
4f54301467
docs: fix incorrect edit this page URL
...
Closes #79
2025-03-21 18:20:14 +02:00
Sergio
be99438123
refactor: search component
2025-03-21 18:17:05 +02:00
Sergio
71164417a0
style: format code
2025-03-21 16:55:28 +02:00
Sergio
59ca170592
refactor: fix lint error in web UI
2025-03-21 16:54:52 +02:00
Sergio
b37b7ed060
refactor: load web UI assets with a relative URL to allow for hosting under a different path.
...
Might fix #53 .
2025-03-21 16:32:23 +02:00