Sign inSign up

simata/9router

By simata

Updated 11 days ago

Free AI Infrastructure Managements. Unlimited Free AI Agents. OpenRouter, OpenCode, OpenAI.

Image
Networking
API management
Machine learning & AI
0

4.4K

simata/9router repository overview

simata 9Router

Docker Pulls Version Build Passing Base Image License


Quick Start

Docker Compose

For a more manageable setup, especially in multi-container environments, use the following compose.yml:

networks:
  simataid:
    external: false
services:
  9router:
    image: simata/9router:stable
    container_name: simata9router
    restart: unless-stopped
    mem_limit: 1g
    ports:
      - 20128:20128
    networks:
      - simataid
    environment:
      - INITIAL_PASSWORD=simata9router
      - BASE_URL=http://localhost:20128
      - NEXT_PUBLIC_BASE_URL=http://localhost:20128
    volumes:
      - /etc/timezone:/etc/timezone:ro
      - /etc/localtime:/etc/localtime:ro
      - ./data-home:/app/data-home
      - ./data:/app/data

Knowlegde

Use DOCKGE for easy update simata/9Router.

# ==========================================
# ENVIRONMENT CONTRACT || simata.id        
# ==========================================
# This file reflects actual runtime usage in the current codebase.
# https://github.com/kiprox/9router
# ==========================================

## WARNING !
 - Don't use the others tag, because it hasn't passed the security test. 
 - Use the stable tag because I have tested it myself.

## IMPORTANT
 - INITIAL_PASSWORD use for first time, change in dashboard/profile it will be  
   saved on SQLite database on your localhost.
 - NEXT_PUBLIC_BASE_URL change with your domain.com if use VPS

Maintained with ❤️ by kiprox

Tag summary

Content type

Image

Digest

sha256:6ed221d64

Size

214.8 MB

Last updated

11 days ago

docker pull simata/9router:stable