This commit is contained in:
Mo 2022-09-28 03:49:12 +02:00
parent 64f548dd3c
commit 1d477a8169
13 changed files with 13 additions and 13 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/fish
#!/usr/bin/env fish
set -l container_name gitea
set -l container_volumes_dir ~/volumes/$container_name

View file

@ -1,4 +1,4 @@
#!/usr/bin/fish
#!/usr/bin/env fish
set -l container_name hedgedoc
set -l container_volumes_dir ~/volumes/$container_name

View file

@ -1,4 +1,4 @@
#!/usr/bin/fish
#!/usr/bin/env fish
set -l container_name internet-login
set -l container_volumes_dir ~/volumes/$container_name

View file

@ -1,4 +1,4 @@
#!/usr/bin/fish
#!/usr/bin/env fish
set -l container_name limesurvey
set -l container_volumes_dir ~/volumes/$container_name

View file

@ -1,4 +1,4 @@
#!/usr/bin/fish
#!/usr/bin/env fish
set -l container_name nextcloud
set -l container_volumes_dir ~/volumes/$container_name

View file

@ -1,4 +1,4 @@
#!/usr/bin/fish
#!/usr/bin/env fish
set -l container_name nginx
set -l container_volumes_dir ~/volumes/$container_name

View file

@ -1,4 +1,4 @@
#!/usr/bin/fish
#!/usr/bin/env fish
set -l image docker.io/rustdesk/rustdesk-server:latest

View file

@ -1,4 +1,4 @@
#!/usr/bin/fish
#!/usr/bin/env fish
set -l container_name traefik
set -l container_volumes_dir ~/volumes/$container_name

View file

@ -1,4 +1,4 @@
#!/usr/bin/fish
#!/usr/bin/env fish
if test -z $argv[1]
echo "A container number as an argument is required!"

View file

@ -1,4 +1,4 @@
#!/usr/bin/fish
#!/usr/bin/env fish
set -l container_name webhook
set -l container_volumes_dir ~/volumes/$container_name

View file

@ -1,4 +1,4 @@
#!/usr/bin/fish
#!/usr/bin/env fish
if podman image exists ttyd
if not podman rmi ttyd

View file

@ -1,4 +1,4 @@
#!/usr/bin/fish
#!/usr/bin/env fish
set -l user mo
set -l user_home /home/$user

View file

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
import subprocess
from pathlib import Path