• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Remove API Link

laudenbachm

Chevereto Member
Hiyoooo!

I hope everyone had a Merry Christmas!

I am wanting to remove the API link that is located in the "?" icon on the top right of the header.

1735681104079.png

There doesn't seem to be a page in the pages section to disable. Am I looking in the wrong spot or will this require some CSS changes?

Thank you for your time.

Happy New Year!

Mark
 
I'm going to move this to RFC as it seems to be a common need. Thanks for contributing.
 
yes

add pls a setting to disable API for normal users/all



but you can use this CSS code to "remove" it

a[href="/api-v1"],
a[href="/settings/api"] {
display: none !important;
}
 
Last edited:
This has been announced for Chevereto v4.3.0

 
Back
Top