-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.mios
More file actions
31 lines (27 loc) · 1.6 KB
/
.env.mios
File metadata and controls
31 lines (27 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# MiOS user-runtime defaults.
#
# This file is sourced by the installed MiOS environment as a fallback when
# /etc/mios/install.env or ~/.config/mios/env doesn't override a given key.
# It's user-space only -- build-time env lives in MiOS (Justfile / image-versions.yml).
# ============================================================================
# Account convention
# ============================================================================
MIOS_DEFAULT_USER="mios" # @verb:SET_USER
MIOS_DEFAULT_HOST="mios" # @verb:SET_HOST
# ============================================================================
# Inference backend (OpenAI-compatible)
# ============================================================================
MIOS_AI_ENDPOINT="http://localhost:8080/v1" # @verb:GET_ENDPOINT
MIOS_AI_MODEL="default" # @verb:SET_MODEL
# ============================================================================
# Layered Flatpaks
# ============================================================================
MIOS_FLATPAKS="org.gnome.Epiphany,com.github.tchx84.Flatseal,io.github.kolunmi.Bazaar,com.mattjakeman.ExtensionManager" # @verb:INSTALL_FLATPAKS
# ============================================================================
# Image / branch metadata
# ============================================================================
MIOS_REPO_URL="https://github.com/MiOS-DEV/MiOS" # @verb:GET_REPO
MIOS_BOOTSTRAP_REPO_URL="https://github.com/MiOS-DEV/MiOS-bootstrap" # @verb:GET_BOOTSTRAP
MIOS_IMAGE_NAME="ghcr.io/MiOS-DEV/mios" # @verb:GET_IMAGE
MIOS_IMAGE_TAG="latest" # @verb:SET_TAG
MIOS_BRANCH="main" # @verb:SET_BRANCH