mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-17 14:10:46 +01:00
Compare commits
No commits in common. "d4a558bafe3bdef0bdc53b1ec4910e593a42c8c5" and "2bd7d59b3597074a4c77c184ad40474f7f3e208a" have entirely different histories.
d4a558bafe
...
2bd7d59b35
@ -662,9 +662,14 @@
|
||||
"Value": 0
|
||||
},
|
||||
"geo.provider.network.url": {
|
||||
"Comment": "See geoclue below.",
|
||||
"Comment_beacondb": "Firefox only sends connected AP that won't work due to _nomap and the server side requires more than one as well. beacondb/beacondb#8",
|
||||
"Comment_positon": "https://github.com/microg/GmsCore/issues/2237#issuecomment-2169193229",
|
||||
"Status": "locked",
|
||||
"Type": "string",
|
||||
"Value": "https://api.beacondb.net/v1/geolocate?force_ok=true"
|
||||
"Value": "",
|
||||
"Value_beacondb": "https://api.beacondb.net/v1/geolocate?force_ok=true",
|
||||
"Value_positon": "https://api.positon.xyz/?key=74600654-2aec-11ef-aa95-3b7218da6865"
|
||||
},
|
||||
"geo.provider.use_geoclue": {
|
||||
"Comment": "/etc/geolocation, gpsd and global WPS configuration.",
|
||||
|
12
etc/geoclue/conf.d/positon.conf
Normal file
12
etc/geoclue/conf.d/positon.conf
Normal file
@ -0,0 +1,12 @@
|
||||
# https://positon.xyz
|
||||
# WARNING: Not held in high regard by GrapheneOS.
|
||||
# https://grapheneos.org/articles/positon-location-service
|
||||
[wifi]
|
||||
enable=true
|
||||
# https://github.com/microg/GmsCore/issues/2237#issuecomment-2169193229
|
||||
url=https://api.positon.xyz/?key=74600654-2aec-11ef-aa95-3b7218da6865
|
||||
# Contributing back
|
||||
submit-data=true
|
||||
submission-url=https://api.positon.xyz/v2/geosubmit?key=74600654-2aec-11ef-aa95-3b7218da6865
|
||||
# Explicitly set just in case of it suddenly becoming $(whoami)
|
||||
submission-nick=geoclue
|
8
pnpm-lock.yaml
generated
vendored
8
pnpm-lock.yaml
generated
vendored
@ -109,10 +109,10 @@ packages:
|
||||
}
|
||||
engines: { node: ">=16.0.0" }
|
||||
|
||||
tslib@2.8.1:
|
||||
tslib@2.8.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==,
|
||||
integrity: sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==,
|
||||
}
|
||||
|
||||
snapshots:
|
||||
@ -169,6 +169,6 @@ snapshots:
|
||||
|
||||
sh-syntax@0.4.2:
|
||||
dependencies:
|
||||
tslib: 2.8.1
|
||||
tslib: 2.8.0
|
||||
|
||||
tslib@2.8.1: {}
|
||||
tslib@2.8.0: {}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit d7e6fd15a50e49bc16076dadc2114e5a34976ee6
|
||||
Subproject commit 740a3766b2b66fef356dab8036dcd52c705683c3
|
Loading…
x
Reference in New Issue
Block a user