7 Commits

Author SHA1 Message Date
gyurix
84750839dd added admin email address to openwebui 2026-06-16 09:25:35 +02:00
gyurix
d1cc35f74a updated openwebui logo 2026-06-12 12:13:12 +02:00
gyurix
09db63628f updated openwebui logo 2026-06-12 11:28:38 +02:00
gyurix
312c394c47 updated openwebui logo 2026-06-12 08:41:23 +02:00
gyurix
dfd7499bcb updated openwebui logo 2026-06-11 22:32:51 +02:00
gyurix
b70d06cb9f updated logo 2026-06-11 21:00:22 +02:00
gyurix
69ee047ca3 updated logo 2026-06-11 20:47:18 +02:00
3 changed files with 21 additions and 8 deletions
File diff suppressed because one or more lines are too long
+5
View File
@@ -34,6 +34,11 @@
"NAME": "jellyfin", "NAME": "jellyfin",
"NETWORK": "host", "NETWORK": "host",
"VOLUMES": [ "VOLUMES": [
{
"SOURCE": "/etc/user/data/jellyfin/media",
"DEST": "/media",
"TYPE": "rw"
},
{ {
"SOURCE": "/etc/user/data/transmission/downloads/complete", "SOURCE": "/etc/user/data/transmission/downloads/complete",
"DEST": "/media/torrent", "DEST": "/media/torrent",
File diff suppressed because one or more lines are too long