mirror of
https://github.com/YunoHost-Apps/garage_ynh.git
synced 2024-09-03 18:36:32 +02:00
add web endpoint port
This commit is contained in:
parent
1932b08bb1
commit
3dfb00323c
1 changed files with 6 additions and 0 deletions
|
@ -22,3 +22,9 @@ bootstrap_peers = []
|
|||
# pour avoir de la sécurité
|
||||
api_bind_addr = "[::]:__PORT_API__"
|
||||
s3_region = "garage"
|
||||
|
||||
[s3_web]
|
||||
# Ne supporte pas TLS → reverse proxy obligatoire
|
||||
# pour avoir de la sécurité
|
||||
# utilisé pour l'accès public aux buckets (site web, médias d'instance du fediverse…)
|
||||
bind_addr = "[::]:__PORT_WEB__"
|
||||
|
|
Loading…
Add table
Reference in a new issue