added photoprism

This commit is contained in:
msnie
2024-02-27 08:52:20 +01:00
parent 33a7df1dc5
commit 09ea3fdbfb
5 changed files with 232 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
LIST_OF_APPS="docker docker-compose nfs-kernel-server nfs-common ddclient nfs-utils fail2ban ncdu nload nethogs nmap sshfs"
apt-get update
apt-get install $LIST_OF_APPS -y