• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

git

  1. chapterjason

    Question NodeJS and Yarn in chrooted environment

    Hey, I followed this instructions to configure my chrooted env for the domain user, like it is written here. I currently use this script to configure the env. echo reset ./update_chroot.sh --rebuild echo add php ./update_chroot.sh --add /opt/plesk/php/7.1/bin/php mkdir...
  2. Fabs87

    Question Git - Enable Additional Deployment Actions

    Hi, I am using Git-integration to automatically pull the newest version of my repository from Github when my webhook is "called". I want to enable additional deployment actions, e.g. run composer update. My app is built with the laravel framework, so there are some more commands to run (via...
  3. iCarnagy

    Issue Git Pull subfolder as website root

    It seems like you cannot serve a subfolder of git-pulled data as the web root. For example, I want to pull a complete github repository (in my case a webkit based website) but I want to only serve the subfolder "dist" as the webroot. If I do so in the website settings, the "dist" folder does...
  4. Miguel Nunes

    Question Best method to use Git auto deploy

    I have a Plesk installation with several subscriptions and each subscription has one SSH key, obviously. I am starting to configure each website to automatically deploy when a certain branch is pushed into GitLab (private repositories). Thing is, I need to add a different SSH key for each...
  5. R

    Question folder list in git extension

    Using the Plesk git extension, What defines the directory list that's shown when I try to change the target directory? The folder I need is not there to select. When I go to the file explorer in Plesk I can see the folder, so my user does have access to it. Thanks!
  6. Daniel Hendricks

    Question Allow Git command line access under chrooted bash?

    I'd like to allow some users git command-line use from a chrooted bash session so that they can link to and manage their Plesk git repo (or remote to any repo, if desired). I have to questions: How do I do this (correctly)? I saw this article re: adding SSH, and I assume that I would do...
  7. S

    Question How to update git branch

    Hi, I've created a new branch in my git repository and push it to remote repository. On my git account, I can see all the branches i've created but on Plesk, I can only see the previous created branches but not the new one. Is there a way to update Plesk/git to retrieve all the branches ?
  8. B

    Question Change branch on path without going into plesk

    Hi there, Does someone know if it is possible to change the branch on a path without going into plesk?
  9. Bramus!

    Issue Running `composer install` via "Additional Deployment Actions"?

    Hi, We have set up automatic deployment of a Git repo onto our server. As it's a PHP project, I need to run `composer install` after deployment, to make sure all dependencies are installed. Doing so manually over SSH works fine, yet I want to do it automatically. In the docs I see that it's...
  10. K

    Issue Git extension modify webhook port

    Plesk: ‪Ubuntu 14.04.5 LTS‬ Produit Plesk Onyx Version 17.5.3 #18 Extension: Git 1.1.0-213 Hi, I modified my admin panel default port (8443) but now I can't use my webhooks anymore. Everything is working fine exept git extension webhook. There is a way to change port it is using ? Regards, RA
  11. S

    Question Update Git Version from 1.8.3 to 1.9

    Hi there, I want install VersionPress on a WordPress site I am setting up. However it is saying the following on setup: Git version 1.8.3.1 detected with which there are known issues. Please install at least version 1.9 Is there a way for me to update the Git version? The $ sudo yum...
  12. fedor57

    Question git lfs

    Hi! I have a few private repositories on Bitbucket for web sites content as well as local clones on my laptop. I want to set up Git deployment to my new asp.net hosting with Plesk Onyx installed. The issue is that I'm currently using git lfs. The reason is that some web-sites are relatively big...
  13. Pedro Reinoso

    Issue GIT users ability to connect, pull and push with them own user

    I have a subscription called "beta.example.com" which has a local repository git on the server. In "beta.example.com" subscription I have the following users: 1- Pedro (owner/system user) 2- Carlos (admin) 3- Luis (admin) 4- Paul (admin) What i want is the server to have the ability to allow...
  14. Pedro Reinoso

    Issue git Authentication failed

    Hi, I have 2 subdomains: A) beta.example.com -> https://[email protected]/plesk-git/dashboard.git B) dev.example.com ERROR CASE #1: I have created a repository in my subdomain "beta.example.com" as "Local repository on your workstation" in the domain with my user(pedrod) work fine I can...
  15. C

    Issue Git Webhook 404

    Hi, i tried to use the Git Webhook-URL (...modules/git/public/web-hook.php?uuid...) on Plesk Onyx 17.5 and used it on bitbucket for push but it is not working and everytime I receive a 404: Request status: NET_ERR Elapsed time: 172ms Request time: 6 minutes ago (Wednesday, June 28th 2017...
  16. O

    Issue Git Authentication failed

    Hello, i am trying to set up a local git repository but I get the following error: fatal: Authentication failed for 'https://user@domain/plesk-git/svn.git/' Git Version : 1.1.0-213 Please help.
  17. R

    Question Is this possible (git deploys)

    Is it possible, when using git to deploy code to a Plesk managed site, to trigger automation that occurs after the code deploy? For example, A Drupal site requires a certain set of things to happen on deployment of new code, it would be cool, to be able to have it so that when the git pull...
  18. hardbrasil

    Question How to configure git remote for server

    i have 2 domains Prod and Test in same server i’ve configured the Test server with git extension for pull from a remote repository (bitbucket) and i want to configure Prod domain to make pull of Test domain i tried add this, but i got an error of permission denied i am trying something...
  19. L

    Resolved Can not create new users for local git repository

    Hello, I want to create some new accounts for my local git repository. But I does not work. It just works with the admin account of the subbdomain. I created the new account under GIT subdomain > Web Users. Now when I want to clone the repository I get a prompt to enter an username and a...
  20. P

    Question Commit changes made on the server with Git extension for Plesk Onyx

    Is it possible with the Plesk Git extension to commit changes made directly on the server (e.g. files uploaded by the client to his website)? The extension is configured to track a remote (GitHub) repository and the only option provided is "Pull last commits". It doesn't seem to offer a Commit...
Back
Top