Compare commits

..

No commits in common. "028cc0e8d5116eb9ea29b70d53494989f7bc9577" and "07c97a103e27c44b1dec3fd98487425b8e47ff01" have entirely different histories.

5 changed files with 7 additions and 47 deletions

19
.gitignore vendored
View File

@ -1,12 +1,7 @@
/Revolt/data
/OpenWebUI/open-webui
/uptime-kuma/data
/FileBrowser/database.db
/Pacoloco/cache/
/Jellyfin/cache/
/Jellyfin/config/
/qBittorrent/config/
/qBittorrent/qbit-config/
Revolt/data
FileBrowser/database.db
Jellyfin/cache/
Jellyfin/config/
Pacoloco/cache/
qBittorrent/config/
qBittorrent/qbit-config/

View File

@ -1,4 +0,0 @@
# Open Web UI
Currently this config expects ollama to be running on a different device, the compose.yml has the ip for you to change in it.

View File

@ -1,13 +0,0 @@
services:
open-webui:
image: ghcr.io/open-webui/open-webui:main
restart: unless-stopped
environment:
- WEBUI_AUTH=False
- OLLAMA_BASE_URL=http://10.0.0.21:11434
ports:
- 4000:8080
volumes:
- './open-webui:/app/backend/data'

View File

@ -1,9 +0,0 @@
services:
vaultwarden:
image: vaultwarden/server:latest
restart: unless-stopped
ports:
- 1025:80
volumes:
- ./vw-data/:/data/

View File

@ -1,9 +0,0 @@
services:
uptime-kuma:
image: louislam/uptime-kuma:1
volumes:
- ./data:/app/data
ports:
# <Host Port>:<Container Port>
- 3001:3001
restart: unless-stopped