tangled
alpha
login
or
join now
margin.at
/
margin
90
fork
atom
Margin is an open annotation layer for the internet. Powered by the AT Protocol.
margin.at
extension
web
atproto
comments
90
fork
atom
overview
issues
4
pulls
1
pipelines
New files from Fly.io Launch
Fly.io
2 weeks ago
a2ee58f2
8fb241ed
+23
1 changed file
expand all
collapse all
unified
split
fly.toml
+23
fly.toml
···
1
1
+
# fly.toml app configuration file generated for margin-prod on 2026-03-07T20:36:42Z
2
2
+
#
3
3
+
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
4
4
+
#
5
5
+
6
6
+
app = 'margin-prod'
7
7
+
primary_region = 'iad'
8
8
+
9
9
+
[build]
10
10
+
11
11
+
[http_service]
12
12
+
internal_port = 8080
13
13
+
force_https = true
14
14
+
auto_stop_machines = 'stop'
15
15
+
auto_start_machines = true
16
16
+
min_machines_running = 0
17
17
+
processes = ['app']
18
18
+
19
19
+
[[vm]]
20
20
+
memory = '1gb'
21
21
+
cpu_kind = 'shared'
22
22
+
cpus = 1
23
23
+
memory_mb = 256