Andreas Marschke
Andreas Marschke
please restructure your paste in a legible format using triple backtick code blocks. This is not adequate to expect anyone to help you if we can't read the log. Furthermore...
``` debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password,keyboard-interactive debug1: Trying private key: /home/semaphore/.ssh/id_rsa debug3: no such identity: /home/semaphore/.ssh/id_rsa: No such file or directory debug1: Trying private key: /home/semaphore/.ssh/id_ecdsa debug3: no such...
Ah did you try to use the AccessKeys you can define in Semaphore?
You can always use the existing container definition and upgrade the ansible version inside it: ```dockerfile FROM semaphoreui/semaphore:latest USER root WORKDIR /home/semaphore # Where requirements.txt has all the right versions...
There are several issues with your proposal. - Security: The URL and mechanic you propose is a direct unauthenticated execution of any defined task already in Semaphore, depending on what...
If I had to guess, it's because of this part of the template used for TaskLink: ```vue {{ $t('by', { user_name: item.last_task.user_name, formatDate: item.last_task.created | formatDate }) }} ``` Where...
Can you see if you can get more detailed logs and possibly a stack trace from the logs? This report is lacking a lot of details: - Are you using...
What database do you use? Do you use a Dockerfile to build on the semaphore image or have a configured invocation? Can you share your config.json (with redaction if necessary)?...
Did you install the package globally (as root) or as the semaphore user? Have you installed those dependencies via pip?
I'm not sure if this works. Would you be able to share the dockerfile you based your container on? Just for proof reading. I've done similar to solve some depenendency...