UNPKG

peertube-plugin-transposer-connector

Version:

Transposer connector is a PeerTube language tool plugin to transcribe and translate with Whisper

129 lines (122 loc) 4.29 kB
root@gitlab-runner:~# gitlab-runner list Runtime platform arch=amd64 os=linux pid=169243 revision=96856197 version=17.11.1 Listing configured runners ConfigFile=/etc/gitlab-runner/config.toml ubuntu-gitlab-runner Executor=docker Token=glrt- URL=https://git.fairkom.net/ ubuntu-gitlab-runner-2 Executor=docker Token=glrt- URL=https://git.fairkom.net/ deploy_by_copy Executor=shell Token=glrt-- URL=https://git.fairkom.net wp-plugin-deployment Executor=shell Token=glrt- URL=https://git.fairkom.net docker-runner Executor=docker Token=glrt- URL=https://git.fairkom.net root@gitlab-runner:~# gitlab-runner verify Runtime platform arch=amd64 os=linux pid=169252 revision=96856197 version=17.11.1 Running in system-mode. Verifying runner... is valid runner=TE_s-_ggM Verifying runner... is valid runner=o95sJovVh Verifying runner... is valid runner=-ZC_kkX4H Verifying runner... is valid runner=CccziQDd_ Verifying runner... is valid runner=t2_GVJA1r root@gitlab-runner:~# journalctl -u gitlab-runner --since "1 day ago" | tail -50 -- No entries -- root@gitlab-runner:~# cat /etc/gitlab-runner/config.toml concurrent = 6 check_interval = 0 log_level = "info" connection_max_age = "15m0s" shutdown_timeout = 0 [session_server] session_timeout = 1800 [[runners]] name = "ubuntu-gitlab-runner" url = "https://git.fairkom.net/" id = 76 token = "glrt-TE_s-" token_obtained_at = 2022-09-25T20:57:16Z token_expires_at = 0001-01-01T00:00:00Z executor = "docker" environment = ["LC_ALL=en_US.UTF-8"] [runners.custom_build_dir] [runners.docker] tls_verify = false image = "docker:20.10.16" memory = "12288m" cpus = "2" privileged = false disable_entrypoint_overwrite = false cap_drop = ["NET_ADMIN", "SYS_ADMIN"] oom_kill_disable = false security_opt = ["apparmor:unconfined", "seccomp:unconfined"] disable_cache = false volumes = ["/var/run/docker.sock:/var/run/docker.sock", "/cache"] shm_size = 0 network_mtu = 0 [[runners]] name = "ubuntu-gitlab-runner-2" url = "https://git.fairkom.net/" id = 115 token = "glrt-" token_obtained_at = 2024-08-16T11:25:13Z token_expires_at = 0001-01-01T00:00:00Z executor = "docker" [runners.custom_build_dir] [runners.docker] tls_verify = false image = "docker:20.10.16" privileged = false disable_entrypoint_overwrite = false oom_kill_disable = false disable_cache = false volumes = ["/cache"] shm_size = 0 network_mtu = 0 [[runners]] name = "deploy_by_copy" url = "https://git.fairkom.net" id = 120 token = "glrt--" token_obtained_at = 2024-08-23T08:07:36Z token_expires_at = 0001-01-01T00:00:00Z executor = "shell" [runners.custom_build_dir] [runners.cache] MaxUploadedArchiveSize = 0 [runners.cache.s3] [runners.cache.gcs] [runners.cache.azure] [[runners]] name = "wp-plugin-deployment" url = "https://git.fairkom.net" id = 121 token = "glrt-" token_obtained_at = 2024-08-23T14:50:53Z token_expires_at = 0001-01-01T00:00:00Z executor = "shell" [runners.custom_build_dir] [runners.cache] MaxUploadedArchiveSize = 0 [runners.cache.s3] [runners.cache.gcs] [runners.cache.azure] [[runners]] name = "docker-runner" url = "https://git.fairkom.net" id = 123 token = "glrt-" token_obtained_at = 2025-04-10T07:32:32Z token_expires_at = 0001-01-01T00:00:00Z executor = "docker" [runners.custom_build_dir] [runners.cache] MaxUploadedArchiveSize = 0 [runners.cache.s3] [runners.cache.gcs] [runners.cache.azure] [runners.docker] tls_verify = false image = "docker:20.10.16" privileged = false disable_entrypoint_overwrite = false oom_kill_disable = false disable_cache = false volumes = ["/cache"] shm_size = 0 network_mtu = 0 root@gitlab-runner:~#