Skip to content

Instantly share code, notes, and snippets.

View monarchmaisuriya's full-sized avatar
🎯
Focusing

Monarch Maisuriya monarchmaisuriya

🎯
Focusing
View GitHub Profile
@monarchmaisuriya
monarchmaisuriya / orchestrate.sh
Created June 17, 2025 05:54
Simple automation script to orchestrate open webui instance
#!/bin/bash
set -e
# Constants
CONTAINER_NAME="openwebui"
DEFAULT_PORT=1337
DEFAULT_MODEL="llama3.2:latest"
IMAGE_NAME="ghcr.io/open-webui/open-webui:main"
@monarchmaisuriya
monarchmaisuriya / index.php
Last active January 30, 2024 11:27
Custom XAMPP Landing Page with useful links
<html>
<head>
<title>XAMPP Home</title>
</head>
<style type="text/css">
body {
background: #fcfcfc;
color: #111;