diff --git a/docker/conf/web-keycloak.yml b/docker/conf/web-keycloak.yml index 5bf32a2..609b950 100644 --- a/docker/conf/web-keycloak.yml +++ b/docker/conf/web-keycloak.yml @@ -1,68 +1,68 @@ storage: cls: remote url: http://swh-storage:5002/ timeout: 1 objstorage: cls: remote url: http://swh-objstorage:5003/ indexer_storage: cls: remote url: http://swh-idx-storage:5007/ scheduler: cls: remote url: http://swh-scheduler:5008/ vault: cls: remote args: url: http://swh-vault:5005/ deposit: - private_api_url: https://swh-deposit:5006/1/private/ + private_api_url: http://swh-deposit:5006/1/private/ private_api_user: swhworker private_api_password: "" allowed_hosts: - "*" debug: yes serve_assets: yes development_db: /tmp/swh/web.sqlite3 production_db: host: swh-web-db port: 5432 name: swh-web user: postgres password: testpassword throttling: cache_uri: 127.0.0.1:11211 scopes: swh_api: limiter_rate: default: 120/h swh_api_origin_search: limiter_rate: default: 70/m swh_api_origin_visit_latest: limiter_rate: default: 700/m swh_vault_cooking: limiter_rate: default: 120/h swh_save_origin: limiter_rate: default: 120/h search: {} keycloak: server_url: http://keycloak:8080/keycloak/auth/ realm_name: SoftwareHeritage instance_name: archive-docker.softwareheritage.org diff --git a/docker/conf/web-mirror.yml b/docker/conf/web-mirror.yml index 0edcefe..2781633 100644 --- a/docker/conf/web-mirror.yml +++ b/docker/conf/web-mirror.yml @@ -1,43 +1,43 @@ storage: cls: remote url: http://swh-storage-mirror:5002/ timeout: 1 objstorage: cls: remote url: http://swh-objstorage:5003/ indexer_storage: cls: remote url: http://swh-idx-storage:5007/ scheduler: cls: remote url: http://swh-scheduler:5008/ vault: cls: remote args: url: http://swh-vault:5005/ deposit: - private_api_url: https://swh-deposit:5006/1/private/ + private_api_url: http://swh-deposit:5006/1/private/ private_api_user: swhworker private_api_password: "" allowed_hosts: - "*" debug: yes serve_assets: yes development_db: /tmp/swh/web.sqlite3 production_db: host: swh-web-db port: 5432 name: swh-web user: postgres password: testpassword instance_name: archive-docker.softwareheritage.org diff --git a/docker/conf/web-read-replica.yml b/docker/conf/web-read-replica.yml index c19d258..4024881 100644 --- a/docker/conf/web-read-replica.yml +++ b/docker/conf/web-read-replica.yml @@ -1,70 +1,70 @@ storage: cls: remote url: http://swh-storage-read-replica:5002/ timeout: 1 indexer_storage: cls: remote url: http://swh-idx-storage:5007/ scheduler: cls: remote url: http://swh-scheduler:5008/ vault: cls: remote args: url: http://swh-vault:5005/ deposit: - private_api_url: https://swh-deposit:5006/1/private/ + private_api_url: http://swh-deposit:5006/1/private/ private_api_user: swhworker private_api_password: "" allowed_hosts: - "*" debug: yes serve_assets: yes development_db: /tmp/swh/web.sqlite3 production_db: host: swh-web-db port: 5432 name: swh-web user: postgres password: testpassword throttling: cache_uri: 127.0.0.1:11211 scopes: swh_api: limiter_rate: default: 120/h exempted_networks: - 0.0.0.0/0 swh_api_origin_search: limiter_rate: default: 70/m exempted_networks: - 0.0.0.0/0 swh_api_origin_visit_latest: limiter_rate: default: 700/m exempted_networks: - 0.0.0.0/0 swh_vault_cooking: limiter_rate: default: 120/h exempted_networks: - 0.0.0.0/0 swh_save_origin: limiter_rate: default: 120/h exempted_networks: - 0.0.0.0/0 search: {} instance_name: archive-docker.softwareheritage.org diff --git a/docker/conf/web-search.yml b/docker/conf/web-search.yml index f9de3db..f8ee88b 100644 --- a/docker/conf/web-search.yml +++ b/docker/conf/web-search.yml @@ -1,73 +1,73 @@ storage: cls: remote url: http://swh-storage:5002/ timeout: 1 indexer_storage: cls: remote url: http://swh-idx-storage:5007/ scheduler: cls: remote url: http://swh-scheduler:5008/ vault: cls: remote url: http://swh-vault:5005/ deposit: - private_api_url: https://swh-deposit:5006/1/private/ + private_api_url: http://swh-deposit:5006/1/private/ private_api_user: swhworker private_api_password: "" search: cls: remote url: http://swh-search:5010/ metadata_search_backend: swh-search allowed_hosts: - "*" debug: yes serve_assets: yes development_db: /tmp/swh/web.sqlite3 production_db: host: swh-web-db port: 5432 name: swh-web user: postgres password: testpassword throttling: cache_uri: 127.0.0.1:11211 scopes: swh_api: limiter_rate: default: 120/h exempted_networks: - 0.0.0.0/0 swh_api_origin_search: limiter_rate: default: 70/m exempted_networks: - 0.0.0.0/0 swh_api_origin_visit_latest: limiter_rate: default: 700/m exempted_networks: - 0.0.0.0/0 swh_vault_cooking: limiter_rate: default: 120/h exempted_networks: - 0.0.0.0/0 swh_save_origin: limiter_rate: default: 120/h exempted_networks: - 0.0.0.0/0 instance_name: archive-docker.softwareheritage.org diff --git a/docker/conf/web.yml b/docker/conf/web.yml index 50506e7..561f307 100644 --- a/docker/conf/web.yml +++ b/docker/conf/web.yml @@ -1,70 +1,70 @@ storage: cls: remote url: http://swh-storage:5002/ timeout: 1 indexer_storage: cls: remote url: http://swh-idx-storage:5007/ scheduler: cls: remote url: http://swh-scheduler:5008/ vault: cls: remote args: url: http://swh-vault:5005/ deposit: - private_api_url: https://swh-deposit:5006/1/private/ + private_api_url: http://swh-deposit:5006/1/private/ private_api_user: swhworker private_api_password: "" allowed_hosts: - "*" debug: yes serve_assets: yes development_db: /tmp/swh/web.sqlite3 production_db: host: swh-web-db port: 5432 name: swh-web user: postgres password: testpassword throttling: cache_uri: 127.0.0.1:11211 scopes: swh_api: limiter_rate: default: 120/h exempted_networks: - 0.0.0.0/0 swh_api_origin_search: limiter_rate: default: 70/m exempted_networks: - 0.0.0.0/0 swh_api_origin_visit_latest: limiter_rate: default: 700/m exempted_networks: - 0.0.0.0/0 swh_vault_cooking: limiter_rate: default: 120/h exempted_networks: - 0.0.0.0/0 swh_save_origin: limiter_rate: default: 120/h exempted_networks: - 0.0.0.0/0 search: {} instance_name: archive-docker.softwareheritage.org