gitlab

  1. K

    Proxmox 9 + Terraform provider: Missing VM.Monitor permission, but it doesn't exist

    Hi everyone, I'm trying to use the Telmate/Proxmox Terraform provider with Proxmox 9, but I'm stuck on a permissions issue. When I run terraform plan, I get the following error: Error: permissions for user/token terraform@pve are not sufficient, please provide also the following permissions...
  2. K

    Access proxmox API with/without VPN

    I have a Proxmox set up and it is accessible only through a special VPN. Inside the Proxmox I have a VM with a gitlab runner. I want to use the gitlab runner to provision new VMs to proxmox using Terraform through the Proxmox API. I thought that if I created the VM inside the proxmox it would...
  3. Z

    issue with gitlab runner in lxc proxmox

    Hello everyone, Pfsense LAN interface 10.1.0.252,WAN interface 10.0.0.252 on proxmox host machine Chain POSTROUTING (policy ACCEPT 2832K packets, 181M bytes) pkts bytes target prot opt in out source destination 1249K 86M MASQUERADE all -- any vmbr0 10.1.0.0/24 anywhere 37M 2763M MASQUERADE...
  4. W

    Installing official gitlab linux package

    Please pardon my ignorance. I am new to both ProxMox and Gitlab. I am trying to set up an LXC container from the Turnkey templates. No other CT or VM is running on my dedicated ProxMox system. The summary window tells me this: Status running HA State none Node wintermute...
  5. G

    LXC TURNKEY-GITLAB 17.1.1

    I installed the turnkey Gitlab 17.1.1 LXC template. After the installation weird behaviour is happening. I try to log in to GitLab with my root account and I get an HTTP 500 error. After that, I decided to register a test account, and redirected me to: http://$MY_HOST/users/sign_in#login-pane...
  6. M

    Automatische Installation Proxmox auf Debian mit preseed und Automatische Gitlab Installation

    Hi Community, Ich habe mal mir mal die Mühe gemacht und ein bissel gebastelt. Dabei herausgekommen ist ein Git Repository, mit dem man Debian mit einem USB-Stick per preseed Datei automatisch installieren kann und danach per Ansible Proxmox installiert...
  7. H

    Installing official gitlab linux package on unprivileged container

    Hello everybody, I wanted to install a self-hosted instance of gitlab on my proxmox node and I wanted to avoid a VM because I wanted to avoid to run the gitlab database inside a virtual disk and I wanted to avoid a privileged container because the gitlab webserver could be faced to the public...
  8. S

    uid/gid allocation for nested LXD in unprivileged container

    Hi everyone, I am trying to configure Gitlab runners with custom LXD executors inside proxmox's LXC container. Basically, I want to be able to spin-up LXC containers inside Proxmox's unprivileged LXC container. I did the following: 1. Created unprivileged Ubuntu 22.04 LXC container with...
  9. mircsicz

    [SOLVED] Running GitLab in LXC

    Hi all, I've installed gitlab using their packages, following their docs. Prob is I can't get it configured, running "sudo gitlab-ctl reconfigure" leads to: Running handlers: There was an error running gitlab-ctl reconfigure: sysctl[net.core.somaxconn] (gitlab::unicorn line 30) had an...
  10. D

    Installing gitlab into LXC container (sysctl kernel.shmmax)

    Hi, I tried to install gitlab into LXC CT, but during the installation I received an error that PostgreSQL requires kernel.shmmax = 17179869184 I verify kernel.shmmax in CT: # cat /proc/sys/kernel/shmmax 18446744073692774399 If I try set this parameter in CT, I get error: sysctl -w...