Caprover logo
Caprover one-click apps browser
weblate logo
weblate
Weblate is a copylefted libre software web-based continuous localization system, used by over 1150 libre projects and companies in more than 115 countries.
Official integration
Created - Last update

Open-source collaborative localization tools. Check all the environment settings you can set here - https://github.com/WeblateOrg/docker-compose/blob/master/environment

Deployed services
weblate-redis
redis:$$cap_redis_version
  • weblate-cache-data:/app/data
weblate-postgres
postgres:$$cap_postgres_version
  • weblate-postgres-data:/var/lib/postgresql/data
always
3
weblate
weblate/weblate:$$cap_weblate_version
  • weblate-data:/app/data
8080
always
17
Variables

Postgres Docker version

Default: 14-alpine

$$cap_postgres_version
Check out their Docker page for the valid versions https://hub.docker.com/r/library/postgres/tags

Redis Docker version

Default: 7-alpine

$$cap_redis_version
Check out their Docker page for the valid versions https://hub.docker.com/r/library/redis/tags

weblate Docker Image tag

Default: 4.14.1-1

$$cap_weblate_version
latest, edge, bleeding, or version - Check out their Docker page for the valid tags https://hub.docker.com/r/weblate/weblate/tags

Postgres Password

Default: undefined

$$cap_pg_pass
Password must be at least 30 characters. Please use a random string.

Email of the first user and administrator of weblate

Default: undefined

$$cap_admin_email
Will be used to login to weblate

Password of the first user and administrator of weblate

Default: undefined

$$cap_admin_password
Will be used to login to weblate

Weblate server email

Default: undefined

$$cap_server_email
(eg weblate@example.com)

Weblate FROM email

Default: undefined

$$cap_email_from
(eg weblate@example.com)

Allow open registration of people (0/1)

Default: 0

$$cap_open_registration
Do you allow people to register openly to the platform?
© 2025, Built with Gatsby - Source code available on GitHub