mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
firefox & geoclue: point to api.beacondb.net for beacondb
Functionally identical without need to change, but pointed out for scaling up and routing traffic differently if necessary. Ref: https://matrix.to/#/matrix.org/$nh0IGqWhdROr-xXAMD9hZxMqyUDgfy6DOabKzh6YPaQ?via=matrix.org&via=tchncs.de&via=nitro.chat
This commit is contained in:
parent
74e5d2f825
commit
2c6c664ccb
@ -643,7 +643,7 @@
|
||||
"Status": "locked",
|
||||
"Type": "string",
|
||||
"Value": "",
|
||||
"Value_beacondb": "https://beacondb.net/v1/geolocate",
|
||||
"Value_beacondb": "https://api.beacondb.net/v1/geolocate",
|
||||
"Value_positon": "https://api.positon.xyz/?key=74600654-2aec-11ef-aa95-3b7218da6865"
|
||||
},
|
||||
"geo.provider.use_geoclue": {
|
||||
|
@ -1,10 +1,10 @@
|
||||
# https://beacondb.net & https://beacondb.net/map
|
||||
[wifi]
|
||||
enable=true
|
||||
url=https://beacondb.net/v1/geolocate
|
||||
url=https://api.beacondb.net/v1/geolocate
|
||||
# Contributing back
|
||||
submit-data=true
|
||||
submission-url=https://beacondb.net/v2/geosubmit
|
||||
submission-url=https://api.beacondb.net/v2/geosubmit
|
||||
# I doubt this is used, but explicitly set just in case of it suddenly
|
||||
# becoming $(whoami)
|
||||
submission-nick=geoclue
|
||||
|
Loading…
Reference in New Issue
Block a user