• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

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