How to enable GitHub push on self hosted docker? #5476
Unanswered
WilliamHingston
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
The button is disabled when push URL is not configured, see https://docs.weblate.org/en/latest/admin/projects.html#repository-push-url |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I can't see any way to enable GitHub push on my self hosted docker setup. The push button is disabled and I can't find where to change it in the settings.
I set up GitHub SSH and created my project by pulling from GitHub with:
docker exec --user weblate <DOCKER_CONTAINER_ID> weblate import_project --file-format po <PROJECT_NAME> <SSH_GIT_REPO> <GIT_BRANCH> <MASK>Beta Was this translation helpful? Give feedback.
All reactions