feat: added images to blog entries
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
title: Setup up Gitea Runner with Podman in LXC
|
||||
desc: "For some time now I already host a gitea instace and now with this blog I finally have some real usage for CI, but setting up gitea actions in an LXC and using Podman instead of Docker Engine was not as straight forward as expected."
|
||||
date: 2025-09-17
|
||||
img: gitea-logo.png|0.8
|
||||
listed: true
|
||||
---
|
||||
|
||||
# Setup PVE
|
||||
@@ -125,14 +127,11 @@ systemctl edit user@1001 --drop-in=start_act_runner
|
||||
and inserting
|
||||
|
||||
```ini
|
||||
[Unit]
|
||||
After=gitea.service
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
```
|
||||
|
||||
In the end, all left to do is, enable the user:
|
||||
```bash
|
||||
systemctl status user@1001
|
||||
systemctl enable --now user@<USER_ID>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user