https://github.com/cs-era/gruppof-open-webui
Open-WebUI Interface with LLama 3.2:1B and OpenAI models.
https://github.com/cs-era/gruppof-open-webui
ai docker docker-compose llama3-2-1b-model nginx ollama open-webui openai-api
Last synced: 2 months ago
JSON representation
Open-WebUI Interface with LLama 3.2:1B and OpenAI models.
- Host: GitHub
- URL: https://github.com/cs-era/gruppof-open-webui
- Owner: CS-Era
- Created: 2025-06-04T07:55:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-07T10:33:54.000Z (about 1 year ago)
- Last Synced: 2025-07-02T06:42:41.297Z (11 months ago)
- Topics: ai, docker, docker-compose, llama3-2-1b-model, nginx, ollama, open-webui, openai-api
- Language: Shell
- Homepage: https://gruppof.marcomelucci.me
- Size: 40 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Open WebUI - Docker Compose Deployment with an ollama model included
Deploy Open WebUI with Ollama using Docker Compose and Nginx.
**Live Demo**: https://gruppof.marcomelucci.me
## 🚀 Quick Start
### 1. Clone and Setup
```bash
git clone https://github.com/CS-Era/open-webui-deploy.git
cd open-webui-deploy
cp .env.example .env
```
### 2. Start Services
```bash
docker compose up -d
```
# 3. Enjoy 😁
### 🔧 HTTPS Setup (Optional)
To expose publicly with HTTPS, modify `nginx/default.conf` with your domain and configure SSL certificates.
📚 Available Models
Browse and download models from [Ollama Library](https://ollama.ai/library).
To download any model modify the .env file or download them directly from the GUI in Administration Panel -> Settings -> Models
## 👥 Development Team
**Developed by CyberHackademy GroupF:**
- 🔵 [@Marco Melucci](https://github.com/MarcoMelucci99)
- 🟢 [@Erasmo Prosciutto](https://github.com/CS-Era)
- 🟡 [@Daniele Degni](https://github.com/DennyDAkyX)
- 🟣 [@Luigi Maresca](https://github.com/luigii99)
---
Have fun with LLM models! 🚀
**Powered By**: CyberHackademy Unina 🎓
This is not the official open webui git.
References:
https://github.com/open-webui/open-webui
https://github.com/ollama/ollama
https://github.com/nginx/nginx