-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.toml
More file actions
67 lines (50 loc) · 1.32 KB
/
config.toml
File metadata and controls
67 lines (50 loc) · 1.32 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
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
path_root = "/"
path_root_host = "/home/shard"
[db]
host = "postgres"
port = 5432
dbname = "shard_core"
user = "shard_core"
password = "shard_core"
[dns]
zone = "freeshard.cloud"
prefix_length = 6
[services.backup]
directories = ["core", "user_data"]
included_globs = ["core/**/*", "user_data/**/*"]
[services.backup.timing]
base_schedule = "0 3 * * *"
max_random_delay = 3600
[traefik]
acme_email = "contact@freeshard.net"
[apps.app_store]
base_url = "https://storageaccountportab0da.blob.core.windows.net"
container_name = "app-store"
[[apps.registries]]
uri = "portalapps.azurecr.io"
username = "0e4000f7-41b1-45d6-9f2f-7e4a952a19b0"
password = "bk11Ws.8OGakl-~t.7bKh5l9EYXTbHw.0T"
[apps.lifecycle]
refresh_interval = 10
[apps]
initial_apps = ["filebrowser", "immich", "paperless-ngx"]
[apps.last_access]
max_update_frequency = 60
[apps.usage_reporting]
tracking_schedule = "0 2 * * *"
reporting_schedule = "0 3 1 * *"
[apps.pruning]
schedule = "0 4 * * *"
max_age = 24
enabled = false
[telemetry]
enabled = false
send_interval_seconds = 300
[management]
api_url = "https://ptlfunctionapp.azurewebsites.net/api/management"
[portal_controller]
base_url = "https://portal-aca.purplemoss-96f7db40.westeurope.azurecontainerapps.io"
[freeshard_controller]
base_url = "https://controller.freeshard.net"
[log.levels]
gunicorn = "warning"