Drop firefly and vaultwarden

main
mat ess 2022-10-20 10:34:46 -04:00
parent 8ef2dee496
commit c7271ca925
2 changed files with 0 additions and 97 deletions

View File

@ -1,51 +0,0 @@
# fly.toml file generated for firefly-mat-services on 2022-07-03T14:06:52-04:00
app = "firefly-mat-services"
kill_signal = "SIGINT"
kill_timeout = 5
[build]
image = "fireflyiii/core:latest"
[env]
APP_URL = "https://firefly.mat.services"
DB_CONNECTION = "sqlite"
SITE_OWNER = "mat@mat.services"
TZ = "America/New_York"
TRUSTED_PROXIES = "**"
[experimental]
allowed_public_ports = []
auto_rollback = true
[mounts]
destination = "/var/www/html/storage/upload"
source = "firefly_data"
[[services]]
http_checks = []
internal_port = 8080
processes = ["app"]
protocol = "tcp"
script_checks = []
[services.concurrency]
hard_limit = 25
soft_limit = 20
type = "connections"
[[services.ports]]
force_https = true
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443
[[services.tcp_checks]]
grace_period = "1s"
interval = "15s"
restart_limit = 0
timeout = "2s"

View File

@ -1,46 +0,0 @@
# fly.toml file generated for vaultwarden-mat-services on 2022-07-04T15:45:36-04:00
app = "vaultwarden-mat-services"
kill_signal = "SIGINT"
kill_timeout = 5
[build]
image = "vaultwarden/server:latest"
[env]
DOMAIN = "https://vault.mat.services"
[experimental]
allowed_public_ports = []
auto_rollback = true
[mounts]
destination = "/data"
source = "vaultwarden_data"
[[services]]
http_checks = []
internal_port = 80
processes = ["app"]
protocol = "tcp"
script_checks = []
[services.concurrency]
hard_limit = 25
soft_limit = 20
type = "connections"
[[services.ports]]
force_https = true
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443
[[services.tcp_checks]]
grace_period = "1s"
interval = "15s"
restart_limit = 0
timeout = "2s"