diff options
author | cyBerta <cyberta@riseup.net> | 2025-01-29 02:31:25 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2025-02-03 16:21:57 +0100 |
commit | 1d4883b2434ef261bc45b5967f697ee7d34c42d9 (patch) | |
tree | 2faff39e2553a4fb88879316590fca6f6c95ea7b | |
parent | 8feb66a1e6067540ae30c691a6ed585e10be4abd (diff) |
update preshipped riseup provider.json
-rw-r--r-- | app/src/custom/assets/riseup.net.json | 52 | ||||
-rw-r--r-- | app/src/normal/assets/riseup.net.json | 52 |
2 files changed, 52 insertions, 52 deletions
diff --git a/app/src/custom/assets/riseup.net.json b/app/src/custom/assets/riseup.net.json index 5e14abc3..407e2e22 100644 --- a/app/src/custom/assets/riseup.net.json +++ b/app/src/custom/assets/riseup.net.json @@ -1,37 +1,37 @@ { - "api_uri":"https://api.black.riseup.net:4430", - "api_version":"3", - "ca_cert_fingerprint":"SHA256: dd919b7513b4a1368faa20e38cd3314156805677f48b787cdd9b4a92dec64eb0", - "ca_cert_uri":"https://black.riseup.net/ca.crt", - "default_language":"en", - "description":{ - "en": "Riseup is a non-profit collective in Seattle that provides online communication tools for people and groups working toward liberatory social change." + "api_uri": "https://api.black.riseup.net:4430", + "api_version": "3", + "ca_cert_fingerprint": "SHA256: dd919b7513b4a1368faa20e38cd3314156805677f48b787cdd9b4a92dec64eb0", + "ca_cert_uri": "https://black.riseup.net/ca.crt", + "default_language": "en", + "description": { + "en": "Riseup Networks" }, - "domain":"riseup.net", - "enrollment_policy":"open", - "languages":[ + "domain": "riseup.net", + "enrollment_policy": "open", + "languages": [ "en" ], - "name":{ - "en":"Riseup Networks" + "name": { + "en": "Riseup Networks" }, - "service":{ - "allow_anonymous":true, - "allow_free":true, - "allow_limited_bandwidth":false, - "allow_paid":false, - "allow_registration":false, - "allow_unlimited_bandwidth":true, - "bandwidth_limit":102400, - "default_service_level":1, - "levels":{ - "1":{ - "description":"Please donate.", - "name":"free" + "service": { + "allow_anonymous": true, + "allow_free": true, + "allow_limited_bandwidth": false, + "allow_paid": false, + "allow_registration": false, + "allow_unlimited_bandwidth": true, + "bandwidth_limit": 102400, + "default_service_level": 1, + "levels": { + "1": { + "description": "Please donate.", + "name": "free" } } }, - "services":[ + "services": [ "openvpn" ] }
\ No newline at end of file diff --git a/app/src/normal/assets/riseup.net.json b/app/src/normal/assets/riseup.net.json index 5e14abc3..407e2e22 100644 --- a/app/src/normal/assets/riseup.net.json +++ b/app/src/normal/assets/riseup.net.json @@ -1,37 +1,37 @@ { - "api_uri":"https://api.black.riseup.net:4430", - "api_version":"3", - "ca_cert_fingerprint":"SHA256: dd919b7513b4a1368faa20e38cd3314156805677f48b787cdd9b4a92dec64eb0", - "ca_cert_uri":"https://black.riseup.net/ca.crt", - "default_language":"en", - "description":{ - "en": "Riseup is a non-profit collective in Seattle that provides online communication tools for people and groups working toward liberatory social change." + "api_uri": "https://api.black.riseup.net:4430", + "api_version": "3", + "ca_cert_fingerprint": "SHA256: dd919b7513b4a1368faa20e38cd3314156805677f48b787cdd9b4a92dec64eb0", + "ca_cert_uri": "https://black.riseup.net/ca.crt", + "default_language": "en", + "description": { + "en": "Riseup Networks" }, - "domain":"riseup.net", - "enrollment_policy":"open", - "languages":[ + "domain": "riseup.net", + "enrollment_policy": "open", + "languages": [ "en" ], - "name":{ - "en":"Riseup Networks" + "name": { + "en": "Riseup Networks" }, - "service":{ - "allow_anonymous":true, - "allow_free":true, - "allow_limited_bandwidth":false, - "allow_paid":false, - "allow_registration":false, - "allow_unlimited_bandwidth":true, - "bandwidth_limit":102400, - "default_service_level":1, - "levels":{ - "1":{ - "description":"Please donate.", - "name":"free" + "service": { + "allow_anonymous": true, + "allow_free": true, + "allow_limited_bandwidth": false, + "allow_paid": false, + "allow_registration": false, + "allow_unlimited_bandwidth": true, + "bandwidth_limit": 102400, + "default_service_level": 1, + "levels": { + "1": { + "description": "Please donate.", + "name": "free" } } }, - "services":[ + "services": [ "openvpn" ] }
\ No newline at end of file |