Alexandro
Alexandro
Hello. Add your ca cert into greenlight-v2 docker container docker cp your_ca_root.crt greenlight-v2:/usr/local/share/ca-certificates/ docker exec -t greenlight-v2 update-ca-certificates
Preparing Builder Environment: apt update && apt -y upgrade apt install -y build-essential git sudo screen curl curl -sSL https://get.docker.com | sh sudo usermod -aG docker $(whoami) docker run hello-world...
updated files: src/vosk.d.ts ``` export declare class Model { constructor(path: string); public delete(): void; } export declare class SpkModel { constructor(path: string); public delete(): void; } export declare class KaldiRecognizer...
Very big thank you [Ciaran O'Reilly](https://github.com/ccoreilly) for your answer.
Hello. Add your ca cert into greenlight-v2 docker container docker cp your_ca_root.crt greenlight-v2:/usr/local/share/ca-certificates/ docker exec -t greenlight-v2 update-ca-certificates
Has anyone successfully implemented this functionality, if yes, could someone share the experience, please? Thank you for your answers.
Does it possible to integrate DokuWiki with Authelia? Authelia is an open-source authentication and authorization server https://www.authelia.com/
2. Add embed-thumbnail to the video file, --embed-thumbnail Embed thumbnail in the video as cover art. Thumbnail - video preview. 11. Create a download template. Save the download argument to...
@orhtej2 Please, share your experience – how did you manage to log in via LDAP and create new users in Wallabag? I would be very grateful for your response. Thank...
I am trying to achieve Wallabag login via LDAP provider - https://github.com/lldap/lldap Here are my files: docker-compose.yml ``` wallabag: build: context: /home/docker/wallabag/ dockerfile: Dockerfile image: wallabag # image: wallabag/wallabag:2.5.4 container_name:...