-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.yaml
110 lines (110 loc) · 2.47 KB
/
manifest.yaml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
id: free-gpt
title: "FreeGPT-2"
version: 2.507.0507
release-notes: |
- Ollama update to the latest version
- Updated UI to use latest version of Open WebUI
- Update bundling process to use Deno emit module
license: MIT
wrapper-repo: "https://github.com/Start9Labs/freegpt2-startos"
upstream-repo: "https://github.com/Start9Labs/freegpt2-startos"
support-site: "https://github.com/Start9Labs/freegpt2-startos/issues"
marketing-site: "https://start9.com/"
build: ["make"]
description:
short: FreeGPT-2 is a tool for running large language models locally.
long: |
FreeGPT-2 combines the power of Ollama for running large language models locally with the user-friendly interface of Open WebUI. This combination provides a clean and intuitive experience for working with locally hosted language models in a sovereign fashion.
assets:
license: LICENSE
icon: icon.png
instructions: instructions.md
main:
type: docker
image: main
entrypoint: "docker_entrypoint.sh"
args: []
mounts:
main: /app/backend/data
free-gpt: /root/.ollama
cert: /mnt/cert
gpu-acceleration: true
hardware-requirements:
arch:
- x86_64
- aarch64
health-checks:
web-ui:
name: Web UI
success-message: FreeGPT-2 is ready to be visited in a web browser.
type: docker
image: main
system: false
entrypoint: check-ui.sh
args: []
mounts: {}
io-format: yaml
inject: true
config: ~
properties: ~
volumes:
main:
type: data
free-gpt:
type: data
cert:
type: certificate
interface-id: main
interfaces:
main:
name: User Interface
description: Main user interface for interacting with FreeGPT-2 in a web browser.
tor-config:
port-mapping:
80: "8080"
# 443: "3443"
lan-config:
443:
ssl: true
internal: 8080
ui: true
protocols:
- tcp
- http
dependencies: {}
backup:
create:
type: docker
image: compat
system: true
entrypoint: compat
args:
- duplicity
- create
- /mnt/backup
- /app/backend/data
mounts:
BACKUP: "/mnt/backup"
main: "/app/backend/data"
restore:
type: docker
image: compat
system: true
entrypoint: compat
args:
- duplicity
- restore
- /mnt/backup
- /app/backend/data
mounts:
BACKUP: "/mnt/backup"
main: "/app/backend/data"
migrations:
from:
"*":
type: script
args: ["from"]
to:
"*":
type: script
args: ["to"]