
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
3weblate
weblate/weblate:$$cap_weblate_version
- weblate-data:/app/data
8080
always
17Variables
Postgres Docker version
Default: 14-alpine
$$cap_postgres_versionCheck out their Docker page for the valid versions https://hub.docker.com/r/library/postgres/tags
Redis Docker version
Default: 7-alpine
$$cap_redis_versionCheck 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_versionlatest, 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_passPassword must be at least 30 characters. Please use a random string.
Email of the first user and administrator of weblate
Default: undefined
$$cap_admin_emailWill be used to login to weblate
Password of the first user and administrator of weblate
Default: undefined
$$cap_admin_passwordWill 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_registrationDo you allow people to register openly to the platform?
