Add container configurations for FlareSolverr and ConvertX services

This commit is contained in:
2026-02-28 17:25:18 +01:00
parent 6e0d9b4d3c
commit 3cb92b6a39
5 changed files with 190 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
# /Users/samue/Documents/quadlets/pods/vpnstack/vpnstack.pod
[Unit]
Description=VPN Stack Pod
Wants=network-online.target
After=network-online.target
[Pod]
# Name of the pod
Name=vpnstack
# Enable network for the pod
Network=bridge
[Service]
# Restart policy for the pod
Restart=always