Compare commits
No commits in common. "028cc0e8d5116eb9ea29b70d53494989f7bc9577" and "07c97a103e27c44b1dec3fd98487425b8e47ff01" have entirely different histories.
028cc0e8d5
...
07c97a103e
19
.gitignore
vendored
19
.gitignore
vendored
@ -1,12 +1,7 @@
|
|||||||
/Revolt/data
|
Revolt/data
|
||||||
/OpenWebUI/open-webui
|
FileBrowser/database.db
|
||||||
/uptime-kuma/data
|
Jellyfin/cache/
|
||||||
/FileBrowser/database.db
|
Jellyfin/config/
|
||||||
/Pacoloco/cache/
|
Pacoloco/cache/
|
||||||
|
qBittorrent/config/
|
||||||
/Jellyfin/cache/
|
qBittorrent/qbit-config/
|
||||||
/Jellyfin/config/
|
|
||||||
|
|
||||||
/qBittorrent/config/
|
|
||||||
/qBittorrent/qbit-config/
|
|
||||||
|
|
||||||
|
@ -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.
|
|
@ -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'
|
|
||||||
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
services:
|
|
||||||
vaultwarden:
|
|
||||||
image: vaultwarden/server:latest
|
|
||||||
restart: unless-stopped
|
|
||||||
ports:
|
|
||||||
- 1025:80
|
|
||||||
volumes:
|
|
||||||
- ./vw-data/:/data/
|
|
||||||
|
|
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user