Missing Packages option

There should be an option in the header for the packages.

Is there any option I’m missing? Gitea is deployed with docker.
Gitea Version 1.18.3

What are you expecting to be there? Your post is very vague.

You can disable the package registry per repository in each repository’s settings page or globally using the config (see config cheat sheet). I don’t think there are any per-user settings for the package registry.

More info about the package registry here.

Thanks for your respone. I expect the option “Packages” present in the header, like in the screenshot below.

The package registry is enabled. Uploads are working. But there is no option to access the “Cleanup Rules” as described here: Storage - Docs

It is the same issue as the user descibed here: https://www.reddit.com/r/Gitea/comments/10e917h/how_to_setup_auto_clean_of_old_docker_images_in/

Ah, I see. Unfortunately, the docs site is not versioned meaning all the content there is updated for the latest unreleased version 1.19 so it sort of “lies” about features that are present.

Package cleanup rules were added in PR https://github.com/go-gitea/gitea/pull/21658 which was merged only into the 1.19 dev branch, so the only way to access those is to wait for 1.19 to be released or run the dev builds (not recommended for production: main | Gitea).

Thank you for your help. :slight_smile:
Yeah I will wait for this great feature.