This commit is contained in:
Andrew Z 2021-05-31 18:02:55 -04:00
parent 62eaff825c
commit 11083a1b0c
5 changed files with 115 additions and 378 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1622495851
"last_updated_timestamp": 1622498572
}

View File

@ -148629,7 +148629,6 @@
"Other",
"Plugins"
],
"LastUpdateScan": 1622495851,
"FirstSeen": 1565319116
},
{
@ -208322,150 +208321,15 @@
"FirstSeen": 1622315231
},
{
"TemplateURL": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/main/obfs4-bridge/template.xml",
"Name": "obfs4-bridge",
"Overview": "**Description:**\n obfs4-bridge is a container that allows you to run a Tor Bridge relay to help censored users connect to the Tor network.\n\n **Configuration:**\n * **OR_PORT:** Your bridge's onion routing (Tor) port.\n * **PT_PORT:** Your bridge's obfs4 port.\n * **EMAIL:** Your email address.\n\n **Note:**\n * Make sure that both ports are forwarded in your firewall.\n * Make sure that you create the DATA_DIR and change its owner before running the container: \n ```bash\n mkdir /mnt/user/appdata/tor && chown 101:101 /mnt/user/appdata/tor\n ```",
"Support": "https://hub.docker.com/r/thetorproject/obfs4-bridge/",
"Registry": "https://hub.docker.com/r/thetorproject/obfs4-bridge/",
"GitHub": "https://gitlab.torproject.org/tpo/anti-censorship/docker-obfs4-bridge/",
"Repository": "thetorproject/obfs4-bridge",
"Project": "https://community.torproject.org/relay/setup/bridge/docker/",
"BindTime": "true",
"Privileged": "false",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": [
{
"HostPort": "9393",
"ContainerPort": "9393",
"Protocol": "tcp"
},
{
"HostPort": "9292",
"ContainerPort": "9292",
"Protocol": "tcp"
}
]
}
},
"Environment": {
"Variable": [
{
"Value": "9393",
"Name": "OR_PORT",
"Mode": ""
},
{
"Value": "9292",
"Name": "PT_PORT",
"Mode": ""
},
{
"Value": "",
"Name": "EMAIL",
"Mode": ""
}
]
},
"Data": {
"Volume": {
"HostDir": "/mnt/user/appdata/tor",
"ContainerDir": "/var/lib/tor",
"Mode": "rw"
}
},
"WebUI": "",
"Icon": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/main/obfs4-bridge/icon.png",
"Config": [
{
"@attributes": {
"Name": "OR_PORT",
"Target": "9393",
"Default": "9393",
"Mode": "tcp",
"Description": "Container Port: 9393",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9393"
},
{
"@attributes": {
"Name": "OR_PORT",
"Target": "OR_PORT",
"Default": "9393",
"Mode": "",
"Description": "Container Variable: OR_PORT",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9393"
},
{
"@attributes": {
"Name": "PT_PORT",
"Target": "9292",
"Default": "9292",
"Mode": "tcp",
"Description": "Container Port: 9292",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9292"
},
{
"@attributes": {
"Name": "PT_PORT",
"Target": "PT_PORT",
"Default": "9292",
"Mode": "",
"Description": "Container Variable: PT_PORT",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9292"
},
{
"@attributes": {
"Name": "EMAIL",
"Target": "EMAIL",
"Default": "",
"Mode": "",
"Description": "Container Variable: EMAIL",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "DATA_DIR",
"Target": "/var/lib/tor",
"Default": "/mnt/user/appdata/tor",
"Mode": "rw",
"Description": "Container Path: /var/lib/tor",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "sgraaf's Repository",
"Date": "2021-05-31",
"Description": "**Description:**\n obfs4-bridge is a container that allows you to run a Tor Bridge relay to help censored users connect to the Tor network.\n\n **Configuration:**\n * **OR_PORT:** Your bridge's onion routing (Tor) port.\n * **PT_PORT:** Your bridge's obfs4 port.\n * **EMAIL:** Your email address.\n\n **Note:**\n * Make sure that both ports are forwarded in your firewall.\n * Make sure that you create the DATA_DIR and change its owner before running the container: \n ```bash\n mkdir /mnt/user/appdata/tor && chown 101:101 /mnt/user/appdata/tor\n ```",
"Description": "",
"Blacklist": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/sgraafsRepository/obfs4-bridge/template.xml",
"CategoryList": [
"Network-Other"

View File

@ -1,7 +1,7 @@
{
"apps": 1273,
"last_updated_timestamp": 1622495851,
"last_updated": "2021-05-31 17:17",
"last_updated_timestamp": 1622498572,
"last_updated": "2021-05-31 18:02",
"categories": [
{
"Cat": "Backup:",
@ -148791,7 +148791,6 @@
"Other",
"Plugins"
],
"LastUpdateScan": 1622495851,
"FirstSeen": 1565319116
},
{
@ -208484,150 +208483,15 @@
"FirstSeen": 1622315231
},
{
"TemplateURL": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/main/obfs4-bridge/template.xml",
"Name": "obfs4-bridge",
"Overview": "**Description:**\n obfs4-bridge is a container that allows you to run a Tor Bridge relay to help censored users connect to the Tor network.\n\n **Configuration:**\n * **OR_PORT:** Your bridge's onion routing (Tor) port.\n * **PT_PORT:** Your bridge's obfs4 port.\n * **EMAIL:** Your email address.\n\n **Note:**\n * Make sure that both ports are forwarded in your firewall.\n * Make sure that you create the DATA_DIR and change its owner before running the container: \n ```bash\n mkdir /mnt/user/appdata/tor && chown 101:101 /mnt/user/appdata/tor\n ```",
"Support": "https://hub.docker.com/r/thetorproject/obfs4-bridge/",
"Registry": "https://hub.docker.com/r/thetorproject/obfs4-bridge/",
"GitHub": "https://gitlab.torproject.org/tpo/anti-censorship/docker-obfs4-bridge/",
"Repository": "thetorproject/obfs4-bridge",
"Project": "https://community.torproject.org/relay/setup/bridge/docker/",
"BindTime": "true",
"Privileged": "false",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": [
{
"HostPort": "9393",
"ContainerPort": "9393",
"Protocol": "tcp"
},
{
"HostPort": "9292",
"ContainerPort": "9292",
"Protocol": "tcp"
}
]
}
},
"Environment": {
"Variable": [
{
"Value": "9393",
"Name": "OR_PORT",
"Mode": ""
},
{
"Value": "9292",
"Name": "PT_PORT",
"Mode": ""
},
{
"Value": "",
"Name": "EMAIL",
"Mode": ""
}
]
},
"Data": {
"Volume": {
"HostDir": "/mnt/user/appdata/tor",
"ContainerDir": "/var/lib/tor",
"Mode": "rw"
}
},
"WebUI": "",
"Icon": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/main/obfs4-bridge/icon.png",
"Config": [
{
"@attributes": {
"Name": "OR_PORT",
"Target": "9393",
"Default": "9393",
"Mode": "tcp",
"Description": "Container Port: 9393",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9393"
},
{
"@attributes": {
"Name": "OR_PORT",
"Target": "OR_PORT",
"Default": "9393",
"Mode": "",
"Description": "Container Variable: OR_PORT",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9393"
},
{
"@attributes": {
"Name": "PT_PORT",
"Target": "9292",
"Default": "9292",
"Mode": "tcp",
"Description": "Container Port: 9292",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9292"
},
{
"@attributes": {
"Name": "PT_PORT",
"Target": "PT_PORT",
"Default": "9292",
"Mode": "",
"Description": "Container Variable: PT_PORT",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "9292"
},
{
"@attributes": {
"Name": "EMAIL",
"Target": "EMAIL",
"Default": "",
"Mode": "",
"Description": "Container Variable: EMAIL",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "DATA_DIR",
"Target": "/var/lib/tor",
"Default": "/mnt/user/appdata/tor",
"Mode": "rw",
"Description": "Container Path: /var/lib/tor",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "sgraaf's Repository",
"Date": "2021-05-31",
"Description": "**Description:**\n obfs4-bridge is a container that allows you to run a Tor Bridge relay to help censored users connect to the Tor network.\n\n **Configuration:**\n * **OR_PORT:** Your bridge's onion routing (Tor) port.\n * **PT_PORT:** Your bridge's obfs4 port.\n * **EMAIL:** Your email address.\n\n **Note:**\n * Make sure that both ports are forwarded in your firewall.\n * Make sure that you create the DATA_DIR and change its owner before running the container: \n ```bash\n mkdir /mnt/user/appdata/tor && chown 101:101 /mnt/user/appdata/tor\n ```",
"Description": "",
"Blacklist": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/sgraafsRepository/obfs4-bridge/template.xml",
"CategoryList": [
"Network-Other"

View File

@ -22932,11 +22932,10 @@
"CategoryList": [
"MediaApp-Books"
],
"downloads": 191710699,
"stars": 163,
"trending": 2.265,
"downloads": 196984360,
"stars": 167,
"trending": 2.677,
"trends": [
7.251,
6.695,
6.429,
6.048,
@ -22948,10 +22947,10 @@
1.729,
3.392,
2.78,
2.265
2.265,
2.677
],
"trendsDate": [
1588722053,
1591315739,
1593914905,
1596514077,
@ -22963,10 +22962,10 @@
1612105697,
1614704559,
1617300163,
1619899354
1619899354,
1622495848
],
"downloadtrend": [
115553611,
123845094,
132354542,
140874063,
@ -22978,9 +22977,10 @@
175978989,
182158180,
187367553,
191710699
191710699,
196984360
],
"LastUpdateScan": 1619899354,
"LastUpdateScan": 1622495848,
"FirstSeen": 1484197200
},
{
@ -35964,7 +35964,7 @@
"CategoryList": [
"HomeAutomation"
],
"LastUpdateScan": 1619899354,
"LastUpdateScan": 1622495848,
"FirstSeen": 1466481600
},
{
@ -48832,11 +48832,10 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 66635664,
"stars": 52,
"trending": 1.341,
"downloads": 67422197,
"stars": 54,
"trending": 1.167,
"trends": [
9.414,
7.802,
6.501,
5.948,
@ -48848,10 +48847,10 @@
1.414,
1.645,
1.756,
1.341
1.341,
1.167
],
"trendsDate": [
1588722053,
1591315740,
1593914905,
1596514078,
@ -48863,10 +48862,10 @@
1612105697,
1614704559,
1617300163,
1619899355
1619899355,
1622495848
],
"downloadtrend": [
40871925,
44330463,
47412740,
50411403,
@ -48878,9 +48877,10 @@
63525314,
64587606,
65741754,
66635664
66635664,
67422197
],
"LastUpdateScan": 1619899355,
"LastUpdateScan": 1622495848,
"FirstSeen": 1
},
{
@ -56692,11 +56692,10 @@
"CategoryList": [
"Tools-Utilities"
],
"downloads": 13771544,
"stars": 101,
"trending": 4.689,
"downloads": 14404822,
"stars": 103,
"trending": 4.396,
"trends": [
9.566,
8.569,
9.135,
8.58,
@ -56708,10 +56707,10 @@
2.121,
6.963,
2.742,
4.689
4.689,
4.396
],
"trendsDate": [
1588722053,
1591315740,
1593914905,
1596514078,
@ -56723,10 +56722,10 @@
1612105697,
1614704560,
1617300163,
1619899355
1619899355,
1622495849
],
"downloadtrend": [
7077642,
7740947,
8519127,
9318711,
@ -56738,9 +56737,10 @@
11876980,
12765905,
13125830,
13771544
13771544,
14404822
],
"LastUpdateScan": 1619899355,
"LastUpdateScan": 1622495849,
"FirstSeen": 1537243200
},
{
@ -68533,7 +68533,7 @@
"Productivity",
"Tools-Utilities"
],
"LastUpdateScan": 1619899355,
"LastUpdateScan": 1622495849,
"FirstSeen": 1525579200
},
{
@ -70280,10 +70280,9 @@
"Tools-Utilities",
"Network-Management"
],
"downloads": 48085,
"trending": 3.635,
"downloads": 49753,
"trending": 3.353,
"trends": [
5.171,
12.69,
16.417,
4.441,
@ -70295,10 +70294,10 @@
4.436,
4.235,
4.044,
3.635
3.635,
3.353
],
"trendsDate": [
1588722054,
1591315741,
1593914906,
1596514079,
@ -70310,10 +70309,10 @@
1612105698,
1614704560,
1617300164,
1619899356
1619899356,
1622495849
],
"downloadtrend": [
22973,
26312,
31480,
32943,
@ -70325,9 +70324,10 @@
42580,
44463,
46337,
48085
48085,
49753
],
"LastUpdateScan": 1619899356,
"LastUpdateScan": 1622495849,
"FirstSeen": "1534902255"
},
{
@ -71059,11 +71059,10 @@
"Network-Management",
"Network-VPN"
],
"downloads": 1435573,
"stars": 10,
"trending": 2.869,
"downloads": 1483515,
"stars": 11,
"trending": 3.232,
"trends": [
9.501,
6.078,
4.538,
4.748,
@ -71075,10 +71074,10 @@
2.884,
3.029,
3.061,
2.869
2.869,
3.232
],
"trendsDate": [
1588722054,
1591315741,
1593914906,
1596514079,
@ -71090,10 +71089,10 @@
1612105698,
1614704560,
1617300164,
1619899356
1619899356,
1622495849
],
"downloadtrend": [
900394,
958657,
1004233,
1054291,
@ -71105,9 +71104,10 @@
1310756,
1351697,
1394384,
1435573
1435573,
1483515
],
"LastUpdateScan": 1619899356,
"LastUpdateScan": 1622495849,
"FirstSeen": 1527825600
},
{
@ -72548,11 +72548,10 @@
"Network-Management",
"Tools-Utilities"
],
"downloads": 9604580,
"stars": 33,
"trending": 2.859,
"downloads": 10068740,
"stars": 36,
"trending": 4.61,
"trends": [
17.235,
18.051,
14.927,
17.959,
@ -72564,10 +72563,10 @@
4.219,
3.412,
3.491,
2.859
2.859,
4.61
],
"trendsDate": [
1588722055,
1591315742,
1593914906,
1596514079,
@ -72579,10 +72578,10 @@
1612105698,
1614704561,
1617300164,
1619899356
1619899356,
1622495850
],
"downloadtrend": [
2732005,
3333802,
3918752,
4776597,
@ -72594,9 +72593,10 @@
8697042,
9004302,
9329994,
9604580
9604580,
10068740
],
"LastUpdateScan": 1619899356,
"LastUpdateScan": 1622495850,
"FirstSeen": 1565319116
},
{
@ -77361,11 +77361,10 @@
"MediaApp-Music",
"MediaServer-Music"
],
"downloads": 303125,
"downloads": 304985,
"stars": 2,
"trending": 0.614,
"trending": 0.61,
"trends": [
2.16,
4.26,
2.211,
1.225,
@ -77377,10 +77376,10 @@
0.676,
0.759,
0.751,
0.614
0.614,
0.61
],
"trendsDate": [
1588722055,
1591315742,
1593914906,
1596514079,
@ -77392,10 +77391,10 @@
1612105698,
1614704561,
1617300165,
1619899356
1619899356,
1622495850
],
"downloadtrend": [
246255,
257212,
263028,
266290,
@ -77407,9 +77406,10 @@
296733,
299001,
301265,
303125
303125,
304985
],
"LastUpdateScan": 1619899356,
"LastUpdateScan": 1622495850,
"FirstSeen": 1547150480
},
{
@ -80529,9 +80529,9 @@
"OriginalOverview": "Google Photos Sync downloads your Google Photos to the local file system. It will backup all the photos the user uploaded to Google Photos, but also the album information and additional Google Photos 'Creations' (animations, panoramas, movies, effects and collages).\r\n\r\nHow to set this up:\r\n1. Place your client_secret.json at /config\r\n How to get it is best described at Logix's Article at Linux Uprising\r\n2. Afterwards you need to sign into the application once which cannot be done headlessly (using the \"Syncing\" command)\r\n3. Afterwards you can call the \"Syncing\" command any time you wish, as long as the container is running (e.g. by using cron).\r\n\r\nSyncing:\r\n[i]docker exec -it GooglePhotosSync gphotos-sync /storage[/i]\r\nBy itself this container will do nothing. A sync will only occur when you call the above command on a running container.\r\n",
"Description": "Google Photos Sync downloads your Google Photos to the local file system. It will backup all the photos the user uploaded to Google Photos, but also the album information and additional Google Photos 'Creations' (animations, panoramas, movies, effects and collages).\r\n\r\nHow to set this up:\r\n1. Place your client_secret.json at /config\r\n How to get it is best described at Logix's Article at Linux Uprising\r\n2. Afterwards you need to sign into the application once which cannot be done headlessly (using the \"Syncing\" command)\r\n3. Afterwards you can call the \"Syncing\" command any time you wish, as long as the container is running (e.g. by using cron).\r\n\r\nSyncing:\r\ndocker exec -it GooglePhotosSync gphotos-sync /storage\r\nBy itself this container will do nothing. A sync will only occur when you call the above command on a running container.",
"templatePath": "/tmp/GitHub/AppFeed/templates/rixsRepository/rix1337/gphotos-sync.xml",
"downloads": 97921,
"downloads": 111136,
"stars": 3,
"trending": 12.43,
"trending": 11.891,
"trends": [
40.942,
23.084,
@ -80542,7 +80542,8 @@
16.187,
15.629,
14.103,
12.43
12.43,
11.891
],
"trendsDate": [
1596514080,
@ -80554,7 +80555,8 @@
1612105698,
1614704561,
1617300165,
1619899357
1619899357,
1622495850
],
"downloadtrend": [
11850,
@ -80567,9 +80569,10 @@
62144,
73656,
85749,
97921
97921,
111136
],
"LastUpdateScan": 1619899357,
"LastUpdateScan": 1622495850,
"FirstSeen": 1588716439
},
{
@ -100852,22 +100855,24 @@
"CategoryList": [
"Network-Other"
],
"downloads": 14089,
"downloads": 15323,
"stars": 1,
"trending": 7.658,
"trending": 8.053,
"trends": [
2.986,
6.143,
6.548,
6.672,
7.658
7.658,
8.053
],
"trendsDate": [
1609506451,
1612105699,
1614704562,
1617300165,
1619899357
1619899357,
1622495850
],
"downloadtrend": [
10332,
@ -100875,9 +100880,10 @@
11347,
12142,
13010,
14089
14089,
15323
],
"LastUpdateScan": 1619899357,
"LastUpdateScan": 1622495850,
"FirstSeen": 1570536327
},
{
@ -128840,11 +128846,10 @@
"CategoryList": [
"MediaApp-Video"
],
"downloads": 605054,
"downloads": 646670,
"stars": 2,
"trending": 6.926,
"trending": 6.435,
"trends": [
17.328,
12.402,
10.908,
14.717,
@ -128856,10 +128861,10 @@
6.096,
6.649,
6.212,
6.926
6.926,
6.435
],
"trendsDate": [
1588722055,
1591315743,
1593914907,
1596514080,
@ -128871,10 +128876,10 @@
1612105699,
1614704562,
1617300165,
1619899357
1619899357,
1622495851
],
"downloadtrend": [
200555,
228950,
256982,
301328,
@ -128886,9 +128891,10 @@
493047,
528167,
563150,
605054
605054,
646670
],
"LastUpdateScan": 1619899357,
"LastUpdateScan": 1622495851,
"FirstSeen": 1560110961
},
{
@ -148623,6 +148629,7 @@
"Other",
"Plugins"
],
"LastUpdateScan": 1622495851,
"FirstSeen": 1565319116
},
{
@ -153580,7 +153587,7 @@
"Downloaders",
"Tools-Utilities"
],
"LastUpdateScan": 1619899357,
"LastUpdateScan": 1622495851,
"FirstSeen": 1575731130
},
{
@ -171945,7 +171952,7 @@
"CategoryList": [
"Productivity"
],
"LastUpdateScan": 1619899358,
"LastUpdateScan": 1622495851,
"FirstSeen": 1612105699
},
{
@ -208317,7 +208324,7 @@
{
"TemplateURL": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/main/obfs4-bridge/template.xml",
"Name": "obfs4-bridge",
"Overview": "obfs4-bridge is a container that allows you to run a Tor Bridge relay to help censored users connect to the Tor network.",
"Overview": "**Description:**\n obfs4-bridge is a container that allows you to run a Tor Bridge relay to help censored users connect to the Tor network.\n\n **Configuration:**\n * **OR_PORT:** Your bridge's onion routing (Tor) port.\n * **PT_PORT:** Your bridge's obfs4 port.\n * **EMAIL:** Your email address.\n\n **Note:**\n * Make sure that both ports are forwarded in your firewall.\n * Make sure that you create the DATA_DIR and change its owner before running the container: \n ```bash\n mkdir /mnt/user/appdata/tor && chown 101:101 /mnt/user/appdata/tor\n ```",
"Support": "https://hub.docker.com/r/thetorproject/obfs4-bridge/",
"Registry": "https://hub.docker.com/r/thetorproject/obfs4-bridge/",
"GitHub": "https://gitlab.torproject.org/tpo/anti-censorship/docker-obfs4-bridge/",
@ -208370,9 +208377,6 @@
},
"WebUI": "",
"Icon": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/main/obfs4-bridge/icon.png",
"DonateText": "Help support my work by buying me a coffee or a beer",
"DonateLink": "https://www.paypal.me/sgraaf2",
"DonateImg": "https://i.imgur.com/VHSkew7.png",
"Config": [
{
"@attributes": {
@ -208461,7 +208465,7 @@
],
"Repo": "sgraaf's Repository",
"Date": "2021-05-31",
"Description": "obfs4-bridge is a container that allows you to run a Tor Bridge relay to help censored users connect to the Tor network.",
"Description": "**Description:**\n obfs4-bridge is a container that allows you to run a Tor Bridge relay to help censored users connect to the Tor network.\n\n **Configuration:**\n * **OR_PORT:** Your bridge's onion routing (Tor) port.\n * **PT_PORT:** Your bridge's obfs4 port.\n * **EMAIL:** Your email address.\n\n **Note:**\n * Make sure that both ports are forwarded in your firewall.\n * Make sure that you create the DATA_DIR and change its owner before running the container: \n ```bash\n mkdir /mnt/user/appdata/tor && chown 101:101 /mnt/user/appdata/tor\n ```",
"templatePath": "/tmp/GitHub/AppFeed/templates/sgraafsRepository/obfs4-bridge/template.xml",
"CategoryList": [
"Network-Other"

View File

@ -791,7 +791,12 @@
"petersem/posterr": [
"Port referenced in webUI does not correspond with a container port defined. Port Referenced does not exist in Config"
]
},
"sgraaf's Repository": {
"thetorproject/obfs4-bridge": [
"Fatal: No valid Overview Or Description present - Application dropped from CA automatically - Possibly far too many formatting tags present"
]
}
},
"caFixed": 228
"caFixed": 229
}