Commit graph

91 commits

Author SHA1 Message Date
Joxit
06147a8ff0
chore: update dependencies and announce distribution v3 2025-04-03 20:37:35 +02:00
Joxit
68313a1bae
docs: update FAQ and default example 2025-01-12 14:11:51 +01:00
Lukas Engelter
7025df687c
feat: add SHOW_TAG_HISTORY option to hide tag history button (#362) 2024-03-14 09:28:54 +01:00
Lukas Engelter
cfbc6e76a8
feat(theme): contrast changes for light and dark themes (#361) 2024-03-12 22:35:45 +01:00
Joxit
7991442fce
fix: DNS name resolving not working in kubernetes (#339)
fixes #339
2023-10-17 02:39:38 +02:00
AJWavio
cd99f6e231
docs: fix registry server configuration example in README (#328, #329) 2023-07-28 22:10:23 +02:00
Joxit
84b31f2cfb
docs: fix typo in README 2023-06-18 19:49:27 +02:00
Joxit
c8383a9c80
build: release 2.5.0 🚀 2023-06-09 06:53:00 +02:00
Joxit
ffb6d14baf
feat: add option REGISTRY_SECURED for registries with Basic Auth 2023-06-06 06:06:24 +02:00
Artur Mostowski
9cfb6791f8
feat(taglist): add new option TAGLIST_PAGE_SIZE (#318) 2023-06-05 22:16:40 +02:00
Jones Magloire
affb0572c9
feat(catalog): add multi level branching in catalog (#319)
Multi level  branching with `CATALOG_MIN_BRANCHES` and `CATALOG_MAX_BRANCHES`
2023-06-02 19:10:46 +02:00
Joxit
dbfc9fe587
docs(branching): update readme for the new option 2023-06-02 19:08:15 +02:00
Artur Mostowski
b6604421bb
docs: fix typo in readme (#312) 2023-05-26 06:26:44 +02:00
Joxit
aca633720a
fix: docker registry >=2.8.2 sets catalog max entries to 1000 (#306)
fixes #306
2023-05-22 21:35:04 +02:00
Joxit
5a340291c2
feat(catalog): add CATALOG_DEFAULT_EXPANDED to expand repositories by default (#302)
closes #302
2023-05-21 10:13:59 +02:00
Joxit
92584fc3da
docs(taglist-order): update entrypoint and add documentation for TAGLIST_ORDER 2023-05-17 20:32:34 +02:00
silverwind
bfc901eb0b
docs: fix typo in README (#298) 2023-04-27 19:43:29 +02:00
Joxit
f984633bc3
docs: rename home title 2023-04-17 19:47:45 +02:00
Joxit
4f452207c4
docs: add links on badges in README 2023-04-15 22:18:27 +02:00
Joxit
564bc4b0b4
docs: refactoring main README and change license dates
Change Features to Hidden Features to highlight only features you may not see
Update Available Options and add linked PR/Issue and the version added
2023-03-15 23:02:31 +01:00
Joxit
c9b2415d1e
docs: add documentation for theme options 2023-01-23 23:38:15 +01:00
Joxit
ee1f173355
docs(FAQ): new section for how to fix CORS issue on s3 bucket (#193)
fixes #193
2022-10-21 21:41:12 +02:00
Joxit
71df95524d
docs(FAQ): add section for docker hub mirror (#155)
fixes #155
2022-10-20 23:09:31 +02:00
Joxit
636cb60ca8
docs(FAQ): improve issue about Basic auth and 401 status code (#266)
fixes #266
2022-09-18 14:20:05 +02:00
Jones Magloire
34fd13d6b7
feat(cache-control): new option USE_CONTROL_CACHE_HEADER adds Cache-Control header on requests to registry server (#265)
This option requires registry configuration: `Access-Control-Allow-Headers` with `Cache-Control`
2022-09-12 18:29:03 +02:00
Joxit
ad7c2698fd
docs: announcement of the official helm chart and remove old example 2022-07-31 00:06:11 +02:00
Joxit
7032ec9f0f
docs: add Artifact Hub badge 2022-07-22 19:32:54 +02:00
Joxit
3b9a804289
docs: fix typo in availible options NGINX_PROXY_PASS_HEADER_ 2022-07-11 08:50:57 +02:00
Hugo Cartigny
49ec1d9938
docs: update list of required headers to delete an image (#249) 2022-05-06 23:39:56 +02:00
Joxit
3af4438815
docs: add missing documentation with sponsor link 2022-04-06 00:37:28 +02:00
Joxit
ba6d817b41
feat: expose some custom labels 2022-03-23 09:18:20 +01:00
Jones Magloire
19e72e4a5f
feat(catalog): show number of tags per image (#239) 2022-03-21 08:28:57 +01:00
Jones Magloire
e1fd515279
feat: add support for unprivileged user (#234)
closes #224
2022-03-09 20:41:43 +01:00
Joxit
3a385fc08d
feat(nginx): add support for proxy_pass_header directive via NGINX_PROXY_PASS_HEADER_*
fixes #206
2021-11-08 05:28:39 +01:00
Joxit
f958365336
feat(search bar): add shortcuts CRTL + F or F3 to select the search bar
fixes #213
2021-11-06 14:50:18 +01:00
Joxit
29c17b1baa
docs: add documentation + example for DEFAULT_REGISTRIES and READ_ONLY_REGISTRIES 2021-11-05 22:39:19 +01:00
Joxit
f4455703ca
docs: default value for SHOW_CONTENT_DIGEST is false since 2.0.0 2021-10-30 18:01:23 +02:00
Joxit
22e3f2254e
docs: more issues for DELETE and CORS
fixes #207
fixes #214
2021-10-30 18:01:23 +02:00
Joxit
4fcbea698b
docs: update gif for 2.0 2021-05-12 18:05:40 +02:00
Joxit
999e5ae1c6
docs: more explanations for REGISTRY_URL and NGINX_PROXY_PASS_URL options 2021-05-11 10:19:15 +02:00
Joxit
1c88ad57f8
build: release 2.0.0 🚀 2021-04-28 23:54:03 +02:00
Joxit
1173453f72
feat: merge static version with latest and add license
BREAKING CHANGE: Now only one tag will be published: `latest`. This tag will include both the standard and latest version
2021-03-31 07:10:50 +02:00
Joxit
307e171ede
chore: fix issue 20 example typo and remove refs to master branch 2021-02-28 22:19:16 +01:00
Joxit
1bad64443d
refactor: rename *.tag to *.riot and add new FAQ question 2020-12-01 00:34:10 +01:00
Joxit
ef3a9795cf
docs: improve documentation (difference between standard and static version)
closes #154
2020-11-25 00:23:01 +01:00
Joxit
99ea6cf1d8
docs: add new example ui as proxy with read-only right 2020-11-01 23:02:16 +01:00
Joxit
1220825f31
docs: add new question in the FAQ 2020-09-25 23:33:30 +02:00
Joxit
501d0d72a0
chore: update project page theme 2020-08-25 00:32:45 +02:00
Joxit
be813e6617
build: release 1.5.0 supports for multi-arch images 2020-06-21 23:39:05 +02:00
Joxit
d1700ccf74
chore: update README for new option CATALOG_ELEMENTS_LIMIT 2020-05-31 01:19:18 +02:00