added etherpad

This commit is contained in:
2025-01-31 16:20:59 -08:00
parent 76cbe9873b
commit 7c24dea7f8
5 changed files with 11 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
# etherpad
[website](https://etherpad.org/)
Etherpad is a highly customizable open source online editor providing collaborative editing in really real-time.
TODO: this looks like a great project.
+1
View File
@@ -0,0 +1 @@
services:
+1
View File
@@ -0,0 +1 @@
services:
+1
View File
@@ -0,0 +1 @@
# Global
+1 -1
View File
@@ -22,4 +22,4 @@ podman exec -it ollama ollama run llama3
this worked: this worked:
```bash ```bash
docker run -d -p 3000:8080 --gpus all --add-host=host.docker.internal:host-gateway -v webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:cuda docker run -d -p 3000:8080 --gpus all --add-host=host.docker.internal:host-gateway -v webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:cuda
``` ```