ip-rs 0.2.2

A simple web service to find out your public IP address
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# fly.toml app configuration file generated for iprs on 2023-08-27T18:48:34-03:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = "iprs"
primary_region = "gig"

[build]
  image = "registry.fly.io/iprs:latest"

[http_service]
  internal_port = 3000
  force_https = true
  auto_stop_machines = false
  auto_start_machines = true
  min_machines_running = 1
  processes = ["app"]