Issue: My Manjaro Mirror not public

Hello

I have created Manjaro mirror my url address is repo. inara. pk (Ignore spaces)
i have made it to update every 24h. But the issue i am facing is that my mirror is not appearing in software update section when i search for it…

How will i make my mirror public, so that i can use it for updates

The mirrorlist is manually maintained by the manjaro team. If you want your mirror to appear on that list you’d need to contact the team.

Pinging @philm

Url: Index of /manjaro/

Create a custom-mirrors.json file

sudo nano /var/lib/pacman-mirrors/custom-mirrors.json

Add the following content

[
    {
        "country": "Pakistan",
        "url": "https://repo.inara.pk/manjaro/",
        "protocols": [
            "https"
        ]
    }
]

thanks for mirror
And you can open ticket

can you give me email address of the concerned team?

thank for mirror

As previously written, best is to open an issue @philm is maintener of this repo

Thank You Brother