• 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

docker linuxserver/chevereto license input

rafalohaki

Chevereto Member
I have problem finding where to put license key.
my starting command was:
docker run -d \
--name=chevereto \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Europe/Warsaw \
-p 80:80 \
-p 443:443 \
-v /root/chevereto/config:/config \
-v /root/chevereto/data:/data \
--restart unless-stopped \
lscr.io/linuxserver/chevereto
 
The linuxserver/chevereto container is for Chevereto-Free and is not even made by us.

Refer to our docs for our official Docker provisioning.
 
No, as the website says:
👉Our bootstrap container infra packages are now available at chevereto/docker.
^ Which links to our github docker repo https://github.com/orgs/chevereto/packages?repo_name=docker

These env vars are supported from V3.20 onwards, all our containers support these.
 
Back
Top